Revision 12272 trunk/extensions/extCAD/build.xml

View differences:

build.xml
21 21
	<import file="../libFMap/compile-classpath.xml"/>
22 22
	<import file="../_fwAndami/compile-classpath.xml"/>
23 23
	<property name="compile-sourcepath" value="../appgvSIG/src"/>
24
	<property name="JavaSourceVersion" value="1.4"/>
25
	<property name="JavaTargetVersion" value="1.4"/>
26
	<property name="encoding" value="ISO_8859_1"/>
27
	<property name="debug" value="on"/>
28
	<property name="debuglevel" value="lines, vars"/>
29

  
24 30
	
25 31
  <target name="init">
26 32
    <!-- Create the time stamp -->
......
69 75
			<mkdir dir="${build}" />
70 76
			<javac  srcdir="${src}"
71 77
				destdir="${build}"
72
				source="1.4"
73
				target="1.4"
78
				source="${JavaSourceVersion}"
79
				target="${JavaTargetVersion}"
74 80
				debug="${debug}"
75 81
				debuglevel="${debuglevel}"
76
				sourcepath="${compile-sourcepath}">
82
				sourcepath="${compile-sourcepath}"
83
				encoding="${encoding}">
77 84
		    	<classpath refid="extCAD.compile-classpath"/>
78 85
	    		<classpath refid="libFMap.compile-classpath"/>
79 86
	    		<classpath refid="_fwAndami.compile-classpath"/>

Also available in: Unified diff