aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2004-11-03 15:28:39 +0000
committerHolger Zickner <[email protected]>2004-11-03 15:28:39 +0000
commit161cacb5e1a20ac04eb1ddd924348867e109a4da (patch)
treef18e614561ed57412d1b2be40a70b79830f36348 /build.xml
parent2dcd03e03ac4bb7b45a9450cf89e99d2739887c3 (diff)
add joal for OS X to webstart configuration
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c09f5f9..a61d039 100644
--- a/build.xml
+++ b/build.xml
@@ -85,7 +85,12 @@
<fileset dir="lib/joal/windows">
<include name="*"/>
</fileset>
- </copy>
+ </copy>
+ <copy todir="${dist}/lib/osx">
+ <fileset dir="lib/joal/osx">
+ <include name="*"/>
+ </fileset>
+ </copy>
<copy todir="${dist}">
<fileset dir="scripts">
<include name="Jake2.*"/>