Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 084da301817067ade9caa87b400de257 > files > 1

jogl-1.1.1-3.mga3.src.rpm

Index: gluegen/make/build.xml
===================================================================
--- gluegen/make/build.xml
+++ gluegen/make/build.xml	2011-04-07 10:13:06.233698913 +0200
@@ -14,6 +14,12 @@
    <available property="antlr.jar" file="/usr/share/java/antlr.jar"
               value="/usr/share/java/antlr.jar"/>
 
+    <!-- Create the classpath for ANTLR.  This requires the user-defined
+      - "antlr.jar" property. -->
+    <path id="antlr.classpath">
+      <pathelement location="${antlr.jar}" />
+    </path>
+
   <target name="load.user.properties" unless="user.properties.file">
     <!-- Load the user specified properties file that defines various host
       - specific paths.  The user will be notified if this is does not
@@ -71,12 +77,6 @@
     <!-- Set up compilation for either Java SE or Java ME / CDC / FP. -->
     <antcall target="setup.javase"        inheritRefs="true" />
     <antcall target="setup.javame.cdc.fp" inheritRefs="true" />
-
-    <!-- Create the classpath for ANTLR.  This requires the user-defined
-      - "antlr.jar" property. -->
-    <path id="antlr.classpath">
-      <pathelement location="${antlr.jar}" />
-    </path>
     
     <!-- The location of the GlueGen source and the C grammar files. -->
     <property name="gluegen" value="${src.java}/com/sun/gluegen" />