Revision 34510 trunk/extensions/extQuickInfo/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

  
......
92 92
	    </copy>
93 93

  
94 94
    	<copy file="build.number" todir="${dist}"/>
95
		<copy file="package.info" todir="${dist}"/>
95 96

  
96 97
		<!-- <move file="${dist}/${plugin}.jar" todir="${gvSIGlib-dir}" />
97 98
	    <move todir="${extension-dir}/${plugin}/">
......
123 124
				</copy>
124 125
		</target>
125 126

  
126
		 <target name="generate-validation-without-source" description="generate the validation module distribution without the source file" >
127
		 <target name="generate-validation-without-source" description="generate the validation module distribution without the source file">
127 128
		    <!-- Create the distribution directory -->
128 129
		    <mkdir dir="${dist}"/>
129 130
		    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
......
137 138

  
138 139
		 </target>
139 140

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

Also available in: Unified diff