Revision 18485

View differences:

tags/tmp_build/extensions/extWFS2/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="extGPELibs" location="../extGPE-gvSIG/lib" />
21
	<property name="extGPEsrc" location="../extGPE-gvSIG/src" />
22
	<property name="extGPEbin" location="../extGPE-gvSIG/bin" />
23
	<property name="extCADbin" location="../extCAD/bin" />
20 24
	  <property name="remoteclientjar" value="${fmapLibs}/remote-clients.jar"/>
21 25
	<property name="andamiLibs" location="${andami}/lib" />
22 26
	<property name="andamiJar" location="${andami}/andami.jar"/>
23 27
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
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" />
28
	<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:${extGPELibs}/org.gvsig.gpe.jar:${extGPELibs}/org.gvsig.gpe.gml.jar:${extGPELibs}/org.gvsig.xmlschema.jar:${extGPELibs}/gvsig-exceptions.jar:${extCADbin}:${extGPEbin}" />
25 29
	<property name="JavaSourceVersion" value="1.4"/>
26 30
	<property name="JavaTargetVersion" value="1.4"/>
27 31
	<property name="encoding" value="ISO_8859_1"/>

Also available in: Unified diff