diff options
author | Sven Gothel <[email protected]> | 2012-08-25 15:22:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-25 15:22:20 +0200 |
commit | 741e97a3efddb5c489cb00a791cd7f84dd296fb0 (patch) | |
tree | f4ebe6e3eee1e9f23a18b9e6ea85a697319264d0 /scripts | |
parent | 5a196a9690a6ef43e38394992ef0c3874dbc0392 (diff) |
Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make.jogl.all.linux-x86_64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh index d3cb547..542be1f 100644 --- a/scripts/make.jogl.all.linux-x86_64.sh +++ b/scripts/make.jogl.all.linux-x86_64.sh @@ -8,6 +8,7 @@ fi # -Dtarget.targetlevel=1.6 \ # -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ +BUILD_ARCHIVE=true \ ant \ -Dtarget.sourcelevel=1.6 \ -Dtarget.targetlevel=1.6 \ |