[Mulgara-svn] r1217 - trunk

pag at mulgara.org pag at mulgara.org
Mon Sep 1 04:18:36 UTC 2008


Author: pag
Date: 2008-08-31 21:18:35 -0700 (Sun, 31 Aug 2008)
New Revision: 1217

Modified:
   trunk/common.xml
Log:
Updated the sableCC reference to handle the reference from the properties file

Modified: trunk/common.xml
===================================================================
--- trunk/common.xml	2008-09-01 04:17:43 UTC (rev 1216)
+++ trunk/common.xml	2008-09-01 04:18:35 UTC (rev 1217)
@@ -24,12 +24,9 @@
   <!-- Add the sablecc task to ant                                         -->
   <!-- =================================================================== -->
   <target name="sablecc">
-
-    <taskdef name="sablecc"
-             classname="org.sablecc.ant.taskdef.Sablecc">
-
+    <taskdef name="sablecc" classname="org.sablecc.ant.taskdef.Sablecc">
       <classpath>
-        <fileset dir="${lib.dir}" includes="**/sablecc-2.18.2.jar"/>
+        <fileset dir="${lib.dir}" includes="${sablecc.jar}"/>
       </classpath>
     </taskdef>
   </target>
@@ -39,11 +36,8 @@
   <!-- =================================================================== -->
   <target name="jalopy">
 
-    <taskdef name="jalopy"
-             classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
-
+    <taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
       <classpath>
-
         <fileset dir="${lib.dir}">
           <include name="*.jar"/>
         </fileset>




More information about the Mulgara-svn mailing list