Revision: 17849
          http://sourceforge.net/p/gate/code/17849
Author:   markagreenwood
Date:     2014-04-17 06:19:01 +0000 (Thu, 17 Apr 2014)
Log Message:
-----------
removed lucene from the pom so it matches the ivy file, and updated the 
generation of the src jar to only include the main sources not the tests so 
that the src jar matches the dist jar

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

Modified: gate/trunk/build/deploy/maven/build.xml
===================================================================
--- gate/trunk/build/deploy/maven/build.xml     2014-04-17 01:21:51 UTC (rev 
17848)
+++ gate/trunk/build/deploy/maven/build.xml     2014-04-17 06:19:01 UTC (rev 
17849)
@@ -24,7 +24,7 @@
              basedir="${top}/doc/javadoc"
              excludes="internal/**, src-html/**" />
         <jar destfile="${build}/gate-core-sources.jar"
-             basedir="${top}/src"/>
+             basedir="${top}/src/main"/>
     </target>
 
     <target name="prepare.snapshot.pom" depends="init">

Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template        2014-04-17 
01:21:51 UTC (rev 17848)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2014-04-17 
06:19:01 UTC (rev 17849)
@@ -289,14 +289,6 @@
             <scope>compile</scope>
         </dependency>
 
-        <!-- required for indexing datastores (not used by ANNIC) -->
-        <dependency>
-            <groupId>org.apache.lucene</groupId>
-            <artifactId>lucene-core</artifactId>
-            <version>3.5.0</version>
-            <scope>compile</scope>
-        </dependency>
-
         <!-- required for the new controller metadata viewer -->
         <dependency>
             <groupId>org.xhtmlrenderer</groupId>

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to