Revision 10637 trunk/libraries/libGPE-GML/build.xml

View differences:

build.xml
1 1
<project name="libGPE" default="dist" basedir=".">
2 2
	<description>
3
        Genera el jar con libGPE y sus dependencias
3
        Genera el jar con libGPE-GML y sus dependencias
4 4
    </description>
5 5
	<!-- set global properties for this build -->
6 6
	<property name="src" location="src" />
......
9 9
	<property name="lib" location="lib" />
10 10
	<property name="remoteServicesLibs" location="../remoteServices/lib" />
11 11
	<property name="fmapLibs" location="../libFMap" />
12
	<property name="jarName" value="libGPE" />
12
	<property name="jarName" value="libGPE-GML" />
13 13
	<property name="targetDir" location="../libFMap/lib" />
14 14
	<property name="compile-classpath" value="${remoteServicesLibs}/kxml2.jar:${remoteServicesLibs}/gvsig-exceptions.jar" />
15 15

  

Also available in: Unified diff