Revision: 19307
          http://sourceforge.net/p/gate/code/19307
Author:   markagreenwood
Date:     2016-05-12 08:35:12 +0000 (Thu, 12 May 2016)
Log Message:
-----------
moved the antlib.xml file into the resources folder so it gets correctly copied 
into the jar

Added Paths:
-----------
    gate/branches/sawdust2/src/main/resources/gate/util/
    gate/branches/sawdust2/src/main/resources/gate/util/ant/
    gate/branches/sawdust2/src/main/resources/gate/util/ant/antlib.xml

Removed Paths:
-------------
    gate/branches/sawdust2/src/main/java/gate/util/ant/antlib.xml

Deleted: gate/branches/sawdust2/src/main/java/gate/util/ant/antlib.xml
===================================================================
--- gate/branches/sawdust2/src/main/java/gate/util/ant/antlib.xml       
2016-05-12 01:22:57 UTC (rev 19306)
+++ gate/branches/sawdust2/src/main/java/gate/util/ant/antlib.xml       
2016-05-12 08:35:12 UTC (rev 19307)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!-- Antlib defining the tasks and types provided by GATE -->
-<antlib>
-  <!-- Expand creole.xml (used to regenerate the plugins.html page) -->
-  <taskdef name="expandcreoles" classname="gate.util.ant.ExpandCreoleXmls" />
-  
-  <!-- Expand CREOLE plugins to include local copies of Ivy dependencies -->
-  <taskdef name="expandivy" classname="gate.util.ant.ExpandIvy" />
-  
-  <!-- sync a folder of jars with an Eclipse .classpath file -->
-  <taskdef name="synceclipse" classname="gate.util.ant.SyncEclipse" />
-
-  <!-- GAPP file packager -->
-  <taskdef name="packagegapp" 
classname="gate.util.ant.packager.PackageGappTask" />
-  <typedef name="gazetteerlists" 
classname="gate.util.ant.packager.GazetteerLists" />
-</antlib>

Copied: gate/branches/sawdust2/src/main/resources/gate/util/ant/antlib.xml 
(from rev 19298, gate/branches/sawdust2/src/main/java/gate/util/ant/antlib.xml)
===================================================================
--- gate/branches/sawdust2/src/main/resources/gate/util/ant/antlib.xml          
                (rev 0)
+++ gate/branches/sawdust2/src/main/resources/gate/util/ant/antlib.xml  
2016-05-12 08:35:12 UTC (rev 19307)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Antlib defining the tasks and types provided by GATE -->
+<antlib>
+  <!-- Expand creole.xml (used to regenerate the plugins.html page) -->
+  <taskdef name="expandcreoles" classname="gate.util.ant.ExpandCreoleXmls" />
+  
+  <!-- Expand CREOLE plugins to include local copies of Ivy dependencies -->
+  <taskdef name="expandivy" classname="gate.util.ant.ExpandIvy" />
+  
+  <!-- sync a folder of jars with an Eclipse .classpath file -->
+  <taskdef name="synceclipse" classname="gate.util.ant.SyncEclipse" />
+
+  <!-- GAPP file packager -->
+  <taskdef name="packagegapp" 
classname="gate.util.ant.packager.PackageGappTask" />
+  <typedef name="gazetteerlists" 
classname="gate.util.ant.packager.GazetteerLists" />
+</antlib>

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


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to