Revision 15287 import/ext3D/trunk/install-extension3d/mac/build.xml

View differences:

build.xml
2 2
	<property name="NOMBRE_BUNDLE" value="Instalador Extension 3D"/>
3 3
	<property name="EXTENSIONES" value="../../_fwAndami/gvSIG/extensiones"/>
4 4
	<property name="LIBRERIAS" value="../../ext3D/binaries/mac"/>
5
	<property name="CACHE" value="/Users/materod/Desktop/cache"/>
5 6
	<target name="init">
6 7
		<!--Generamos el bundle de instalaciĆ³n-->
7 8
		<mkdir dir="${NOMBRE_BUNDLE}.app"/>
......
63 64
		<copy todir="${NOMBRE_BUNDLE}.app/Contents/Resources/Updates/Resources/NativeLibs">
64 65
			<fileset dir="${LIBRERIAS}"/>
65 66
		</copy>
67
		<!--Copiamos la cache-->
68
		<mkdir dir="${NOMBRE_BUNDLE}.app/Contents/Resources/Cache"/>
69
		<copy todir="${NOMBRE_BUNDLE}.app/Contents/Resources/Cache">
70
			<fileset dir="${CACHE}"/>
71
		</copy>
66 72
	</target>
67 73
</project>

Also available in: Unified diff