0003-Drop-copying-ant-task-from-build.xml-as-there-is-no-.patch

Andrés Maneiro, 02/29/2012 06:56 PM

Download (937 Bytes)

View differences:

extensions/extIconThemeBase/build.xml
56 56
	</target>
57 57

  
58 58
	<target name="copy-data-files" depends="make-package-info">
59
		<copy todir="${dist}/lib/">
60
			<fileset dir="lib/" includes="**/**" />
61
		</copy>
62 59
		<!-- Put in this .jar the classes to be instantiated in gvSIG -->
63 60
		<copy file="config/config.xml" todir="${dist}" />
64 61
		<copy file="config/about.htm" todir="${dist}" />
65
-