Revision 17938 trunk/install/instalador-gvSIG-mac/build.xml

View differences:

build.xml
20 20
		<!-- (corregimos permisos de ejecucion que copy se ha cargado) -->
21 21
		<chmod file="${DIR_DESTINO}/${NOMBRE_BUNDLE_AUTOINSTALADOR}.app/Contents/MacOS/*" perm="+rwxrxrx"/>
22 22
		<!-- ...y movemos bundle gvSIG a su sitio dentro de autoinstalador -->
23
		<move todir="${NOMBRE_BUNDLE_AUTOINSTALADOR}.app/Contents/Resources/gvSIG/${NOMBRE_BUNDLE}.app">
24
			<fileset dir="${NOMBRE_BUNDLE}.app"/>
23
		<move todir="${DIR_DESTINO}/${NOMBRE_BUNDLE_AUTOINSTALADOR}.app/Contents/Resources/gvSIG/${NOMBRE_BUNDLE}.app">
24
			<fileset dir="${DIR_DESTINO}/${NOMBRE_BUNDLE}.app"/>
25 25
		</move>
26 26

  
27 27
	</target>

Also available in: Unified diff