Revision: 19208
http://sourceforge.net/p/gate/code/19208
Author: markagreenwood
Date: 2016-04-08 07:02:01 +0000 (Fri, 08 Apr 2016)
Log Message:
-----------
moved some things around so that this is now a Maven project
Modified Paths:
--------------
gate/branches/sawdust2/plugins/ANNIE/.classpath
gate/branches/sawdust2/plugins/ANNIE/.project
gate/branches/sawdust2/plugins/ANNIE/pom.xml
Added Paths:
-----------
gate/branches/sawdust2/plugins/ANNIE/src/main/
gate/branches/sawdust2/plugins/ANNIE/src/main/java/
gate/branches/sawdust2/plugins/ANNIE/src/main/java/com/
gate/branches/sawdust2/plugins/ANNIE/src/main/java/gate/
gate/branches/sawdust2/plugins/ANNIE/src/main/java/hepple/
gate/branches/sawdust2/plugins/ANNIE/src/main/resources/
gate/branches/sawdust2/plugins/ANNIE/src/main/resources/creole.xml
gate/branches/sawdust2/plugins/ANNIE/src/main/resources/resources/
Removed Paths:
-------------
gate/branches/sawdust2/plugins/ANNIE/creole.xml
gate/branches/sawdust2/plugins/ANNIE/resources/
gate/branches/sawdust2/plugins/ANNIE/src/com/
gate/branches/sawdust2/plugins/ANNIE/src/gate/
gate/branches/sawdust2/plugins/ANNIE/src/hepple/
Property Changed:
----------------
gate/branches/sawdust2/plugins/ANNIE/
Index: gate/branches/sawdust2/plugins/ANNIE
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE 2016-04-08 01:22:05 UTC (rev
19207)
+++ gate/branches/sawdust2/plugins/ANNIE 2016-04-08 07:02:01 UTC (rev
19208)
Property changes on: gate/branches/sawdust2/plugins/ANNIE
___________________________________________________________________
Modified: svn:ignore
## -1,3 +1,2 ##
-annie.jar
-classes
+target
.settings
Modified: gate/branches/sawdust2/plugins/ANNIE/.classpath
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/.classpath 2016-04-08 01:22:05 UTC
(rev 19207)
+++ gate/branches/sawdust2/plugins/ANNIE/.classpath 2016-04-08 07:02:01 UTC
(rev 19208)
@@ -1,8 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/GATE"/>
- <classpathentry kind="lib"
path="/home/mark/gate-top/externals/gate/lib/gate-compiler-jdt-4.3.2-P20140317-1600.jar"/>
- <classpathentry kind="output" path="classes"/>
+ <classpathentry excluding="**" kind="src" output="target/classes"
path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/test-classes"
path="src/test/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con"
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: gate/branches/sawdust2/plugins/ANNIE/.project
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/.project 2016-04-08 01:22:05 UTC
(rev 19207)
+++ gate/branches/sawdust2/plugins/ANNIE/.project 2016-04-08 07:02:01 UTC
(rev 19208)
@@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Deleted: gate/branches/sawdust2/plugins/ANNIE/creole.xml
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/creole.xml 2016-04-08 01:22:05 UTC
(rev 19207)
+++ gate/branches/sawdust2/plugins/ANNIE/creole.xml 2016-04-08 07:02:01 UTC
(rev 19208)
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<!-- $Id$ -->
-<!-- creole.xml directory file for ANNIE Processing resources -->
-<CREOLE-DIRECTORY>
- <JAR SCAN="true">annie.jar</JAR>
-</CREOLE-DIRECTORY>
Modified: gate/branches/sawdust2/plugins/ANNIE/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/pom.xml 2016-04-08 01:22:05 UTC
(rev 19207)
+++ gate/branches/sawdust2/plugins/ANNIE/pom.xml 2016-04-08 07:02:01 UTC
(rev 19208)
@@ -1,18 +1,36 @@
-<project>
+<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>
- <groupId>uk.ac.gate</groupId>
- <artifactId>ANNIE</artifactId>
- <version>9</version>
+ <groupId>uk.ac.gate.plugins</groupId>
+ <artifactId>annie</artifactId>
+ <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>
+
<dependencies>
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
+ <!-- set this to the version of GATE you want to build
against -->
<version>8.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
-
+
+ <!-- add any other libraries you depend on -->
+
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-compiler-jdt</artifactId>
@@ -20,4 +38,30 @@
</dependency>
</dependencies>
+ <!-- In theory you shouldn't need to change anything below here -->
+
+ <repositories>
+ <repository>
+ <id>gate.ac.uk</id>
+ <name>GATE Development Repository</name>
+ <url>http://repo.gate.ac.uk/content/groups/public/</url>
+ </repository>
+ </repositories>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>3.0.3</version>
+ <configuration>
+ <!-- Need for use with Hudson.... I
think -->
+ <xmlOutput>true</xmlOutput>
+ <effort>Max</effort>
+ <threshold>Low</threshold>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
\ No newline at end of file
Copied: gate/branches/sawdust2/plugins/ANNIE/src/main/resources/creole.xml
(from rev 19207, gate/branches/sawdust2/plugins/ANNIE/creole.xml)
===================================================================
--- gate/branches/sawdust2/plugins/ANNIE/src/main/resources/creole.xml
(rev 0)
+++ gate/branches/sawdust2/plugins/ANNIE/src/main/resources/creole.xml
2016-04-08 07:02:01 UTC (rev 19208)
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- $Id$ -->
+<!-- creole.xml directory file for ANNIE Processing resources -->
+<CREOLE-DIRECTORY>
+
+</CREOLE-DIRECTORY>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs