Revision: 13710
          http://gate.svn.sourceforge.net/gate/?rev=13710&view=rev
Author:   ian_roberts
Date:     2011-04-20 12:42:28 +0000 (Wed, 20 Apr 2011)

Log Message:
-----------
Comments, formatting, and fixed the SVN URLs.

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/gate-core.6.1-SNAPSHOT.pom.xml

Modified: gate/trunk/build/deploy/maven/gate-core.6.1-SNAPSHOT.pom.xml
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.6.1-SNAPSHOT.pom.xml        
2011-04-20 12:08:59 UTC (rev 13709)
+++ gate/trunk/build/deploy/maven/gate-core.6.1-SNAPSHOT.pom.xml        
2011-04-20 12:42:28 UTC (rev 13710)
@@ -7,13 +7,15 @@
     <version>6.1-SNAPSHOT</version>
     <!-- a POM for publishing GATE 6.1 to Central via OSS -->
     <description>
-               GATE - general achitecture for text engineering - is 
-               open source software capable of solving almost any text 
processing problem.
-               This artifact enables you to embed the core GATE Embedded with 
its essential dependencies.
-               You will able to use the GATE Embedded API and load and store 
GATE XML documents. This
-               artifact is the perfect dependency for CREOLE plugins or for 
applications that need to customize
-               the GATE dependencies due to confict with their own 
dependencies or for lower footprint.
-       </description>
+        GATE - general achitecture for text engineering - is open source
+        software capable of solving almost any text processing problem.  This
+        artifact enables you to embed the core GATE Embedded with its essential
+        dependencies.  You will able to use the GATE Embedded API and load and
+        store GATE XML documents. This artifact is the perfect dependency for
+        CREOLE plugins or for applications that need to customize the GATE
+        dependencies due to confict with their own dependencies or for lower
+        footprint.
+    </description>
     <url>http://gate.ac.uk/</url>
     <packaging>jar</packaging>
     <dependencies>
@@ -79,11 +81,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+
         <!-- Optional dependencies -->
         <!-- You need to expicitly add the below dependencies in your project, 
if you
-                    intend to use parts of GATE that rely on them. If you are 
not sure which ones
-                        you need, consider depending on gate:gate instead of 
gate:gate-core. -->
-        <!-- End of document importing dependencies -->
+         intend to use parts of GATE that rely on them. -->
+
+        <!-- XStream (required for loading and saving .gapp files) -->
         <dependency>
             <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
@@ -96,22 +99,31 @@
             <version>1.1.3.4.O</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- repackaging of the Eclipse JDT compiler under an alternative
+             package name; that way gate can be embedded in software
+             that depends on another version of that compiler.
+             Required in order to be able to load JAPE grammars. -->
         <dependency>
-            <!-- repackaging of the Eclipse JDT compiler, by prepending gate.
-                            to all pacakges; that way gate can be embedded in 
software
-                                that depends on another version of that 
compiler -->
             <groupId>uk.ac.gate</groupId>
             <artifactId>gate-compiler-jdt</artifactId>
             <version>1</version>
             <optional>true</optional>
         </dependency>
-        <!-- End of Java compiler dependencies -->
+
+        <!-- Getopt command-line argument processor.  Required by gate.Main, so
+             you need this if you intend to show the GATE Developer GUI in your
+             application -->
         <dependency>
             <groupId>urbanophile</groupId>
             <artifactId>java-getopt</artifactId>
             <version>1.0.9</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- Apache Ant.  Required by the GATE Ant tasks and also by the
+             developer GUI as Ant classes are referenced by NameBearerHandle to
+             implement the "export for GATECloud.net" function. -->
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
@@ -136,6 +148,7 @@
             <version>${ant.version}</version>
             <optional>true</optional>
         </dependency>
+
         <!-- Required for Spring Framework support in GATE -->
         <dependency>
             <groupId>org.springframework</groupId>
@@ -150,17 +163,22 @@
             <version>${spring.version}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- Apache Lucene.  Required by the ANNIC searchable DataStore. -->
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-core</artifactId>
             <version>3.0.1</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- XMLUnit.  Used only by the test suite. -->
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
             <version>1.2</version>
             <optional>true</optional>
+            <scope>test</scope>
         </dependency>
     </dependencies>
     <properties>
@@ -190,9 +208,9 @@
     </mailingLists>
     <scm>
         <connection>
-                       
scm:svn:https://gate.svn.sourceforge.net/svnroot/gate</connection>
+            
scm:svn:https://gate.svn.sourceforge.net/svnroot/gate/gate/trunk</connection>
         <developerConnection>
-                       
scm:svn:https://gate.svn.sourceforge.net/svnroot/gate</developerConnection>
+            
scm:svn:https://gate.svn.sourceforge.net/svnroot/gate/gate/trunk</developerConnection>
         <url>http://gate.svn.sourceforge.net/viewvc/gate</url>
     </scm>
     <profiles>
@@ -205,10 +223,14 @@
                 </property>
             </activation>
             <dependencies>
+                <!-- The local tools.jar from your JDK.  This allows you to use
+                     the Sun compiler (rather than gate-compiler-jdt above) to
+                     load JAPE grammars, but enabling this function requires a
+                     setting in your gate.xml configuration file. -->
                 <dependency>
                     <groupId>com.sun</groupId>
                     <artifactId>tools</artifactId>
-                    <version>1.5.0</version>
+                    <version>1.6.0</version>
                     <scope>system</scope>
                     <systemPath>${java.home}/../lib/tools.jar</systemPath>
                     <optional>true</optional>


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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to