Revision 12479 branches/v10/extensions/extWFS2/build.xml

View differences:

build.xml
24 24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${fmapLibs}/geoapi-2.0.jar:${lib}/gt2-gml.jar:${fmapLibs}/gt2-main.jar:${lib}/gt2-wfs.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/remote-clients.jar:${lib}/zql.jar:${andamiLibs}/kxml2.jar" />
25 25
	<property name="JavaSourceVersion" value="1.4"/>
26 26
	<property name="JavaTargetVersion" value="1.4"/>
27
	<property name="encoding" value="ISO_8859_1"/>
27 28
	
28 29
  <target name="init">
29 30
    <!-- Create the time stamp -->
......
92 93
			target="${JavaTargetVersion}"
93 94
			debug="${debug}"
94 95
			debuglevel="${debuglevel}"
95
			classpath="${compile-classpath}"/>
96
			classpath="${compile-classpath}"
97
			encoding="${encoding}"/>
96 98
	</target>
97 99
	
98 100
	<target name="create-jar"

Also available in: Unified diff