9 lines
338 B
XML
9 lines
338 B
XML
<?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>
|