Revision 9126

View differences:

branches/v10/install/instalador-gvSIG-mac/build-comun.xml
8 8
	<target name="init">
9 9
		<jarbundler 
10 10
			dir="."
11
			name="gvSIG ${FULLVERSION}"
11
			name="gvSIG ${FULLVERSION} build ${build.number}"
12 12
			mainclass="com.iver.andami.Launcher"
13 13
			arguments="gvSIG gvSIG/extensiones"
14 14
			bundleid="com.iver.cit.gvsig"
......
25 25
			workingdirectory  = "$JAVAROOT"
26 26
			showPlist="true"
27 27
			>
28
			<!-- build="${build.number}" -->
29 28
			
30 29
		    <javaproperty name="apple.laf.useScreenMenuBar" value="true"/>
30
			<javaproperty name="java.library.path" value="$JAVAROOT/../NativeLibs"/>
31 31
			
32 32
			<jarfileset dir="." includes="nothing!" excludes="*"/>
33
			<!--Ese jarfileset no incluye nada, pero evita que jarbundler se queje -->
33 34
			<javafileset dir="../../_fwAndami/" excludes="bin/ src/"/>
34 35
		
35 36
		</jarbundler>
branches/v10/install/instalador-gvSIG-mac/build.xml
1
<project name="bundle-gvSIG" default="init" basedir=".">
2
	<property name="FULLVERSION" value="1.0"/>
3
	<!-- we store the resulting installer in this directory: -->
4
	<property name="INSTALLER_DIR" location="gvSIG-${FULLVERSION}_installer" />
5

  
6
	
7
	<target name="init">
8
		<ant antfile="build-comun.xml"/>
9
	</target>
10

  
11
</project>
0 12

  

Also available in: Unified diff