Revision 12480 trunk/extensions/extWFS2/build.xml

View differences:

build.xml
17 17
  <property name="drivers-dir" location="${extensionsDir}/${mainplugin}/drivers" />
18 18
  <property name="lib-dir" location="${extensionsDir}/${mainplugin}/lib"/>
19 19
	<property name="fmapLibs" location="../libFMap/lib" />
20
	  <property name="remoteclientjar" value="${fmapLibs}/remote-clients.jar"/>
20
	<property name="remoteclientjar" value="${fmapLibs}/remote-clients.jar"/>
21 21
	<property name="andamiLibs" location="${andami}/lib" />
22 22
	<property name="andamiJar" location="${andami}/andami.jar"/>
23 23
	<property name="gvsigLibs" location="../appgvSIG/lib"/>
24 24
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
25 25
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${lib-dir}/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:${fmapLibs}/gvsig-exceptions.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/kxml2.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/remote-clients.jar:${gvsigLibs}/zql.jar" />
26
	<property name="JavaSourceVersion" value="1.4"/>
27
	<property name="JavaTargetVersion" value="1.4"/>
28
	<property name="encoding" value="ISO_8859_1"/>
26 29
		
27 30
  <target name="init">
28 31
    <!-- Create the time stamp -->
......
87 90
		<mkdir dir="${build}" />
88 91
		<javac  srcdir="${src}"
89 92
			destdir="${build}"
90
			source="1.4"
91
			target="1.4"
93
			source="${JavaSourceVersion}"
94
			target="${JavaTargetVersion}"
92 95
			debug="${debug}"
93 96
			debuglevel="${debuglevel}"
94
			classpath="${compile-classpath}"/>
97
			classpath="${compile-classpath}"
98
			encoding="${encoding}"/>
95 99
	</target>
96 100
	
97 101
	<target name="create-jar"

Also available in: Unified diff