All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.build.xml Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project name="msv family" basedir="." default="binary">
	
	<target name="binary">
		<ant target="binary" dir="xsdlib" />
		<ant target="binary" dir="testharness" />
		<!--ant dir="testCases"  /> < build test cases. This relies on test harness -->
		<ant target="binary" dir="msv" />
		<ant target="binary" dir="generator" />
		<ant target="binary" dir="relames" />
		<ant target="binary" dir="rngconverter" />
		<!--ant target="binary" dir="SOX2RNG" /-->
	</target>
	
	<target name="release">
		<ant target="release" dir="xsdlib" />
		<ant target="release" dir="msv" />
		<ant target="release" dir="generator" />
		<ant target="release" dir="relames" />
		<ant target="release" dir="rngconverter" />
		<!--ant target="release" dir="SOX2RNG" /-->
	</target>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy