Revision 16502

View differences:

trunk/libraries/libTopology/build.xml
1
<project name="libProjection" default="dist" basedir=".">
1
<project name="libTopology" default="dist" basedir=".">
2 2
    <description>
3 3
        Genera el jar con libTopology y sus dependencias
4 4
    </description>
......
25 25
	</echo>
26 26
  </target>
27 27

  
28
	<!--
29
  <target name="dist" depends="init, create-jar, move-to-fmap"
30
        description="generate the distribution" >
31
  </target>
32
  -->
28
	
33 29
	 <target name="dist" depends="init, create-jar"
34 30
	        description="generate the distribution" >
35 31
	  </target>
36
	<!--
32
	
37 33
	<target name="batch-build"
38
			description="compile the sources, create the jar file"
39
			depends="compile,create-jar,move-to-fmap">
40
	</target>
41
	-->
42
	<target name="batch-build"
43 34
				description="compile the sources, create the jar file"
44 35
				depends="compile,create-jar">
45 36
	</target>
......
62 53
	    <jar jarfile="${dist}/${jarName}" basedir="." includes = "images/*" update="true" />
63 54
	</target>
64 55

  
65
	<!--
56
	
66 57
	<target name="move-to-fmap" description="Move jars and required libraries to fmap">
67 58
	    <copy todir="${dist}">
68 59
	    	<fileset dir="./lib" includes="*.jar"/>
......
71 62
	    	<fileset dir="${dist}" includes="**/**"/>
72 63
	    </move>
73 64
	</target>
74
-->
75 65
	
76 66
	
77 67
	<target name="clean"

Also available in: Unified diff