Revision 34510 trunk/extensions/extProjectBackup/build.xml

View differences:

build.xml
59 59
	</target>
60 60

  
61 61

  
62
	<target name="generate-without-source" description="generate the distribution without the source file" >
62
	<target name="generate-without-source" description="generate the distribution without the source file"  depends="make-package-info">
63 63
	    <!-- Create the distribution directory -->
64 64
	    <mkdir dir="${dist}"/>
65 65

  
......
88 88
	    </copy>
89 89

  
90 90
    	<copy file="build.number" todir="${dist}"/>
91
		<copy file="package.info" todir="${dist}"/>
91 92

  
92 93
		<!-- <move file="${dist}/${plugin}.jar" todir="${gvSIGlib-dir}" />
93 94
	    <move todir="${extension-dir}/${plugin}/">
......
119 120
				</copy>
120 121
		</target>
121 122

  
122
		 <target name="generate-validation-without-source" description="generate the validation module distribution without the source file" >
123
		 <target name="generate-validation-without-source" description="generate the validation module distribution without the source file">
123 124
		    <!-- Create the distribution directory -->
124 125
		    <mkdir dir="${dist}"/>
125 126
		    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
......
133 134

  
134 135
		 </target>
135 136

  
136
		 <target name="generate-model-without-source" description="generate the model module distribution without the source file" >
137
		 <target name="generate-model-without-source" description="generate the model module distribution without the source file">
137 138
		    <!-- Create the distribution directory -->
138 139
		    <mkdir dir="${dist}"/>
139 140
		    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->

Also available in: Unified diff