Revision: 19502
          http://sourceforge.net/p/gate/code/19502
Author:   markagreenwood
Date:     2016-08-12 04:58:37 +0000 (Fri, 12 Aug 2016)
Log Message:
-----------
somehow this ended up out of svn during a move

Added Paths:
-----------
    gate/branches/sawdust2/pom.xml

Added: gate/branches/sawdust2/pom.xml
===================================================================
--- gate/branches/sawdust2/pom.xml                              (rev 0)
+++ gate/branches/sawdust2/pom.xml      2016-08-12 04:58:37 UTC (rev 19502)
@@ -0,0 +1,49 @@
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+       
+       <modelVersion>4.0.0</modelVersion>
+       <!-- this is the description of this plugin -->
+       <groupId>uk.ac.gate</groupId>
+       <artifactId>gate-parent</artifactId>
+       <packaging>pom</packaging>
+       <version>9.0-SNAPSHOT</version>
+
+       <licenses>
+               <license>
+                       <name>GNU Lesser General Public License (LGPL), Version 
3</name>
+                       <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
+
+       <organization>
+               <name>GATE</name>
+               <url>http://gate.ac.uk</url>
+       </organization>
+       
+       <developers>
+               <developer>
+                       <id>gate-team</id>
+                       <name>GATE Team</name>
+                       <email>gate-develop...@lists.sourceforge.net</email>
+               </developer>
+       </developers>
+       
+       <dependencies>
+               <!-- add any other libraries your plugin depends on. Any other 
GATE plugins 
+                       you depend on at compile time should use the provided 
scope -->
+               <dependency>
+                       <groupId>uk.ac.gate</groupId>
+                       <artifactId>gate-compiler-jdt</artifactId>
+                       <version>4.3.2-P20140317-1600</version>
+               </dependency>
+
+       </dependencies>
+               <modules>
+               <module>gate-core</module>
+               <module>Test-Utils</module>
+               <module>Plugin_Base</module>
+               <module>plugins</module>
+       </modules>
+</project>

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


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to