Skip to content

Commit

Permalink
build.xml: ant get latest jogamp release & enable builds using icedte…
Browse files Browse the repository at this point in the history
…a-web.

Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
  • Loading branch information
xranby committed Nov 6, 2013
1 parent eb8ffd9 commit c1168a7
Show file tree
Hide file tree
Showing 38 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions build.xml
Expand Up @@ -30,6 +30,10 @@
value="${java.home}/lib/plugin.jar">
<available file="${java.home}/lib/plugin.jar"/>
</condition>
<condition property="plugin.jar"
value="/usr/share/icedtea-web/plugin.jar">
<available file="/usr/share/icedtea-web/plugin.jar"/>
</condition>

<!-- Default value for std Java (incl. Java7 on OS X) -->
<condition property="target.rt.jar"
Expand Down Expand Up @@ -73,6 +77,39 @@
<target name="init">
<mkdir dir="${build}"/>
<mkdir dir="${dist}/lib"/>
<get dest="lib/jogamp" verbose="true" skipexisting="true">
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-android-armv6.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-linux-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-linux-armv6.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-linux-armv6hf.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-linux-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-macosx-universal.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-solaris-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-solaris-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-windows-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt-natives-windows-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-linux-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-linux-armv6.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-linux-armv6hf.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-linux-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-macosx-universal.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-solaris-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-solaris-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-windows-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal-natives-windows-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/joal.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-linux-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-linux-armv6.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-linux-armv6hf.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-linux-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-macosx-universal.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-solaris-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-solaris-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-windows-amd64.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all-natives-windows-i586.jar"/>
<url url="http://jogamp.org/deployment/jogamp-current/jar/jogl-all.jar"/>
</get>
</target>

<!-- compile -->
Expand Down
Binary file removed lib/jogamp/gluegen-java-src.zip
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-android.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-android-armv6.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-linux-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-linux-armv6.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-linux-armv6hf.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-linux-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-macosx-universal.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-solaris-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-solaris-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-windows-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt-natives-windows-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/gluegen-rt.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-java-src.zip
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-android-armv6.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-linux-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-linux-armv6.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-linux-armv6hf.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-linux-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-macosx-universal.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-solaris-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-solaris-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-windows-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/joal-natives-windows-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/joal.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-android-armv6.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-linux-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-linux-armv6.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-linux-armv6hf.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-linux-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-macosx-universal.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-solaris-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-solaris-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-windows-amd64.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all-natives-windows-i586.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-all.jar
Binary file not shown.
Binary file removed lib/jogamp/jogl-java-src.zip
Binary file not shown.

0 comments on commit c1168a7

Please sign in to comment.