Revision: 15052
          http://gate.svn.sourceforge.net/gate/?rev=15052&view=rev
Author:   markagreenwood
Date:     2012-01-15 09:42:47 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
don't rely on a specfic named version of a jar being in gate/lib as these 
periodically change and we don't want to hunt through every plugin to update 
their build.xml files as well

Modified Paths:
--------------
    gate/trunk/plugins/JAPE_Plus/build.xml

Modified: gate/trunk/plugins/JAPE_Plus/build.xml
===================================================================
--- gate/trunk/plugins/JAPE_Plus/build.xml      2012-01-15 02:27:38 UTC (rev 
15051)
+++ gate/trunk/plugins/JAPE_Plus/build.xml      2012-01-15 09:42:47 UTC (rev 
15052)
@@ -25,7 +25,10 @@
   <path id="compile.classpath">
     <pathelement location="${lib.dir}/colt-1.2.0-free.jar" />
     <pathelement location="${gate.home}/bin/gate.jar" />
-    <pathelement location="${gate.home}/lib/log4j-1.2.14.jar" />
+    <fileset dir="${gate.home}/lib">
+      <include name="**/*.jar" />
+      <include name="**/*.zip" />
+    </fileset>
   </path>
 
   <!-- create build directory structure -->

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to