Revision 8259 trunk/extensions/extCenterViewToPoint/build.xml

View differences:

build.xml
59 59
    	<fileset dir="config" includes="text*.properties"/>
60 60
    </copy>
61 61
    <copy todir="${dist}/bin/com/iver/gvsig/centerviewpoint">
62
    	<fileset dir="." includes="text*.properties"/>
62
    	<fileset dir="config" includes="text*.properties"/>
63 63
    </copy>
64 64
    <jar jarfile="${dist}/bin/com/iver/gvsig/centerviewpoint/${plugin}.jar" basedir="${build}"/>
65 65
    <copy file="config/config.xml" todir="${dist}/bin/com/iver/gvsig/centerviewtopoint"/>
......
86 86
        <fileset dir="${dist}" includes="**/*.properties"/>
87 87
    </delete>
88 88
  </target>
89
	
89

  
90 90
  <target name="generate-without-source" depends="clean" description="generate the distribution without the source file" >
91 91
    <!-- Create the distribution directory -->
92 92
    <mkdir dir="${without_src}"/>
......
104 104
    	<fileset dir="${without_src}" includes="**/**"/>
105 105
    </move>
106 106
  </target>
107
	
108 107

  
108

  
109 109
	<target name="batch-build"
110 110
			description="compile the sources, create the jar file"
111 111
			depends="init,compile,create-jar,copy-data-files,move-to-installDir">
......
122 122
			debuglevel="${debuglevel}"
123 123
			classpath="${compile-classpath}"/>
124 124
	</target>
125
	
125

  
126 126
	<target name="create-jar"
127 127
			description="Creates the plugin jar">
128 128
		<mkdir dir="${dist}"/>
......
138 138
			<fileset dir="images/" includes="*"/>
139 139
		</copy>
140 140
	</target>
141
	
141

  
142 142
	<target name="move-to-installDir">
143 143
		<move todir="${installDir}">
144 144
			<fileset dir="${dist}" includes="**/**"/>

Also available in: Unified diff