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

View differences:

build.xml
23 23
	<property name="compile-sourcepath" value="../appgvSIG/src"/>
24 24
	<property name="JavaSourceVersion" value="1.4"/>
25 25
	<property name="JavaTargetVersion" value="1.4"/>
26
	<property name="encoding" value="ISO_8859_1"/>
26 27
	
27 28
  <target name="init">
28 29
    <!-- Create the time stamp -->
......
75 76
				target="${JavaTargetVersion}"
76 77
				debug="${debug}"
77 78
				debuglevel="${debuglevel}"
78
				sourcepath="${compile-sourcepath}">
79
				sourcepath="${compile-sourcepath}"
80
				encoding="${encoding}">
79 81
		    	<classpath refid="extCAD.compile-classpath"/>
80 82
	    		<classpath refid="libFMap.compile-classpath"/>
81 83
	    		<classpath refid="_fwAndami.compile-classpath"/>

Also available in: Unified diff