Revision 9778

View differences:

trunk/libraries/libExceptions/build.xml
18 18

  
19 19
	<target name="batch-build"
20 20
				description="compile the sources, create the jar file"
21
				depends="compile,create-jar">
21
				depends="init,compile,create-jar">
22 22
	</target>
23 23

  
24 24
	<target name="compile" description="compile the source">
trunk/libraries/libInternationalization/build.xml
37 37

  
38 38
	<target		name="batch-build"
39 39
				description="compile the sources, create the jar file"
40
				depends="compile,copy-data-files,create-jar,move-to-andami">
40
				depends="init,compile,copy-data-files,create-jar,move-to-andami">
41 41
	</target>
42 42

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

Also available in: Unified diff