core-jgi/webstart/compile.org.adempiere.webst...

9 lines
338 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project name="Compile org.adempiere.webstart" default="main">
<target name="main">
<ant antfile="build.xml" dir="../tools" target="build.jars"/>
<ant antfile="build.xml" dir="../base" target="build.jars"/>
<ant antfile="build.xml" dir="../client" target="build.jars"/>
</target>
</project>