Revision: 15087
          http://gate.svn.sourceforge.net/gate/?rev=15087&view=rev
Author:   markagreenwood
Date:     2012-01-16 19:04:43 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
simplified the build and made the plugin a little more self contained

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

Added Paths:
-----------
    gate/trunk/plugins/Web_Crawler_Websphinx/lib/mail.jar

Modified: gate/trunk/plugins/Web_Crawler_Websphinx/build.xml
===================================================================
--- gate/trunk/plugins/Web_Crawler_Websphinx/build.xml  2012-01-16 18:27:19 UTC 
(rev 15086)
+++ gate/trunk/plugins/Web_Crawler_Websphinx/build.xml  2012-01-16 19:04:43 UTC 
(rev 15087)
@@ -9,7 +9,6 @@
   <!-- set global properties for this build -->
   <property name="src" location="src"/>
   <property name="build" location="build"/>
-  <property name="dist"  location="dist"/>
   <property name="jar.location" location="crawl.jar" />
   <property name="doc.dir" location="doc" />
   <property name="javadoc.dir" location="${doc.dir}/javadoc" />
@@ -66,12 +65,7 @@
     </javadoc>
   </target>
 
-  <target name="dist" depends="compile"
-          description="generate the distribution" >
-    <!-- Create the distribution directory -->
-    <mkdir dir="${dist}/lib"/>
-
-    <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
+  <target name="jar" depends="compile" >
     <jar jarfile="${jar.location}" basedir="${build}"/>
   </target>
 
@@ -79,7 +73,6 @@
           description="clean up" >
     <!-- Delete the ${build} and ${dist} directory trees -->
     <delete dir="${build}"/>
-    <delete dir="${dist}"/>
   </target>
 
   <target name="clean" depends="clean.classes" >
@@ -88,7 +81,7 @@
   </target>
 
   <!-- Targets used by the main GATE build file -->
-  <target name="build" depends="dist" />
+  <target name="build" depends="jar" />
   <target name="test" />
   <target name="distro.prepare" depends="clean.classes" />
 

Modified: gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml
===================================================================
--- gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml 2012-01-16 18:27:19 UTC 
(rev 15086)
+++ gate/trunk/plugins/Web_Crawler_Websphinx/creole.xml 2012-01-16 19:04:43 UTC 
(rev 15087)
@@ -1,13 +1,7 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
 <CREOLE-DIRECTORY>
-  <CREOLE>   
-    <!-- creole.xml for SearchPR -->
-    <RESOURCE>
-      <JAR SCAN="true">crawl.jar</JAR>
-      <JAR>lib/websphinx.jar</JAR>
-      <NAME>CrawlerPR</NAME>
-      <CLASS>crawl.CrawlPR</CLASS>
-    </RESOURCE>
-  </CREOLE>
+   <JAR SCAN="true">crawl.jar</JAR>
+   <JAR>lib/websphinx.jar</JAR>
+   <JAR>lib/mail.jar</JAR>
 </CREOLE-DIRECTORY>

Added: gate/trunk/plugins/Web_Crawler_Websphinx/lib/mail.jar
===================================================================
(Binary files differ)


Property changes on: gate/trunk/plugins/Web_Crawler_Websphinx/lib/mail.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

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