Revision 36455 tags/tmp_build/install/installjammer/build.xml

View differences:

build.xml
7 7
  	<property name="outputFolder" location="${basedir}/output"/>
8 8
	<property name="baseNativeLibsDir" location="${basedir}/../../binaries"/>
9 9
	<property name="buildFile" location="${basedir}/gvsig-standard-installer.mpi"/>
10
	<property name="baseDir" location="${basedir}/../../_fwAndami"/>
10 11
	
11 12
	<loadproperties srcFile="${basedir}/../../appgvSIG/package.info"/>
12 13
	
13
	<property name="installVersion" value="${gvSIG-version}-{build}"/>
14
	<property name="installVersion" value="${gvSIG-version}.${build}"/>
14 15
	
15 16
	<target name="init">
16 17
		<exec executable="installjammer" >
17 18
			<arg value="-DInstallVersion ${installVersion}"/>
18 19
			<arg value="-DInstallString ${installVersion}"/>
19
			<arg value="-DbaseDir ${outputFolder}"/>
20
			<arg value="-DbaseNativeLibsDir ${baseNativeLibsDir}"/>
20
			<arg value="-DBaseDir ${baseDir}"/>
21
			<arg value="-DBaseNativeLibsDir ${baseNativeLibsDir}"/>
21 22
			
22 23
			<arg value="--verbose"/>
23 24
			<arg value="--output-dir ${outputFolder}"/>

Also available in: Unified diff