Revision 10565

View differences:

branches/v10/extensions/extScripting/build.xml
23 23
  <property name="installDir" location="${installBaseDir}/gvSIG/extensiones/${plugin}"/>
24 24
  <property name="installLibDir" location="${installBaseDir}/gvSIG/extensiones/${mainplugin}/lib"/>
25 25
  <property name="compile-classpath" value="${andami}/andami.jar:${lib}/bsf-2.3.0rc1.jar:${lib}/bsh-2.0b1.jar:${lib}/groovy-all-1.0-beta-7.jar:${andamiLibs}/iver-utiles.jar:${lib}/jython-2.1.jar:${lib}/scriptablethinlet-0.9.jar:${lib}/thinlet.jar:${fmapLibs}/fmap.jar:${installLibDir}/${mainplugin}.jar"/>
26

  
26
  <property name="JavaSourceVersion" value="1.4"/>
27
  <property name="JavaTargetVersion" value="1.4"/>
28
	
27 29
  <target name="init">
28 30
    <!-- Create the time stamp -->
29 31
    <tstamp/>
......
178 180
		<mkdir dir="${build}" />
179 181
		<javac  srcdir="${src}"
180 182
			destdir="${build}"
181
			source="1.4"
182
			target="1.4"
183
    		source="${JavaSourceVersion}"
184
			target="${JavaTargetVersion}"
183 185
			debug="${debug}"
184 186
			debuglevel="${debuglevel}"
185 187
			classpath="${compile-classpath}"/>
branches/v10/extensions/extJDBC/build.xml
27 27
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${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:${fmapLibs}/jts-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
28 28
	<property name="debug" value="on"/>
29 29
	<property name="debuglevel" value="lines, vars"/>
30
	<property name="JavaSourceVersion" value="1.4"/>
31
	<property name="JavaTargetVersion" value="1.4"/>
30 32

  
31 33
  <target name="init">
32 34
    <!-- Create the time stamp -->
......
61 63
		<mkdir dir="${build}" />
62 64
		<javac  srcdir="${src}"
63 65
			destdir="${build}"
64
			source="1.4"
65
			target="1.4"
66
    		source="${JavaSourceVersion}"
67
			target="${JavaTargetVersion}"
66 68
		   	debug="${debug}"
67 69
			debuglevel="${debuglevel}"
68 70
			classpath="${compile-classpath}"/>
branches/v10/extensions/extCatalogYNomenclator/build.xml
27 27
	<property name="andamiLibs" location="${andami}/lib"/>
28 28
	<property name="fmapLibs" location="../libFMap/lib" />
29 29
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${dist}/lib/catCliProto.jar:${andamiLibs}/castor-0.9.5.3-xml.jar:${fmapLibs}/cms.jar:${appCatalogDir}/lib/commons-httpclient-2.0.2.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/gvsig-i18n.jar:${andamiLibs}/iver-utiles.jar:${appCatalogDir}/lib/ostermillerutils_1_04_03_for_java_1_4.jar:${dist}/lib/${postgisPlugin}.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
30
	<property name="JavaSourceVersion" value="1.4"/>
31
	<property name="JavaTargetVersion" value="1.4"/>
30 32

  
31 33
    
32 34
  
......
135 137
  		<jar jarfile="${dist}/lib/${remoteClientPlugin}.jar" basedir="${remoteClientsDir}/bin"/>
136 138
	    <javac  srcdir="${src}"
137 139
                destdir="${build}"
138
				source="1.4"
139
				target="1.4"
140
	    		source="${JavaSourceVersion}"
141
				target="${JavaTargetVersion}"
140 142
	    		debug="${debug}"
141 143
			   	debuglevel="${debuglevel}"
142 144
	 			classpath="${compile-classpath}" />
branches/v10/extensions/extWMS/build.xml
23 23
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
24 24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${andamiLibs}/castor-0.9.5.3-xml.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${lib}/gt2-wms.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/kxml2.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/remote-clients.jar:${andamiLibs}/tempFileManager.jar" />
25 25
<!--		${fmapLibs}/geoapi-2.0.jar:${fmapLibs}/gt2-main.jar -->
26
	<property name="JavaSourceVersion" value="1.4"/>
27
	<property name="JavaTargetVersion" value="1.4"/>
26 28
	
29
	
27 30
  <target name="init">
28 31
    <!-- Create the time stamp -->
29 32
    <tstamp/>
......
86 89
		<echo>${compile-classpath}</echo>
87 90
		<javac  srcdir="${src}"
88 91
			destdir="${build}"
89
			source="1.4"
90
			target="1.4"
92
			source="${JavaSourceVersion}"
93
			target="${JavaTargetVersion}"
91 94
			debug="${debug}"
92 95
			debuglevel="${debuglevel}"
93 96
			classpath="${compile-classpath}"/>
branches/v10/extensions/extGeoProcessing/build.xml
22 22
	<property name="andamiLibs" location="${andami}/lib"/>
23 23
	<property name="fmapLibs" location="../libFMap/lib" />
24 24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${lib}/ehcache-1.2beta4.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${lib}/spatialindex.jar"/>
25
	<property name="JavaSourceVersion" value="1.4"/>
26
	<property name="JavaTargetVersion" value="1.4"/>
25 27
	
26 28
	
27 29
  <target name="init">
......
125 127
		<mkdir dir="${build}" />
126 128
		<javac  srcdir="${src}"
127 129
			destdir="${build}"
128
			source="1.4"
129
			target="1.4"
130
    		source="${JavaSourceVersion}"
131
			target="${JavaTargetVersion}"
130 132
			debug="${debug}"
131 133
			debuglevel="${debuglevel}"
132 134
			classpath="${compile-classpath}"/>
branches/v10/extensions/extAddEventTheme/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/**"/>
branches/v10/extensions/extWFS2/build.xml
22 22
	<property name="andamiJar" location="${andami}/andami.jar"/>
23 23
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
24 24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${fmapLibs}/geoapi-2.0.jar:${lib}/gt2-gml.jar:${fmapLibs}/gt2-main.jar:${lib}/gt2-wfs.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/remote-clients.jar:${lib}/zql.jar:${andamiLibs}/kxml2.jar" />
25
		
25
	<property name="JavaSourceVersion" value="1.4"/>
26
	<property name="JavaTargetVersion" value="1.4"/>
27
	
26 28
  <target name="init">
27 29
    <!-- Create the time stamp -->
28 30
    <tstamp/>
......
86 88
		<mkdir dir="${build}" />
87 89
		<javac  srcdir="${src}"
88 90
			destdir="${build}"
89
			source="1.4"
90
			target="1.4"
91
    		source="${JavaSourceVersion}"
92
			target="${JavaTargetVersion}"
91 93
			debug="${debug}"
92 94
			debuglevel="${debuglevel}"
93 95
			classpath="${compile-classpath}"/>
branches/v10/extensions/extRasterTools/build.xml
14 14
	<property name="fmapLibs" location="../libFMap/lib" />
15 15
	<property name="andamiLibs" location="${andami}/lib" />
16 16
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${andamiLibs}/iver-utiles.jar:${cmsLibs}/jecw-0.0.1.jar:${cmsLibs}/jecwcompress-0.1.0.jar:${cmsLibs}/jgdal-0.6.0.jar:${cmsLibs}/jmrsid-0.0.2.jar" />
17

  
17
	<property name="JavaSourceVersion" value="1.4"/>
18
	<property name="JavaTargetVersion" value="1.4"/>
19
	
18 20
  <!--Plugins-->
19 21
  <property name="plugin" value="org.gvsig.rasterTools"/>
20 22
  <property name="jarName" value="${plugin}.jar"/>
......
75 77
		<mkdir dir="${build}" />
76 78
		<javac  srcdir="${src}"
77 79
			destdir="${build}"
78
			source="1.4"
79
			target="1.4"
80
    		source="${JavaSourceVersion}"
81
			target="${JavaTargetVersion}"
80 82
			debug="${debug}"
81 83
			debuglevel="${debuglevel}"
82 84
			classpath="${compile-classpath}"/>
branches/v10/extensions/extDwg/build.xml
24 24
	 <property name="extension-dir" location="../_fwAndami/gvSIG/extensiones"/>
25 25
	  <property name="mainPlugin" value="com.iver.cit.gvsig" />
26 26

  
27
	<property name="JavaSourceVersion" value="1.4"/>
28
	<property name="JavaTargetVersion" value="1.4"/>
29

  
27 30
  <target name="init">
28 31
    <!-- Create the time stamp -->
29 32
    <tstamp/>
......
98 101
		<mkdir dir="${build}" />
99 102
		<javac  srcdir="${src}"
100 103
			destdir="${build}"
101
			source="1.4"
102
			target="1.4"
104
			source="${JavaSourceVersion}"
105
			target="${JavaTargetVersion}"
103 106
			debug="${debug}"
104 107
			debuglevel="${debuglevel}"
105 108
			classpath="${compile-classpath}"/>
branches/v10/extensions/extGeoreferencing/build.xml
20 20
	<property name="andamiLibs" location="${andami}/lib"/>
21 21
	<property name="fmapLibs" location="../libFMap/lib" />
22 22
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/cms.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gt2-legacy.jar:${andamiLibs}/iver-utiles.jar:${andamiLibs}/kxml2.jar:${andamiLibs}/xerces_2_5_0.jar"/>
23
	<property name="JavaSourceVersion" value="1.4"/>
24
	<property name="JavaTargetVersion" value="1.4"/>
23 25
	
24 26
  <target name="init">
25 27
    <!-- Create the time stamp -->
......
86 88
		<mkdir dir="${build}" />
87 89
		<javac  srcdir="${src}"
88 90
			destdir="${build}"
89
			source="1.4"
90
			target="1.4"
91
    		source="${JavaSourceVersion}"
92
			target="${JavaTargetVersion}"
91 93
			debug="${debug}"
92 94
			debuglevel="${debuglevel}"
93 95
			classpath="${compile-classpath}"/>
branches/v10/extensions/extCAD/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"/>
24 26
	
25 27
  <target name="init">
26 28
    <!-- Create the time stamp -->
......
69 71
			<mkdir dir="${build}" />
70 72
			<javac  srcdir="${src}"
71 73
				destdir="${build}"
72
				source="1.4"
73
				target="1.4"
74
	    		source="${JavaSourceVersion}"
75
				target="${JavaTargetVersion}"
74 76
				debug="${debug}"
75 77
				debuglevel="${debuglevel}"
76 78
				sourcepath="${compile-sourcepath}">
branches/v10/extensions/extGeoprocessingExtensions/build.xml
24 24
	<property name="andamiLibs" location="${andami}/lib"/>
25 25
	<property name="fmapLibs" location="../libFMap/lib" />
26 26
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${lib}/ehcache-1.2beta4.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${lib}/spatialindex.jar:${geoprocessingJar}"/>
27
	<property name="JavaSourceVersion" value="1.4"/>
28
	<property name="JavaTargetVersion" value="1.4"/>
27 29
	
28 30
	
29 31
  <target name="init">
......
120 122
		<mkdir dir="${build}" />
121 123
		<javac  srcdir="${src}"
122 124
			destdir="${build}"
123
			source="1.4"
124
			target="1.4"
125
    		source="${JavaSourceVersion}"
126
			target="${JavaTargetVersion}"
125 127
			classpath="${compile-classpath}"/>
126 128
		<copy todir="${build}">
127 129
			<fileset dir="${src}" excludes="**/*.java" casesensitive="false"/>
branches/v10/extensions/extCenterViewToPoint/build.xml
19 19
	<property name="compile-classpath" value="${andami}/andami.jar:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/fmap.jar:${mainPlugin}"/>
20 20
	<property name="installBaseDir" location="${andami}"/>
21 21
	<property name="installDir" location="${installBaseDir}/gvSIG/extensiones/${plugin}"/>
22
	<property name="JavaSourceVersion" value="1.4"/>
23
	<property name="JavaTargetVersion" value="1.4"/>
22 24

  
23 25
  <target name="init">
24 26
    <!-- Create the time stamp -->
......
126 128
		<mkdir dir="${build}" />
127 129
		<javac  srcdir="${src}"
128 130
			destdir="${build}"
129
			source="1.4"
130
			target="1.4"
131
    		source="${JavaSourceVersion}"
132
			target="${JavaTargetVersion}"
131 133
			debug="${debug}"
132 134
			debuglevel="${debuglevel}"
133 135
			classpath="${compile-classpath}"/>
branches/v10/extensions/extWCS/build.xml
21 21
	<property name="andamiJar" location="${andami}/andami.jar"/>
22 22
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
23 23
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${andamiLibs}/castor-0.9.5.3-xml.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${fmapLibs}/geoapi-2.0.jar:${fmapLibs}/gt2-main.jar:${lib}/gt2-wfs.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/remote-clients.jar:${fmapLibs}/units-0.01.jar" />
24
	
24
	<property name="JavaSourceVersion" value="1.4"/>
25
	<property name="JavaTargetVersion" value="1.4"/>
26
		
25 27
  <target name="init">
26 28
    <!-- Create the time stamp -->
27 29
    <tstamp/>
......
83 85
		<echo>${compile-classpath}</echo>
84 86
		<javac  srcdir="${src}"
85 87
			destdir="${build}"
86
			source="1.4"
87
			target="1.4"
88
    		source="${JavaSourceVersion}"
89
			target="${JavaTargetVersion}"
88 90
			debug="${debug}"
89 91
			debuglevel="${debuglevel}"
90 92
			classpath="${compile-classpath}"/>
branches/v10/extensions/extDataLocator/build.xml
17 17
	<property name="andamiJar" location="${andami}/andami.jar"/>
18 18
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
19 19
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${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" />
20
	<property name="JavaSourceVersion" value="1.4"/>
21
	<property name="JavaTargetVersion" value="1.4"/>
20 22

  
21 23
  <target name="init">
22 24
    <!-- Create the time stamp -->
......
121 123
		<mkdir dir="${build}" />
122 124
		<javac  srcdir="${src}"
123 125
			destdir="${build}"
124
			source="1.4"
125
			target="1.4"
126
    		source="${JavaSourceVersion}"
127
			target="${JavaTargetVersion}"
126 128
			debug="${debug}"
127 129
			debuglevel="${debuglevel}"
128 130
			classpath="${compile-classpath}"/>
branches/v10/frameworks/_fwAndami/build.xml
14 14
	<property name="webdir" location="web" />
15 15
	<property name="keystore" location="keystore" />
16 16
	<property name="schemas" location="schemas" />
17
	<property name="JavaSourceVersion" value="1.4"/>
18
	<property name="JavaTargetVersion" value="1.4"/>
17 19
	
18 20
	<target name="init">
19 21
		<!-- Create the time stamp -->
......
33 35
    	<mkdir dir="${build}" />
34 36
        <javac	srcdir="${src}"
35 37
				destdir="${build}"
36
        		source="1.4"
37
				target="1.4"
38
        		source="${JavaSourceVersion}"
39
				target="${JavaTargetVersion}"
38 40
				debug="${debug}"
39 41
				debuglevel="${debuglevel}">
40 42
        	<classpath refid="_fwAndami.compile-classpath"/>
branches/v10/applications/appgvSIG/build.xml
20 20
	<import file="compile-classpath.xml"/>
21 21
	<import file="../_fwAndami/compile-classpath.xml"/>
22 22
	<property name="build-doc" value="build-doc"/>
23
	<property name="JavaSourceVersion" value="1.4"/>
24
	<property name="JavaTargetVersion" value="1.4"/>
23 25
		
24 26
	<target name="init">
25 27
		<!-- Create the time stamp -->
......
123 125
		<!-- Compile the Java code from ${src} to ${build} -->
124 126
		<javac  srcdir="${src}"
125 127
			destdir="${build}"
126
			source="1.4"
127
			target="1.4"
128
			source="${JavaSourceVersion}"
129
			target="${JavaTargetVersion}"
128 130
			debug="${debug}"
129 131
			debuglevel="${debuglevel}"
130 132
			excludes="com/iver/cit/gvsig/test/**">
......
228 230
			description="Builds the application, excluding extensions">
229 231
		<property file="build.number"/>
230 232
  		<ant dir="${i18n}" target="batch-build" inheritAll="false">
233
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
234
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
231 235
			<property name="debug" value="${debug}"/>
232 236
			<property name="debuglevel" value="${debuglevel}"/>
233 237
			<property name="encoding" value="ISO_8859_1"/>
234 238
		</ant>
235 239
		<ant dir="${utiles}" target="batch-build" inheritAll="false">
240
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
241
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
236 242
			<property name="debug" value="${debug}"/>
237 243
			<property name="debuglevel" value="${debuglevel}"/>
238 244
			<property name="encoding" value="ISO_8859_1"/>
239 245
		</ant>
240 246
		<ant dir="${andami}" target="batch-build"  inheritAll="false">
247
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
248
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
241 249
			<property name="debug" value="${debug}"/>
242 250
			<property name="debuglevel" value="${debuglevel}"/>
243 251
			<property name="encoding" value="ISO_8859_1"/>
244 252
		</ant>
245 253
		<ant dir="${libui}" target="batch-build" inheritAll="false">
254
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
255
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
246 256
			<property name="debug" value="${debug}"/>
247 257
			<property name="debuglevel" value="${debuglevel}"/>
248
		<property name="installBaseDir" value="${global.installBaseDir}"/>
258
			<property name="installBaseDir" value="${global.installBaseDir}"/>
249 259
			<property name="encoding" value="ISO_8859_1"/>
250 260
		</ant>
251 261
		<ant dir="${core}" target="import-build-number" inheritAll="false">
252 262
			<property name="buildNumberFile" location="build.number"/>
253 263
		</ant>
254 264
		<ant dir="${core}" target="batch-build"  inheritAll="false">
265
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
266
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
255 267
			<property name="debug" value="${debug}"/>
256 268
			<property name="debuglevel" value="${debuglevel}"/>
257 269
			<property name="encoding" value="ISO_8859_1"/>
258 270
		</ant>
259 271
		<ant dir="${cms}" target="batch-build"  inheritAll="false">
272
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
273
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
260 274
			<property name="debug" value="${debug}"/>
261 275
			<property name="debuglevel" value="${debuglevel}"/>
262 276
			<property name="encoding" value="ISO_8859_1"/>
263 277
		</ant>
264 278
		<ant dir="${driver}" target="batch-build"  inheritAll="false">
279
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
280
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
265 281
			<property name="debug" value="${debug}"/>
266 282
			<property name="debuglevel" value="${debuglevel}"/>
267 283
			<property name="encoding" value="ISO_8859_1"/>
268 284
		</ant>
269 285
		<ant dir="${remote}" target="batch-build"  inheritAll="false">
286
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
287
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
270 288
			<property name="debug" value="${debug}"/>
271 289
			<property name="debuglevel" value="${debuglevel}"/>
272 290
			<property name="encoding" value="ISO_8859_1"/>
273 291
		</ant>
274 292
		<ant dir="${gdbms}" target="batch-build" inheritAll="false">
293
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
294
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
275 295
			<property name="debug" value="${debug}"/>
276 296
			<property name="debuglevel" value="${debuglevel}"/>
277 297
			<property name="encoding" value="ISO_8859_1"/>
278 298
		</ant>
279 299
		<ant dir="${fmap}" target="batch-build"  inheritAll="false">
300
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
301
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
280 302
			<property name="debug" value="${debug}"/>
281 303
			<property name="debuglevel" value="${debuglevel}"/>
282 304
			<property name="encoding" value="ISO_8859_1"/>
283 305
		</ant>
284 306
		<ant dir="${gvSIG}" target="batch-build"  inheritAll="false">
307
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
308
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
285 309
			<property name="debug" value="${debug}"/>
286 310
			<property name="debuglevel" value="${debuglevel}"/>
287 311
			<property name="encoding" value="ISO_8859_1"/>
......
316 340
			<property name="buildNumberFile" location="build.number"/>
317 341
		</ant>
318 342
		<ant dir="${event.Dir}" target="batch-build" inheritAll="false">
343
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
344
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
319 345
			<property name="debug" value="${debug}"/>
320 346
			<property name="debuglevel" value="${debuglevel}"/>
321 347
			<property name="encoding" value="ISO_8859_1"/>
......
324 350
			<available file="${libdwg}" type="dir"/>
325 351
		</condition>
326 352
		<ant dir="${libdwg.Dir}" target="batch-build" inheritAll="false">
353
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
354
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
327 355
			<property name="debug" value="${debug}"/>
328 356
			<property name="debuglevel" value="${debuglevel}"/>
329 357
			<property name="encoding" value="ISO_8859_1"/>
......
332 360
			<available file="${extdwg}" type="dir"/>
333 361
		</condition>
334 362
		<ant dir="${extdwg.Dir}" target="batch-build" inheritAll="false">
363
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
364
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
335 365
			<property name="debug" value="${debug}"/>
336 366
			<property name="debuglevel" value="${debuglevel}"/>
337 367
			<property name="encoding" value="ISO_8859_1"/>
......
343 373
			<property name="buildNumberFile" location="build.number"/>
344 374
		</ant>
345 375
		<ant dir="${jdbc.Dir}" target="batch-build" inheritAll="false">
376
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
377
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
346 378
			<property name="debug" value="${debug}"/>
347 379
			<property name="debuglevel" value="${debuglevel}"/>
348 380
			<property name="encoding" value="ISO_8859_1"/>
......
354 386
			<property name="buildNumberFile" location="build.number"/>
355 387
		</ant>
356 388
		<ant dir="${cad.Dir}" target="batch-build" inheritAll="false">
389
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
390
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
357 391
			<property name="debug" value="${debug}"/>
358 392
			<property name="debuglevel" value="${debuglevel}"/>
359 393
			<property name="encoding" value="ISO_8859_1"/>
......
365 399
			<property name="buildNumberFile" location="build.number"/>
366 400
		</ant>
367 401
		<ant dir="${appcatalog.Dir}" target="batch-build" inheritAll="false">
402
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
403
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
368 404
			<property name="debug" value="${debug}"/>
369 405
			<property name="debuglevel" value="${debuglevel}"/>
370 406
			<property name="encoding" value="ISO_8859_1"/>
......
376 412
			<property name="buildNumberFile" location="build.number"/>
377 413
		</ant>
378 414
		<ant dir="${catalog.Dir}" target="batch-build" inheritAll="false">
415
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
416
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
379 417
			<property name="debug" value="${debug}"/>
380 418
			<property name="debuglevel" value="${debuglevel}"/>
381 419
			<property name="encoding" value="ISO_8859_1"/>
......
387 425
			<property name="buildNumberFile" location="build.number"/>
388 426
		</ant>
389 427
		<ant dir="${wcs.Dir}" target="batch-build" inheritAll="false">
428
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
429
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
390 430
			<property name="debug" value="${debug}"/>
391 431
			<property name="debuglevel" value="${debuglevel}"/>
392 432
			<property name="encoding" value="ISO_8859_1"/>
......
398 438
			<property name="buildNumberFile" location="build.number"/>
399 439
		</ant>
400 440
		<ant dir="${wms.Dir}" target="batch-build" inheritAll="false">
441
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
442
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
401 443
			<property name="debug" value="${debug}"/>
402 444
			<property name="debuglevel" value="${debuglevel}"/>
403 445
			<property name="encoding" value="ISO_8859_1"/>
......
409 451
			<property name="buildNumberFile" location="build.number"/>
410 452
		</ant>		
411 453
		<ant dir="${dataloc.Dir}" target="batch-build" inheritAll="false">
454
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
455
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
412 456
			<property name="debug" value="${debug}"/>
413 457
			<property name="debuglevel" value="${debuglevel}"/>
414 458
			<property name="encoding" value="ISO_8859_1"/>
......
420 464
			<property name="buildNumberFile" location="build.number"/>
421 465
		</ant>
422 466
		<ant dir="${geoprocessing.Dir}" target="batch-build" inheritAll="false">
467
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
468
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
423 469
			<property name="debug" value="${debug}"/>
424 470
			<property name="debuglevel" value="${debuglevel}"/>
425 471
			<property name="encoding" value="ISO_8859_1"/>
......
431 477
			<property name="buildNumberFile" location="build.number"/>
432 478
		</ant>		
433 479
		<ant dir="${geoprocessingExtensions.Dir}" target="batch-build" inheritAll="false">
480
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
481
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
434 482
			<property name="debug" value="${debug}"/>
435 483
			<property name="debuglevel" value="${debuglevel}"/>
436 484
			<property name="encoding" value="ISO_8859_1"/>
......
442 490
			<property name="buildNumberFile" location="build.number"/>
443 491
		</ant>
444 492
		<ant dir="${georeferencing.Dir}" target="batch-build" inheritAll="false">
493
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
494
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
445 495
			<property name="debug" value="${debug}"/>
446 496
			<property name="debuglevel" value="${debuglevel}"/>
447 497
			<property name="encoding" value="ISO_8859_1"/>
......
453 503
			<property name="buildNumberFile" location="build.number"/>
454 504
		</ant>
455 505
		<ant dir="${rastertools.Dir}" target="batch-build" inheritAll="false">
506
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
507
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
456 508
			<property name="debug" value="${debug}"/>
457 509
			<property name="debuglevel" value="${debuglevel}"/>
458 510
			<property name="encoding" value="ISO_8859_1"/>
......
464 516
			<property name="buildNumberFile" location="build.number"/>
465 517
		</ant>		
466 518
		<ant dir="${wfs.Dir}" target="batch-build" inheritAll="false">
519
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
520
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
467 521
			<property name="debug" value="${debug}"/>
468 522
			<property name="debuglevel" value="${debuglevel}"/>
469 523
			<property name="encoding" value="ISO_8859_1"/>
......
475 529
			<property name="buildNumberFile" location="build.number"/>
476 530
		</ant>		
477 531
		<ant dir="${centerview.Dir}" target="batch-build" inheritAll="false">
532
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
533
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
478 534
			<property name="debug" value="${debug}"/>
479 535
			<property name="debuglevel" value="${debuglevel}"/>
480 536
			<property name="encoding" value="ISO_8859_1"/>
......
487 543
			<property name="buildNumberFile" location="build.number"/>
488 544
		</ant>		
489 545
		<ant dir="${scripting.Dir}" target="batch-build" inheritAll="false">
546
  			<property name="JavaSourceVersion" value="${JavaSourceVersion}"/>
547
  			<property name="JavaTargetVersion" value="${JavaTargetVersion}"/>
490 548
			<property name="debug" value="${debug}"/>
491 549
			<property name="debuglevel" value="${debuglevel}"/>
492 550
			<property name="encoding" value="ISO_8859_1"/>
branches/v10/applications/appCatalogYNomenclatorClient/build.xml
13 13
	<property name="targetDir" location="../extCatalogYNomenclator/dist/lib"/>
14 14
	<property name="jarName" value="catCliProto.jar"/>
15 15
	<property name="compile-classpath" value="${lib}/a2j_v2-2.0.9.jar:${lib}/a2jruntime.jar:${lib}/activation.jar:${lib}/commons-beanutils.jar:${lib}/commons-codec.jar:${lib}/commons-httpclient-2.0.2.jar:${lib}/commons-logging.jar:${lib}/cql-java-1.0.0.jar:${lib}/junit.jar:${lib}/jzkit2_core-2.0.0.jar:${lib}/jzkit2_z3950_plugin-2.0.0.jar:${lib}/log4j-1.2.4.jar:${lib}/mail.jar:${lib}/soap.jar:${lib}/ostermillerutils_1_04_03_for_java_1_4.jar:${lib}/spring.jar:${lib}/xalan.jar:${lib}/amic-util.jar:${andamiLibs}/xerces_2_5_0.jar:${andamiLibs}/iver-utiles.jar:${andamiLibs}/gvsig-i18n.jar"/>
16
	<property name="JavaSourceVersion" value="1.4"/>
17
	<property name="JavaTargetVersion" value="1.4"/>
16 18

  
19

  
17 20
  <target name="init">
18 21
    <!-- Create the time stamp -->
19 22
    <tstamp/>
......
46 49
		<javac
47 50
				srcdir="${src}"
48 51
				destdir="${build}"
49
				source="1.4"
50
				target="1.4"
52
	    		source="${JavaSourceVersion}"
53
				target="${JavaTargetVersion}"
51 54
				debug="${debug}"
52 55
				debuglevel="${debuglevel}"
53 56
				classpath="${compile-classpath}"/>
branches/v10/libraries/libUI/build.xml
15 15
	<property name="andamiLibs" location="${andami}/lib"/>
16 16
	<property name="andamiJar" location="${andami}/andami.jar"/>
17 17
	<property name="compile-classpath" value="${andamiLibs}/gvsig-i18n.jar:${andamiJar}:${andamiLibs}/log4j-1.2.8.jar:${lib}/JWizardComponent.jar:${andamiLibs}/jcalendar.jar"/>
18
	<property name="JavaSourceVersion" value="1.4"/>
19
	<property name="JavaTargetVersion" value="1.4"/>
18 20

  
19

  
20 21
  <target name="init">
21 22
    <!-- Create the time stamp -->
22 23
    <tstamp/>
......
100 101
		<!-- Compile the Java code from ${src} to ${build} -->
101 102
		<javac  srcdir="${src}"
102 103
			destdir="${build}"
103
			source="1.4"
104
			target="1.4"
104
			source="${JavaSourceVersion}"
105
			target="${JavaTargetVersion}"			
105 106
			debug="${debug}"
106 107
			debuglevel="${debuglevel}"
107 108
			classpath="${compile-classpath}"/>
branches/v10/libraries/libDwg/build.xml
1
<project name="libDwg" default="clean-orig" basedir=".">
1
<project name="jdwglib" default="clean-orig" basedir=".">
2 2
    <description>
3 3
        Genera jdwglib.jar en /lib y una distribuciĆ³n
4 4
    </description>
......
12 12
	<!-- property name="gdbms_dwg_driver" location="../GDBMS_DWG_Driver/lib"/-->
13 13
	<!-- property name="cad_dwg_driver" location="C:/jmorell/data/piloto/workspace/FMap 03 piloto/lib"/-->
14 14
	<property name="dist"  location="dist"/>
15
	<property name="sourceVersion" value="1.4" />
16
	<property name="targetVersion" value="1.4" />
17 15
	<property name="libDir" location="../_fwAndami/gvSIG/extensiones/com.iver.cit.gvsig/lib" />
18 16
	<property name="andamiLibs" location="../_fwAndami/lib" />
19 17
	<property name="compile-classpath" value="${libDir}/fmap.jar:${andamiLibs}/log4j-1.2.8.jar"/>
20 18
	
19
	<property name="JavaSourceVersion" value="1.4"/>
20
	<property name="JavaTargetVersion" value="1.4"/>
21

  
21 22
  <target name="init">
22 23
    <!-- Create the time stamp -->
23 24
    <tstamp/>
......
96 97
		<javac  srcdir="${src}"
97 98
			destdir="${build}"
98 99
			classpath="${compile-classpath}"
99
			source="${sourceVersion}"
100
			target="${targetVersion}"
100
			source="${JavaSourceVersion}"
101
			target="${JavaTargetVersion}"			
101 102
			debug="${debug}"
102 103
			debuglevel="${debuglevel}"
103 104
			excludes="com/iver/cit/gvsig/fmap/**"/>
branches/v10/libraries/libFMap/build.xml
13 13
    <property name="build-doc" value="build-doc"/>
14 14
	<property name="jarName" value="fmap.jar"/>
15 15
	<import file="compile-classpath.xml"/>
16

  
16
	<property name="JavaSourceVersion" value="1.4"/>
17
	<property name="JavaTargetVersion" value="1.4"/>
18
	
17 19
	<target name="init">
18 20
		<!-- Create the time stamp -->
19 21
		<tstamp />
......
107 109
		<mkdir dir="${build}" />
108 110
		<javac  srcdir="${src}"
109 111
			destdir="${build}"
110
			source="1.4"
111
			target="1.4"
112
			source="${JavaSourceVersion}"
113
			target="${JavaTargetVersion}"
112 114
			debug="${debug}"
113 115
			debuglevel="${debuglevel}"
114 116
			excludes="com/iver/cit/gvsig/fmap/spatialindex/*Test*.java">
branches/v10/libraries/libDriverManager/build.xml
8 8
	<property name="build" value="bin"/>
9 9
	<property name="jarName" value="driver-manager-1.1"/>
10 10
	<property name="targetDir" value="../libFMap/lib"/>	
11
	<property name="JavaSourceVersion" value="1.4"/>
12
	<property name="JavaTargetVersion" value="1.4"/>
11 13
	
12 14
	<target name="init">
13 15
		<!-- Create the time stamp -->
......
24 26
    	<mkdir dir="${build}" />
25 27
        <javac	srcdir="${src}"
26 28
				destdir="${build}"
27
				source="1.4"
28
				target="1.4"
29
				debug="${debug}"
29
				source="${JavaSourceVersion}"
30
				target="${JavaTargetVersion}"
31
    	    	debug="${debug}"
30 32
				debuglevel="${debuglevel}"
31 33
				classpath="${compile-classpath}"/>
32 34
	</target>	
branches/v10/libraries/libIverUtiles/build.xml
8 8
	<property name="andamiLibs" location="../_fwAndami/lib" />
9 9
	<property name="fmapLibs" location="../libFMap" />	
10 10
	<property name="compile-classpath" value="${andamiLibs}/castor-0.9.5.3-xml.jar:${andamiLibs}/commons-collections-3.1.zip:${andamiLibs}/commons-dbcp-1.0-dev-20020806.zip:${andamiLibs}/commons-pool-1.2.zip:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar:${andamiLibs}/crimson.jar" />
11

  
11
	<property name="JavaSourceVersion" value="1.4"/>
12
	<property name="JavaTargetVersion" value="1.4"/>
13
	
12 14
  <target name="init">
13 15
    <!-- Create the time stamp -->
14 16
    <tstamp/>
......
24 26
		<mkdir dir="${build}" />
25 27
		<javac	srcdir="${src}"
26 28
				destdir="${build}"
27
				source="1.4"
28
				target="1.4"
29
				source="${JavaSourceVersion}"
30
				target="${JavaTargetVersion}"			 	
29 31
				debug="${debug}"
30 32
				debuglevel="${debuglevel}"
31 33
				classpath="${compile-classpath}"/>
branches/v10/libraries/libCq CMS for java.old/build.xml
13 13
	<property name="i18n" location="../libInternationalization"/>
14 14
	<property name="i18nLibs" location="${i18n}/lib"/>	
15 15
	<property name="compile-classpath" value="${lib}/geoapi-2.0.jar:${lib}/geojava.jar:${lib}/geotiff-jai.jar:${lib}/gt2-legacy.jar:${lib}/gt2-main.jar:${i18nLibs}/gvsig-i18n.jar:${lib}/jecw-0.0.1.jar:${lib}/jecwcompress-0.1.0.jar:${lib}/jgdal-0.6.0.jar:${lib}/jmgeoraster.jar:${lib}/jmrsid-0.0.2.jar:${lib}/jogr.jar:${lib}/kxml2.jar:${lib}/tar.jar" />
16

  
16
	<property name="JavaSourceVersion" value="1.4"/>
17
	<property name="JavaTargetVersion" value="1.4"/>
18
	
17 19
  <target name="init">
18 20
    <!-- Create the time stamp -->
19 21
    <tstamp/>
......
55 57
		<mkdir dir="${build}" />
56 58
		<javac 	srcdir="${src}"
57 59
				destdir="${build}"
58
				source="1.4"
59
				target="1.4"
60
				source="${JavaSourceVersion}"
61
				target="${JavaTargetVersion}"
60 62
				debug="${debug}"
61 63
				debuglevel="${debuglevel}"
62 64
				classpath="${compile-classpath}"/>
branches/v10/libraries/libGDBMS/build.xml
13 13
	<property name="fmap-compile-classpath" value="${fmapLibs}/geoapi-2.0.jar:${fmapLibs}/batik-awt-util.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${andamiLibs}/castor-0.9.5.3-xml.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/units-0.01.jar:${fmapLibs}/gt2-main.jar:${fmapLibs}/gt2-postgis.jar:${fmapLibs}/gt2-wfs.jar:${fmapLibs}/gt2-legacy.jar:${fmapLibs}/gt2-wms.jar:${fmapLibs}/hsqldb.jar:${fmapLibs}/jts-1.7.jar:${fmapLibs}/jecw.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/wmsclient.jar:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar:${fmapLibs}/vecmath-1.3.jar"/>
14 14
	<property name="compile-classpath" value="${fmap-compile-classpath}:${andamiLibs}/crimson.jar:${andamiLibs}/dbf.jar:${andamiLibs}/iver-utiles.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/gt2-main.jar:${fmapLibs}/gt2sidx.jar:${fmapLibs}/jts-1.7.jar:${fmapLibs}/spatialindex.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar:./lib/kxml2.jar"/>
15 15
	<property name="compile-sourcepath" value="../libFMap/src"/>
16

  
16
	<property name="JavaSourceVersion" value="1.4"/>
17
	<property name="JavaTargetVersion" value="1.4"/>
18
	
17 19
	<target name="init">
18 20
		<!-- Create the time stamp -->
19 21
		<tstamp />
......
146 148
		<mkdir dir="${build}" />
147 149
		<javac  srcdir="${src}"
148 150
			destdir="${build}"
149
			source="1.4"
150
			target="1.4"
151
			source="${JavaSourceVersion}"
152
			target="${JavaTargetVersion}"
151 153
			classpath="${compile-classpath}"
152 154
			sourcepath="${compile-sourcepath}"
153 155
			debug="${debug}"
branches/v10/libraries/libRemoteServices/build.xml
13 13
	<property name="jarName" value="remote-clients" />
14 14
	<property name="targetDir" location="../libFMap/lib" />
15 15
	<property name="compile-classpath" value="${andamiJar}:${fmapLibs}/lib/driver-manager-1.0.jar:${andamiLibs}/lib/tempFileManager.jar:${lib}/kxml2.jar" />
16

  
16
	<property name="JavaSourceVersion" value="1.4"/>
17
	<property name="JavaTargetVersion" value="1.4"/>
18
	
17 19
	<target name="init">
18 20
		<!-- Create the time stamp -->
19 21
		<tstamp />
......
47 49
		<mkdir dir="${build}" />
48 50
		<javac	srcdir="${src}"
49 51
				destdir="${build}"
50
				source="1.4"
51
				target="1.4"
52
				source="${JavaSourceVersion}"
53
				target="${JavaTargetVersion}"			
52 54
				classpath="${compile-classpath}"
53 55
				debug="${debug}"
54 56
				debuglevel="${debuglevel}"
branches/v10/libraries/libInternationalization/build.xml
13 13
	<property name="targetDir" location="../_fwAndami/lib"/>
14 14
	<property name="build-doc" value="doc"/>
15 15
	<property name="compile-classpath" value="${andamiLibs}/log4j-1.2.8.jar"/>
16

  
16
	<property name="JavaSourceVersion" value="1.4"/>
17
	<property name="JavaTargetVersion" value="1.4"/>
18
	
17 19
	<target name="init">
18 20
		<!-- Create the time stamp -->
19 21
		<tstamp />
......
43 45
		<mkdir dir="${build}" />
44 46
		<javac	srcdir="${src}"
45 47
				destdir="${build}"
46
				source="1.4"
47
				target="1.4"
48
				source="${JavaSourceVersion}"
49
				target="${JavaTargetVersion}"
48 50
				classpath="${compile-classpath}"
49 51
				debug="${debug}"
50 52
				debuglevel="${debuglevel}"
branches/v10/libraries/libCorePlugin/build.xml
11 11
	<property name="plugin" value="com.iver.core"/>
12 12
	<property name="targetDir" location="../_fwAndami/gvSIG/extensiones"/>
13 13
	<property name="compile-classpath" value="${lib}/castor-0.9.5.3-xml.jar:${lib}/iver-utiles.jar:${lib}/log4j-1.2.8.jar:${andamiJar}:${lib}/beans.jar" />
14
	
14
	<property name="JavaSourceVersion" value="1.4"/>
15
	<property name="JavaTargetVersion" value="1.4"/>	
15 16

  
16 17
  <target name="init">
17 18
    <!-- Create the time stamp -->
......
63 64
    	<mkdir dir="${build}" />
64 65
        <javac	srcdir="${src}"
65 66
				destdir="${build}"
66
				source="1.4"
67
				target="1.4"
67
				source="${JavaSourceVersion}"
68
				target="${JavaTargetVersion}"
68 69
				debug="${debug}"
69 70
				debuglevel="${debuglevel}"
70 71
				classpath="${compile-classpath}"/>

Also available in: Unified diff