291375fa6a
The JOGL project hosts the development version of the Java (TM) Binding for the OpenGL API (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, >= 3.1, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. WWW: http://jogamp.org/jogl PR: ports/150707 Submitted by: Tassilo Philipp <tphilipp at potion-studios.com>
15 lines
524 B
XML
15 lines
524 B
XML
--- jogl/make/build-common.xml.orig 2010-09-12 18:59:12.000000000 +0200
|
|
+++ jogl/make/build-common.xml 2010-09-12 18:59:35.000000000 +0200
|
|
@@ -4,10 +4,10 @@
|
|
|
|
<description>Common JOGL Stuff</description>
|
|
|
|
- <fail message="Please build using Ant 1.8.0 or higher.">
|
|
+ <fail message="Please build using Ant 1.7.0 or higher.">
|
|
<condition>
|
|
<not>
|
|
- <antversion atleast="1.8.0"/>
|
|
+ <antversion atleast="1.7.0"/>
|
|
</not>
|
|
</condition>
|
|
</fail>
|