Revision 13296 trunk/libraries/libUIComponent/build.xml

View differences:

build.xml
16 16
  <property name="extensionsDir" location="${andami}/gvSIG/extensiones"/>
17 17
  <property name="gvsigLibDir" location="${extensionsDir}/com.iver.cit.gvsig/lib/"/>
18 18
  <property name="targetDir" location="${andamiLibs}"/>
19
	<property name="JavaSourceVersion" value="1.5"/>
20
	<property name="JavaTargetVersion" value="1.5"/>
21
	<property name="encoding" value="ISO_8859_1"/>
22
	<property name="debug" value="on"/>
23
	<property name="debuglevel" value="lines, vars"/>
19

  
24 20
	<import file="../binaries/ant/utilities.xml"/>
25 21

  
26 22
	<!--<property name="compile-classpath" value="${andamiLibs}/gvsig-i18n.jar"/>-->
......
53 49
		<mkdir dir="${build}"/>
54 50
		<!-- Compile the Java code from ${src} to ${build} -->
55 51
		<loadEclipseClasspath project="${basedir}"/>
56
		<defaultJavac
52
		<gvSIG-javac
57 53
			classpath="${eclipseClasspath}"
58 54
		/>
59 55
		<!--<javac  srcdir="${src}"

Also available in: Unified diff