Revision 13296 trunk/libraries/libJCRS/build.xml

View differences:

build.xml
12 12
  <property name="andamiLibs" location="${andami}/lib"/>
13 13
  <property name="extension-dir" location="${andami}/gvSIG/extensiones"/>
14 14
  <property name="targetDir" location="../extJCRS/lib" />
15
	<property name="JavaSourceVersion" value="1.5"/>
16
	<property name="JavaTargetVersion" value="1.5"/>
17
	<property name="encoding" value="ISO_8859_1"/>
18
	<property name="debug" value="on"/>
19
	<property name="debuglevel" value="lines, vars"/>
20 15
	<import file="../binaries/ant/utilities.xml"/>
21 16

  
22 17

  
......
35 30
          description="compile the source" >
36 31
      <!-- Compile the Java code from ${src} to ${bin} -->
37 32
  		<loadEclipseClasspath project="${basedir}"/>
38
		<defaultJavac
33
		<gvSIG-javac
39 34
			classpath="${eclipseClasspath}"
40 35
		/>
41 36

  

Also available in: Unified diff