Revision 12832 branches/v10/libraries/libUIComponent_praster/build.xml

View differences:

build.xml
14 14
	<property name="andami" location="../_fwAndami"/>
15 15
	<property name="andamiLibs" location="${andami}/lib"/>
16 16
	<property name="compile-classpath" value="${andamiLibs}/gvsig-i18n.jar"/>
17
	<property name="fmap" location="../libFMap"/>
18
	<property name="fmapLib" value="${fmap}/lib"/>
17 19

  
18 20
  <target name="init">
19 21
    <!-- Create the time stamp -->
......
24 26

  
25 27
  <target name="dist" depends="init"
26 28
        description="generate the distribution" >
27
 
29

  
28 30
    <!-- Create the distribution directory -->
29 31
    <mkdir dir="${dist}"/>
30 32

  
......
46 48
    	</manifest>
47 49
    </jar>
48 50
    <jar jarfile="${dist}/${jarName}.jar" basedir="." includes = "images/*.gif" update="true" />
49
  	<copy todir="../libCq CMS for java/lib">
51
  	<copy todir="../libFMap/lib">
50 52
  	  		<fileset dir="${dist}" includes="${jarName}.jar"/>
51 53
  	</copy>
52 54

  
......
105 107
		<copy todir="${dist}">
106 108
			<fileset dir="${lib}" includes="**/**"/>
107 109
		</copy>
110
		<copy todir="${fmapLib}">
111
			<fileset dir="${dist}" includes="**/**"/>
112
		</copy>
113

  
108 114
	</target>
109 115

  
110 116
</project>

Also available in: Unified diff