summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-04-19 00:32:41 +0000
committerKenneth Russel <[email protected]>2006-04-19 00:32:41 +0000
commit9a6581592f8c876c4db957e9327dd128b823f17d (patch)
treef8672736adf5d69d689904f08acc69c98b819a71 /make
parentd8ac37f6b2e5ece3cb6516799c4596689f33af4b (diff)
Updated JOGLAppletLauncher with new native library names. Made pack200
application in build.xml verbose. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@726 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 48924b932..b324ffa1d 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1305,7 +1305,7 @@
includes="*/**" />
<delete dir="${jogl.dist.dir}/tmp" />
<!-- Apply Pack200 repacking to allow later compression by that mechanism -->
- <apply executable="pack200" >
+ <apply executable="pack200" verbose="true" >
<arg value="--repack" />
<fileset file="${jogl.dist.dir}/jogl.jar" />
</apply>