Revision 10565 branches/v10/extensions/extAddEventTheme/build.xml

View differences:

build.xml
18 18
	<property name="andamiLibs" location="${andami}/lib"/>
19 19
	<property name="fmapLibs" location="../libFMap/lib" />
20 20
	<property name="compile-classpath" value="${gvsigJar}:${andamiJar}:${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"/>
21
	<property name="JavaSourceVersion" value="1.4"/>
22
	<property name="JavaTargetVersion" value="1.4"/>
21 23

  
22 24
	<target name="init">
23 25
		<!-- Create the time stamp -->
......
113 115
		<javac  srcdir="${src}"
114 116
			destdir="${build}"
115 117
			classpath="${compile-classpath}"
116
			source="1.4"
117
			target="1.4"
118
    		source="${JavaSourceVersion}"
119
			target="${JavaTargetVersion}"
118 120
			debug="${debug}"
119 121
			debuglevel="${debuglevel}"
120 122
			excludes="test/**"/>

Also available in: Unified diff