Revision: 15042
          http://gate.svn.sourceforge.net/gate/?rev=15042&view=rev
Author:   markagreenwood
Date:     2012-01-14 16:47:59 +0000 (Sat, 14 Jan 2012)
Log Message:
-----------
removed reference to gateHmm.jar

Modified Paths:
--------------
    gate/trunk/.classpath
    gate/trunk/plugins/Gazetteer_Ontology_Based/build.xml
    gate/trunk/plugins/Gazetteer_Ontology_Based/creole.xml
    gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml

Modified: gate/trunk/.classpath
===================================================================
--- gate/trunk/.classpath       2012-01-14 16:46:59 UTC (rev 15041)
+++ gate/trunk/.classpath       2012-01-14 16:47:59 UTC (rev 15042)
@@ -35,7 +35,6 @@
        <classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
        <classpathentry kind="lib" path="lib/ext/guk.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/GnuGetOpt.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/gateHmm.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/mail.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/lubm.jar"/>
        <classpathentry exported="true" kind="lib" 
path="lib/commons-fileupload-1.0.jar"/>

Modified: gate/trunk/plugins/Gazetteer_Ontology_Based/build.xml
===================================================================
--- gate/trunk/plugins/Gazetteer_Ontology_Based/build.xml       2012-01-14 
16:46:59 UTC (rev 15041)
+++ gate/trunk/plugins/Gazetteer_Ontology_Based/build.xml       2012-01-14 
16:47:59 UTC (rev 15042)
@@ -9,6 +9,7 @@
 
   <!-- set global properties for this build -->
   <property name="src" location="src"/>
+  <property name="lib" location="lib"/>
   <property name="jar.location" location="obg.jar" />
   <property name="build" location="build" />
   <property name="gate.home" location="../.." />
@@ -23,6 +24,9 @@
       <include name="**/*.jar" />
       <include name="**/*.zip" />
     </fileset>
+    <fileset dir="${lib}">
+      <include name="**/*.jar" />
+    </fileset>
   </path> 
 
 

Modified: gate/trunk/plugins/Gazetteer_Ontology_Based/creole.xml
===================================================================
--- gate/trunk/plugins/Gazetteer_Ontology_Based/creole.xml      2012-01-14 
16:46:59 UTC (rev 15041)
+++ gate/trunk/plugins/Gazetteer_Ontology_Based/creole.xml      2012-01-14 
16:47:59 UTC (rev 15042)
@@ -3,6 +3,7 @@
 <CREOLE-DIRECTORY>
   <CREOLE>   
   <JAR>obg.jar</JAR>
+<JAR>lib/oro-2.0.8</JAR>
        <!-- creole.xml for Onto Root gazetteer -->
        <RESOURCE>
                <NAME>Onto Root Gazetteer</NAME>

Modified: gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml
===================================================================
--- gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml 2012-01-14 16:46:59 UTC 
(rev 15041)
+++ gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml 2012-01-14 16:47:59 UTC 
(rev 15042)
@@ -6,6 +6,7 @@
     <RESOURCE>
       <JAR SCAN="true">crawl.jar</JAR>
       <JAR>lib/websphinx.jar</JAR>
+      <JAR>lib/mail.jar</JAR>
       <NAME>CrawlerPR</NAME>
       <CLASS>crawl.CrawlPR</CLASS>
     </RESOURCE>

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to