diff options
author | endolf <[email protected]> | 2009-12-12 13:37:17 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2009-12-12 13:37:17 +0000 |
commit | 3879da96431b8cc9de90f98179198dacbc690947 (patch) | |
tree | 6ca10965546204c3a002a516fe3903b98d0376b8 /coreAPI | |
parent | e78a60a0dc6ebc4cc24a27ea0eb15b5f1904dd33 (diff) |
Fix init and clean targets
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@232 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI')
-rw-r--r-- | coreAPI/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreAPI/build.xml b/coreAPI/build.xml index bef1953..d0ecade 100644 --- a/coreAPI/build.xml +++ b/coreAPI/build.xml @@ -6,6 +6,7 @@ <mkdir dir="apidocs"/> <mkdir dir="classes"/> <mkdir dir="bin"/> + <mkdir dir="build"/> </target> <target name="compile" depends="init"> @@ -56,6 +57,7 @@ <delete dir="classes"/> <delete dir="bin"/> <delete dir="apidocs"/> + <delete dir="build"/> </target> <target name="all" depends="init,jar" description="Build everything."> |