diff options
author | Sven Gothel <[email protected]> | 2010-07-26 16:14:26 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-26 16:14:26 -0700 |
commit | 7e08f592b0868df1222c11627f4117bd488e5d6c (patch) | |
tree | f4f8397194c2cde4531adad157926098ca619cad /make/make.jogl.all.x86.sh | |
parent | 8db35dabaef54b96eb90dde02cacebdeacd50126 (diff) |
Add jogl-demos.build.number - artifact.properties
Diffstat (limited to 'make/make.jogl.all.x86.sh')
-rw-r--r-- | make/make.jogl.all.x86.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.x86.sh b/make/make.jogl.all.x86.sh index ea37ad9..41fa16b 100644 --- a/make/make.jogl.all.x86.sh +++ b/make/make.jogl.all.x86.sh @@ -6,6 +6,6 @@ ant \ -Djogl.cg=1 \ - -Duser.swt.jar=$HOME/.java/swt-3.5.2-gtk-linux-x86.jar \ + -Duser.swt.jar=$HOME/.java/swt-3.6-gtk-linux-x86.jar \ -Drootrel.build=build-x86 \ $* 2>&1 | tee make.jogl.all.x86.log |