0001-Drop-from-build.xml-config-as-the-directory-doesn-t-.patch

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

Download (839 Bytes)

View differences:

libraries/libTopology/build.xml
45 45
		<gvSIG-javac
46 46
			classpath="${eclipseClasspath}"
47 47
		/>
48
	    <copy todir="${topology.home}/i18n/resources/translations">
49
	            <fileset dir="config" includes="*" />
50
	    </copy>
51 48
	</target>
52 49

  
53 50
	<target name="create-jar" description="Crea el jar de la aplicacion">
54
-