Revision: 19399
http://sourceforge.net/p/gate/code/19399
Author: markagreenwood
Date: 2016-06-04 14:15:22 +0000 (Sat, 04 Jun 2016)
Log Message:
-----------
applying the build patch from Anshul, which makes life so much easier
Modified Paths:
--------------
gate/branches/sawdust2/plugins/ANNIE/pom.xml
gate/branches/sawdust2/plugins/Developer_Tools/pom.xml
gate/branches/sawdust2/plugins/Tools/pom.xml
Added Paths:
-----------
gate/branches/sawdust2/build/pom.xml
gate/branches/sawdust2/plugins/pom.xml
Added: gate/branches/sawdust2/build/pom.xml
===================================================================
--- gate/branches/sawdust2/build/pom.xml (rev 0)
+++ gate/branches/sawdust2/build/pom.xml 2016-06-04 14:15:22 UTC (rev
19399)
@@ -0,0 +1,47 @@
+
+<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>build</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>[email protected]</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>Test-Utils</module>
+ <module>Plugin_Base</module>
+ </modules>
+</project>
Modified: gate/branches/sawdust2/plugins/ANNIE/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/pom.xml 2016-06-04 14:15:06 UTC
(rev 19398)
+++ gate/branches/sawdust2/plugins/ANNIE/pom.xml 2016-06-04 14:15:22 UTC
(rev 19399)
@@ -9,6 +9,7 @@
<artifactId>base-plugin</artifactId>
<!-- this should be the version of GATE you wish to build
against -->
<version>9.0-SNAPSHOT</version>
+ <relativePath>../../build/Plugin_Base</relativePath>
</parent>
<!-- this is the description of this plugin -->
@@ -49,4 +50,4 @@
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: gate/branches/sawdust2/plugins/Developer_Tools/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Developer_Tools/pom.xml 2016-06-04
14:15:06 UTC (rev 19398)
+++ gate/branches/sawdust2/plugins/Developer_Tools/pom.xml 2016-06-04
14:15:22 UTC (rev 19399)
@@ -9,6 +9,7 @@
<artifactId>base-plugin</artifactId>
<!-- this should be the version of GATE you wish to build
against -->
<version>9.0-SNAPSHOT</version>
+ <relativePath>../../build/Plugin_Base</relativePath>
</parent>
<!-- this is the description of this plugin -->
@@ -34,4 +35,4 @@
you depend on at compile time should use the provided
scope -->
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: gate/branches/sawdust2/plugins/Tools/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Tools/pom.xml 2016-06-04 14:15:06 UTC
(rev 19398)
+++ gate/branches/sawdust2/plugins/Tools/pom.xml 2016-06-04 14:15:22 UTC
(rev 19399)
@@ -9,6 +9,7 @@
<artifactId>base-plugin</artifactId>
<!-- this should be the version of GATE you wish to build
against -->
<version>9.0-SNAPSHOT</version>
+ <relativePath>../../build/Plugin_Base</relativePath>
</parent>
<!-- this is the description of this plugin -->
@@ -50,4 +51,4 @@
</dependencies>
-</project>
\ No newline at end of file
+</project>
Added: gate/branches/sawdust2/plugins/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/pom.xml (rev 0)
+++ gate/branches/sawdust2/plugins/pom.xml 2016-06-04 14:15:22 UTC (rev
19399)
@@ -0,0 +1,48 @@
+
+<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>plugins</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>[email protected]</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>ANNIE</module>
+ <module>Tools</module>
+ <module>Developer_Tools</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. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs