Revision 12272 trunk/extensions/extCatalogYNomenclator/build.xml

View differences:

build.xml
28 28
	<property name="andamiLibs" location="${andami}/lib"/>
29 29
	<property name="fmapLibs" location="../libFMap/lib" />
30 30
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${dist}/lib/catCliProto.jar:${andamiLibs}/castor-0.9.5.3-xml.jar:${fmapLibs}/cms.jar:${appCatalogDir}/lib/commons-httpclient-2.0.2.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapJar}:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/gvsig-i18n.jar:${fmapLibs}/gvsig-exceptions.jar:${andamiLibs}/iver-utiles.jar:${appCatalogDir}/lib/ostermillerutils_1_04_03_for_java_1_4.jar:${dist}/lib/${postgisPlugin}.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
31

  
31
	<property name="JavaSourceVersion" value="1.4"/>
32
	<property name="JavaTargetVersion" value="1.4"/>
33
	<property name="encoding" value="ISO_8859_1"/>
34
	<property name="debug" value="on"/>
35
	<property name="debuglevel" value="lines, vars"/>
32 36
    
33 37
  
34 38
  <target name="init">
......
136 140
  		<jar jarfile="${dist}/lib/${remoteClientPlugin}.jar" basedir="${remoteClientsDir}/bin"/>
137 141
	    <javac  srcdir="${src}"
138 142
                destdir="${build}"
139
				source="1.4"
140
				target="1.4"
143
				source="${JavaSourceVersion}"
144
				target="${JavaTargetVersion}"
141 145
	    		debug="${debug}"
142 146
			   	debuglevel="${debuglevel}"
143
	 			classpath="${compile-classpath}" />
147
	 			classpath="${compile-classpath}"
148
	    		encoding="${encoding}"/>
144 149
	</target>
145 150
	
146 151
	<target name="create-jar"

Also available in: Unified diff