Revision 34510 trunk/extensions/extSelectionTools/build.xml

View differences:

build.xml
58 58
	</target>
59 59

  
60 60

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

  
......
87 87
	    </copy>
88 88

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

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

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

  
133 134
		 </target>
134 135

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

Also available in: Unified diff