2010-01-30 20:27:10 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project name="Compile org.adempiere.webstart" default="main">
|
|
|
|
<target name="main">
|
2010-03-11 02:11:36 +07:00
|
|
|
<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"/>
|
2010-01-30 20:27:10 +07:00
|
|
|
</target>
|
|
|
|
</project>
|