Revision 8401 trunk/extensions/extGraph_predes/build.xml

View differences:

build.xml
28 28

  
29 29

  
30 30
  	<!--
31
  	- - >
31
  	- ->
32 32
  	<jar jarfile="${fmapLibs}/jts-1.7.jar" basedir="${build}" update="yes" includes="com/vividsolutions/**"/>
33 33

  
34
  	<! - - Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
34
  	<!- - Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
35 35
  	<jar jarfile="${dist}/lib/${plugin}.jar" basedir="${build}" includes="com/iver/**"/>
36 36

  
37 37

  
......
40 40
    <copy file="config/config.xml" todir="${dist}"/>
41 41
    <!-- <copy file="config/about.htm" todir="${dist}"/> -->
42 42
    <copy todir="${dist}">
43
    	<fileset dir="." includes="text*.properties"/>
43
    	<fileset dir="config/" includes="text*.properties"/>
44 44
    </copy>
45 45
    <copy todir="${dist}/lib">
46 46
    	<fileset dir="lib" includes="*"/>

Also available in: Unified diff