Revision 17911

View differences:

tags/tmp_build/install/instalador-gvSIG-mac/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>
tags/tmp_build/install/build.xml
393 393
			<property name="DIR_DESTINO" location="${DIR_MAC}/tmp"/>
394 394
		</ant>
395 395
		<zip destfile="${OUTPUT_DIR}/${MAC_10_ZIP}">
396
			<zipfileset dir="${tmp_mac}"
397
				    includes="${autoinstalador}.app/**"
398
				    excludes="${autoinstalador}.app/Contents/MacOS/*"
396
			<zipfileset dir="${DIR_MAC}/tmp"
397
				    includes="*.app/**"
398
				    excludes="**/MacOS/*"
399 399
				    />
400
			<zipfileset dir="${tmp_mac}"
401
				    includes="${autoinstalador}.app/Contents/MacOS/*"
400
			<zipfileset dir="${DIR_MAC}/tmp"
401
				    includes="**/MacOS/*"
402 402
				    filemode="755"
403 403
				    />
404 404

  

Also available in: Unified diff