Revision: 18572
          http://sourceforge.net/p/gate/code/18572
Author:   ian_roberts
Date:     2015-02-12 18:18:45 +0000 (Thu, 12 Feb 2015)
Log Message:
-----------
Upgraded gate-core dependency to 8.1-SNAPSHOT

Modified Paths:
--------------
    mimir/trunk/mimir-core/build/ivy.xml
    mimir/trunk/mimir-test/src/gate/mimir/test/Scratch.java
    mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template

Property Changed:
----------------
    mimir/trunk/

Index: mimir/trunk
===================================================================
--- mimir/trunk 2015-02-12 18:18:17 UTC (rev 18571)
+++ mimir/trunk 2015-02-12 18:18:45 UTC (rev 18572)

Property changes on: mimir/trunk
___________________________________________________________________
Modified: svn:mergeinfo
## -1,4 +1,5 ##
 /mimir/branches/3.4:14623,14634-14643,14687
 /mimir/branches/4.0:15380-15383,15385-15386,15388
 /mimir/branches/4.x:14298-14348
+/mimir/branches/5.0:18071,18082
 /mimir/trunk:17278
\ No newline at end of property
Modified: mimir/trunk/mimir-core/build/ivy.xml
===================================================================
--- mimir/trunk/mimir-core/build/ivy.xml        2015-02-12 18:18:17 UTC (rev 
18571)
+++ mimir/trunk/mimir-core/build/ivy.xml        2015-02-12 18:18:45 UTC (rev 
18572)
@@ -13,7 +13,7 @@
 
   <dependencies defaultconf="*->master(default),runtime(default)" >
     <!-- GATE (minus unused deps) -->
-    <dependency name="gate-core" org="uk.ac.gate" rev="8.0">
+    <dependency name="gate-core" org="uk.ac.gate" rev="8.1-SNAPSHOT">
       <artifact name="gate-core" type="jar" />
       <exclude org="org.apache.tika" module="tika-core"/>
       <exclude org="org.apache.tika" module="tika-parsers"/>

Modified: mimir/trunk/mimir-test/src/gate/mimir/test/Scratch.java
===================================================================
--- mimir/trunk/mimir-test/src/gate/mimir/test/Scratch.java     2015-02-12 
18:18:17 UTC (rev 18571)
+++ mimir/trunk/mimir-test/src/gate/mimir/test/Scratch.java     2015-02-12 
18:18:45 UTC (rev 18572)
@@ -84,10 +84,10 @@
 public class Scratch {
 
   public static void main (String[] args) throws Exception {
-    mainIndexConvert(args);
+//    mainIndexConvert(args);
 //    mainIndexer5(args);
     
-//     mainSimple(args);
+     mainSimple(args);
     
 //    mainDirectIndexes(args);
 //    mainBuildDirectIndex(args);
@@ -212,7 +212,7 @@
 //    String query = "{Document date > 20070000}";
 //    String query = "{Abstract}";
    
-    String[] queries = new String[]{"electrical", "the", "{Document date > 
20070000}"};
+    String[] queries = new String[] {"{Mention 
inst=\"http://dbpedia.org/resource/Sean_Bean\"}"}; //new String[]{"electrical", 
"the", "{Document date > 20070000}"};
     long start = System.currentTimeMillis();
     NumberFormat nf = NumberFormat.getNumberInstance();
     for(String query : queries) {

Modified: mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template
===================================================================
--- mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template   
2015-02-12 18:18:17 UTC (rev 18571)
+++ mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template   
2015-02-12 18:18:45 UTC (rev 18572)
@@ -24,7 +24,7 @@
     dependencies {
       
       // GATE(-core), minus unused deps
-      compile ('uk.ac.gate:gate-core:8.0') {
+      compile ('uk.ac.gate:gate-core:8.1-SNAPSHOT') {
         excludes 'tika-core', 'tika-parsers', 'lucene-core', 
             'woodstox-core-lgpl', 'spring-aop', 'xmlunit', 'xpp3'
       }

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to