Revision 12259 branches/v10/extensions/extCatalogYNomenclator/build.xml

View differences:

build.xml
29 29
	<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:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/gvsig-i18n.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" />
30 30
	<property name="JavaSourceVersion" value="1.4"/>
31 31
	<property name="JavaTargetVersion" value="1.4"/>
32
	<property name="encoding" value="ISO_8859_1"/>
32 33

  
33 34
    
34 35
  
......
136 137
		<mkdir dir="${dist}/lib" />
137 138
  		<jar jarfile="${dist}/lib/${remoteClientPlugin}.jar" basedir="${remoteClientsDir}/bin"/>
138 139
	    <javac  srcdir="${src}"
139
                destdir="${build}"
140
	    		source="${JavaSourceVersion}"
140
				destdir="${build}"
141
				source="${JavaSourceVersion}"
141 142
				target="${JavaTargetVersion}"
142
	    		debug="${debug}"
143
			   	debuglevel="${debuglevel}"
144
	 			classpath="${compile-classpath}" />
143
				debug="${debug}"
144
				debuglevel="${debuglevel}"
145
				classpath="${compile-classpath}"
146
				encoding="${encoding}"/>
145 147
	</target>
146 148
	
147 149
	<target name="create-jar"

Also available in: Unified diff