joergviola 2010-03-10 19:11:36 +00:00
parent 783b3d767f
commit 52edb1d22a
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Compile org.adempiere.webstart" default="main">
<target name="main">
<ant antfile="build.xml" dir="../adempiereTrunk/tools" target="build.jars"/>
<ant antfile="build.xml" dir="../adempiereTrunk/base" target="build.jars"/>
<ant antfile="build.xml" dir="../adempiereTrunk/client" target="build.jars"/>
<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>