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

View differences:

build.xml
26 26
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${lib}/ehcache-1.2beta4.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${lib}/spatialindex.jar:${geoprocessingJar}"/>
27 27
	<property name="JavaSourceVersion" value="1.4"/>
28 28
	<property name="JavaTargetVersion" value="1.4"/>
29
	<property name="encoding" value="ISO_8859_1"/>
29 30
	
30 31
	
31 32
  <target name="init">
......
124 125
			destdir="${build}"
125 126
    		source="${JavaSourceVersion}"
126 127
			target="${JavaTargetVersion}"
127
			classpath="${compile-classpath}"/>
128
			classpath="${compile-classpath}"
129
			encoding="${encoding}"/>
128 130
		<copy todir="${build}">
129 131
			<fileset dir="${src}" excludes="**/*.java" casesensitive="false"/>
130 132
		</copy>

Also available in: Unified diff