Revision 8627 trunk/libraries/libJCRS/build.xml

View differences:

build.xml
8 8
  <property name="dist"  location="dist"/>
9 9
  <property name="plugin" value="jcrs"/>
10 10
  <property name="extension-dir" location="../_fwAndami/gvSIG/extensiones"/>
11
  <property name="targetDir" location="../libFMap/lib" />
11 12

  
12 13
  <target name="init">
13 14
    <!-- Create the time stamp -->
......
35 36
    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
36 37
    <jar jarfile="${dist}/${plugin}.jar" basedir="${build}"/>
37 38
  	
38
  	<copy file="${dist}/${plugin}.jar" todir="lib/"/>
39
  	<copy file="${dist}/${plugin}.jar" todir="../libFMap/lib/"/>
39
  	<!-- copy file="${dist}/${plugin}.jar" todir="lib/"/> -->
40
  	<copy file="${dist}/${plugin}.jar" todir="${targetDir}"/>
41
  	<copy todir="${targetDir}">
42
  				<fileset dir="./lib" includes="*.jar" />
43
	</copy>
40 44
  	<!-- <copy file="${dist}/${plugin}.jar" todir="../extJCRS/lib/"/> -->
41 45
  </target>
42 46
</project>

Also available in: Unified diff