diff options
author | Holger Zickner <[email protected]> | 2004-11-03 15:25:28 +0000 |
---|---|---|
committer | Holger Zickner <[email protected]> | 2004-11-03 15:25:28 +0000 |
commit | 2dcd03e03ac4bb7b45a9450cf89e99d2739887c3 (patch) | |
tree | 5ca80f61e30ed8e64a44d52d219ba108b0012fca /build.xml | |
parent | c39f39554cfcac5a15fb8ceb4f5ba35912afb2aa (diff) |
add joal for OS X to webstart configuration
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -29,10 +29,11 @@ <target name="usage"> <echo message="command line arguments for build.sh or build.bat"/> <echo message=""/> - <echo message="bindist build only binary distribution"/> + <echo message="installer build installer"/> + <echo message="bindist build .tar.gz and .zip binary distribution"/> <echo message="srcdist build only source distribution"/> - <echo message="all build source and binary distribution"/> - <echo message="clean delete classfiles keep jake2*.tar.gz and jake2*.zip"/> + <echo message="all build everything"/> + <echo message="clean delete classfiles keep distribution files"/> <echo message="distclean delete all generated files"/> <echo message="jar build only dist/lib/jake2.jar"/> <echo message=""/> @@ -134,7 +135,7 @@ </target> <!-- everything --> - <target name="all" depends="bindist,srcdist"> + <target name="all" depends="installer,bindist,srcdist"> </target> <!-- dist --> @@ -220,6 +221,9 @@ <include name="libjoal.so"/> <include name="libopenal.so"/> </jar> + <jar destfile="webstart/lib/osx/joal-native.jar" basedir="${dist}/lib/osx"> + <include name="libjoal.jnilib"/> + </jar> <jar destfile="webstart/lib/windows/jogl-native.jar" basedir="${dist}/lib/windows"> <include name="jogl*.dll"/> </jar> |