Revision 6297 trunk/extensions/extWFS2/build.xml

View differences:

build.xml
21 21
	<property name="andamiLibs" location="${andami}/lib" />
22 22
	<property name="andamiJar" location="${andami}/andami.jar"/>
23 23
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${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:${fmapLibs}/remote-clients.jar" />
24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${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" />
25 25
		
26 26
  <target name="init">
27 27
    <!-- Create the time stamp -->
......
77 77
		<mkdir dir="${build}" />
78 78
		<javac  srcdir="${src}"
79 79
			destdir="${build}"
80
			debug="${debug}"
81
			debuglevel="${debuglevel}"
80 82
			classpath="${compile-classpath}"/>
81 83
	</target>
82 84
	

Also available in: Unified diff