Revision 13466 trunk/extensions/extCatalogYNomenclator/build.xml

View differences:

build.xml
6 6
	<import file="../binaries/ant/utilities.xml"/>
7 7
	<property name="src" location="src"/>
8 8
	<property name="build" location="bin"/>
9
	<property name="build-test" location="bin-test"/>
10
	<property name="src-test" location="src-test"/>
9 11
	<property name="dist"  location="dist"/>
10 12
	<property name="mainplugin" value="com.iver.cit.gvsig"/>
11 13
	<property name="gvsiglibjar" value="gvsig-catalogClient"/>
......
191 193
  <target name="clean-orig"
192 194
        description="clean up" >
193 195
    <!-- Delete the ${build} and ${dist} directory trees -->
196
  </target>
194 197

  
198
	<target name="run-tests" depends="batch-build,compile-tests">
199
		<antcall target="generic-run-tests">
200
			<param name="TestSuite.Name" value="es.gva.cit.gvsig.gazetteer.AllTests"/>
201
		</antcall>
202
	</target>
195 203

  
196
  </target>
197

  
198 204
</project>
199 205

  

Also available in: Unified diff