Revision 14064

View differences:

branches/v10/extensions/extOracleSpatial/build.xml
24 24
	<property name="andamiLibs" location="${andami}/lib" />
25 25
	<property name="andamiJar" location="${andami}/andami.jar"/>
26 26
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
27
	<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:${fmapLibs}/jts-1.7.jar:${fmapLibs}/jtsio-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:lib/ojdbc14.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
27
	<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:${fmapLibs}/jts-1.7.jar:${fmapLibs}/jtsio-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:${fmapLibs}/ojdbc14.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
28
	<property name="encoding" value="ISO_8859_1"/>
29
	<property name="debug" value="on"/>
30
	<property name="debuglevel" value="lines, vars"/>
31
	<property name="JavaSourceVersion" value="1.4"/>
32
	<property name="JavaTargetVersion" value="1.4"/>
28 33

  
29 34
	<target name="init" depends="check-file,no-lib-file">
30 35
    <!-- Create the time stamp -->
......
139 144
			target="${JavaTargetVersion}"
140 145
		   	debug="${debug}"
141 146
			debuglevel="${debuglevel}"
142
			classpath="${compile-classpath}"/>
147
			classpath="${compile-classpath}"
148
			encoding="${encoding}"/>
143 149
	</target>
144 150

  
145 151
	<target name="create-jar"

Also available in: Unified diff