Revision 4903

View differences:

trunk/libraries/libFMap/build.xml
79 79

  
80 80
	<target name="batch-build"
81 81
			description="compile the sources, create the jar file"
82
			depends="compile,generar-todos">
82
			depends="compile,copy-data-files,generar-todos">
83 83
	</target>
84 84

  
85 85
	<target name="compile" description="compile the source" >
......
91 91
			target="1.4"
92 92
			classpath="${compile-classpath}"/>
93 93
	</target>
94
	
95
	<target name="copy-data-files" description="copy images">
96
		<copy todir="${build}/com/iver/cit/gvsig/fmap/images">
97
			<fileset dir="${src}/com/iver/cit/gvsig/fmap/images" includes="*"/>
98
		</copy>
99
	</target>
94 100

  
95 101
	<target name="clean" description="clean up" >
96 102
		<!-- Delete the ${build} and ${dist} directory trees -->

Also available in: Unified diff