diff options
author | Sven Gothel <[email protected]> | 2012-08-25 15:20:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-25 15:20:56 +0200 |
commit | cde44d028c219741b99004e28261f9d573a40553 (patch) | |
tree | f725b16b2f14b4df430fb8317b0229836ea05c04 /scripts | |
parent | 26ca1c43c6a571d0fd686b0962343c4bcbc62e82 (diff) |
Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make.jocl.all.linux-x86_64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh index 4959833f..85a916a4 100644 --- a/scripts/make.jocl.all.linux-x86_64.sh +++ b/scripts/make.jocl.all.linux-x86_64.sh @@ -11,6 +11,7 @@ fi # -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ # -Dbuild.archiveon=true \ +BUILD_ARCHIVE=true \ ant \ -Dtarget.sourcelevel=1.6 \ -Dtarget.targetlevel=1.6 \ |