Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > d5352fed8f232fe95903b3416c79707b > files > 1

jogl-1.1.1-2.mga2.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" />