Revision 24943 branches/v2_0_0_prep/libraries/libMetadata/build.xml

View differences:

build.xml
7 7
     ====================================================================== -->
8 8
<project name="libMetadata" default="batch-build">
9 9
	<description>
10
            Build del libDataStore
10
            Build del ${ant.project.name}
11 11
    </description>
12 12
	<dirname file="${ant.file.libMetadata}" property="proyectDir"/>
13 13
	<import file="${proyectDir}/../binaries/ant/utilities.xml"/>
......
30 30

  
31 31

  
32 32

  
33
	<!-- ================================= 
34
          target: compile              
33
	<!-- =================================
34
          target: compile
35 35
         ================================= -->
36 36
	<target name="compile" depends="" description="--> Compile sources">
37 37
		<mkdir dir="${build}"/>
......
40 40
		<gvSIG-javac
41 41
			classpath="${eclipseClasspath}"/>
42 42
		<!--
43
		<gvSIG-javac 
43
		<gvSIG-javac
44 44
			classpath="${eclipseClasspath}"
45 45
			srcdir="${src-test}"
46 46
			destdir="${build-test}"/>
......
48 48

  
49 49
	</target>
50 50

  
51
	<!-- ================================= 
52
          target: batch-build              
51
	<!-- =================================
52
          target: batch-build
53 53
         ================================= -->
54 54
	<target name="batch-build" depends="compile" description="--> Prepare library">
55 55
		<mkdir dir="${dist}"/>
56 56
		<jar destfile="${dist}/${jarName}" basedir="${build}"/>
57 57
	</target>
58 58

  
59
	<!-- ================================= 
60
          target: clean              
59
	<!-- =================================
60
          target: clean
61 61
         ================================= -->
62 62
	<target name="clean" depends="" description="--> Clean proyect">
63 63
		<delete>

Also available in: Unified diff