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

View differences:

build.xml
19 19
	<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:${andamiLibs}/iver-utiles.jar" />
20 20
	<property name="JavaSourceVersion" value="1.4"/>
21 21
	<property name="JavaTargetVersion" value="1.4"/>
22
	<property name="encoding" value="ISO_8859_1"/>
22 23

  
23 24
  <target name="init">
24 25
    <!-- Create the time stamp -->
......
127 128
			target="${JavaTargetVersion}"
128 129
			debug="${debug}"
129 130
			debuglevel="${debuglevel}"
130
			classpath="${compile-classpath}"/>
131
			classpath="${compile-classpath}"
132
			encoding="${encoding}"/>
131 133
	</target>
132 134
	
133 135
	<target name="create-jar"

Also available in: Unified diff