Revision 27536

View differences:

branches/v2_0_0_prep/extensions/extWCS/build.xml
94 94
  </target>
95 95

  
96 96
	  <target name="generate-without-source"
97
	  		depends="create-jar,copy-data-files,move-to-andami"
97
	  		depends="update-referenced-libraries,create-jar,copy-data-files,move-to-andami"
98 98
	  		description="generate the distribution without the source file"/>
99 99

  
100 100

  
101 101
	<target name="batch-build"
102 102
			description="compile the sources, create the jar file"
103
			depends="compile,create-jar,copy-data-files,move-to-andami">
103
			depends="update-referenced-libraries,compile,create-jar,copy-data-files,move-to-andami">
104 104
	</target>
105 105

  
106 106
	<target name="compile" description="compile the source" >

Also available in: Unified diff