Revision 16265 trunk/libraries/libCacheService/build.xml

View differences:

build.xml
6 6
	<property name="targetDir" location="../lib3DMap/lib"/>
7 7
	<property name="jarName" value="libCacheService"/>
8 8
	<property name="andamiLibs" location="../_fwAndami/lib" />
9
	<property name="fmapLibs" location="../libFMap" />	
10
	<property name="compile-classpath" value="" />
9
	<property name="fmapLibs" location="../libFMap" />
10
	<import file="../binaries/ant/utilities.xml"/>
11 11

  
12

  
12 13
  <target name="init">
13 14
    <!-- Create the time stamp -->
14 15
    <tstamp/>
......
22 23
	<target name="compile" description="compile the source">
23 24
		<!-- Compile the Java code from ${src} to ${build} -->
24 25
		<mkdir dir="${build}" />
25
		<javac	srcdir="${src}"
26
				destdir="${build}"
27
				source="1.4"
28
				target="1.4"
29
				debug="${debug}"
30
				debuglevel="${debuglevel}"
31
				classpath="${compile-classpath}"/>
26
		<loadEclipseClasspath project="${basedir}"/>
27
		<gvSIG-javac
28
			classpath="${eclipseClasspath}"	/>
32 29
	</target>
33 30

  
34 31
	<target name="create-jar" description="Crea el jar de la aplicacion">
......
41 38
		<delete dir="${build}" />
42 39
		<delete dir="${dist}" />
43 40
	</target>
44
  
41

  
45 42
</project>
46 43

  

Also available in: Unified diff