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

View differences:

build.xml
23 23
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${andamiLibs}/castor-0.9.5.3-xml.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${fmapLibs}/geoapi-2.0.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:${fmapLibs}/units-0.01.jar" />
24 24
	<property name="JavaSourceVersion" value="1.4"/>
25 25
	<property name="JavaTargetVersion" value="1.4"/>
26
	<property name="encoding" value="ISO_8859_1"/>
26 27
		
27 28
  <target name="init">
28 29
    <!-- Create the time stamp -->
......
89 90
			target="${JavaTargetVersion}"
90 91
			debug="${debug}"
91 92
			debuglevel="${debuglevel}"
92
			classpath="${compile-classpath}"/>
93
			classpath="${compile-classpath}"
94
			encoding="${encoding}"/>
93 95
	</target>
94 96
	
95 97
	<target name="create-jar"

Also available in: Unified diff