Author: jerome
Date: Wed Mar 29 01:05:44 2006
New Revision: 389716

URL: http://svn.apache.org/viewcvs?rev=389716&view=rev
Log:
NUTCH-196, Add a lib-xml plugin that gathers many XML related libraries

Added:
    lucene/nutch/trunk/src/plugin/lib-xml/
    lucene/nutch/trunk/src/plugin/lib-xml/build.xml   (with props)
    lucene/nutch/trunk/src/plugin/lib-xml/lib/
    lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-core.jar   (with props)
    lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-jdom.jar   (with props)
    lucene/nutch/trunk/src/plugin/lib-xml/lib/jdom.jar   (with props)
    lucene/nutch/trunk/src/plugin/lib-xml/lib/saxpath.jar   (with props)
    lucene/nutch/trunk/src/plugin/lib-xml/lib/xercesImpl.jar   (with props)
    lucene/nutch/trunk/src/plugin/lib-xml/plugin.xml   (with props)
Modified:
    lucene/nutch/trunk/src/plugin/build.xml

Modified: lucene/nutch/trunk/src/plugin/build.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/build.xml?rev=389716&r1=389715&r2=389716&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/build.xml Wed Mar 29 01:05:44 2006
@@ -24,6 +24,7 @@
      <ant dir="lib-nekohtml" target="deploy"/>
      <ant dir="lib-parsems" target="deploy"/>
      <ant dir="lib-regex-filter" target="deploy"/>
+     <ant dir="lib-xml" target="deploy"/>
      <ant dir="microformats-reltag" target="deploy"/>
      <ant dir="nutch-extensionpoints" target="deploy"/>
      <ant dir="ontology" target="deploy"/>
@@ -97,6 +98,7 @@
     <ant dir="lib-nekohtml" target="clean"/>
     <ant dir="lib-parsems" target="clean"/>
     <ant dir="lib-regex-filter" target="clean"/>
+    <ant dir="lib-xml" target="clean"/>
     <ant dir="microformats-reltag" target="clean"/>
     <ant dir="nutch-extensionpoints" target="clean"/>
     <ant dir="ontology" target="clean"/>

Added: lucene/nutch/trunk/src/plugin/lib-xml/build.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/build.xml?rev=389716&view=auto
==============================================================================
--- lucene/nutch/trunk/src/plugin/lib-xml/build.xml (added)
+++ lucene/nutch/trunk/src/plugin/lib-xml/build.xml Wed Mar 29 01:05:44 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+
+<project name="lib-xml" default="jar">
+
+  <import file="../build-plugin.xml"/>
+
+  <!--
+   ! Override the compile and jar targets,
+   ! since there is nothing to compile here.
+   ! -->
+  <target name="compile" depends="init"/>
+
+  <target name="jar" depends="compile">
+    <copy todir="${build.dir}" verbose="true">
+      <fileset dir="./lib" includes="**/*.jar"/>
+    </copy>
+  </target>
+
+</project>

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-core.jar
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-core.jar?rev=389716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-core.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-jdom.jar
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-jdom.jar?rev=389716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/lib/jaxen-jdom.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/nutch/trunk/src/plugin/lib-xml/lib/jdom.jar
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/lib/jdom.jar?rev=389716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/lib/jdom.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/nutch/trunk/src/plugin/lib-xml/lib/saxpath.jar
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/lib/saxpath.jar?rev=389716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/lib/saxpath.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/nutch/trunk/src/plugin/lib-xml/lib/xercesImpl.jar
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/lib/xercesImpl.jar?rev=389716&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/lib/xercesImpl.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/nutch/trunk/src/plugin/lib-xml/plugin.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/lib-xml/plugin.xml?rev=389716&view=auto
==============================================================================
--- lucene/nutch/trunk/src/plugin/lib-xml/plugin.xml (added)
+++ lucene/nutch/trunk/src/plugin/lib-xml/plugin.xml Wed Mar 29 01:05:44 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ! XML library - Gathers many XML related libraries:
+ !
+ ! * Jaxen
+ !     - Download : http://jaxen.org/releases.html
+ !     - License  : http://jaxen.org/license.html
+ !
+ !   * Xerces-J 2.6.1
+ !     - Download : http://xerces.apache.org/xerces2-j/download.cgi
+ !     - License  : http://www.apache.org/licenses/LICENSE-2.0
+ !
+ !   * SAXPath 1.0 FCS
+ !     - Note     : SAXPath has been incorporated into Jaxen.
+ !                  It has been merged into the Jaxen codebase
+ !                  and is no longer being maintained separately
+ !     - Download : http://sourceforge.net/project/showfiles.php?group_id=26014
+ !     - License  : OSI-Approved Open Source
+ !
+ !   * jdom 1.0 beta8-dev
+ !     - Download : http://www.jdom.org/downloads/index.html
+ !     - License  : http://www.jdom.org/docs/faq.html#a0030
+ !
+ !-->
+<plugin
+   id="lib-xml"
+   name="XML Libraries"
+   version="1.0"
+   provider-name="org.apache.nutch.xml">
+
+   <runtime>
+     <library name="jaxen-core.jar">
+       <export name="*"/>
+     </library>
+     <library name="jaxen-jdom.jar">
+       <export name="*"/>
+     </library>
+     <library name="xercesImpl.jar">
+       <export name="*"/>
+     </library>
+     <library name="saxpath.jar">
+       <export name="*"/>
+     </library>
+     <library name="jdom.jar">
+        <export name="*"/>
+     </library>
+   </runtime>
+
+</plugin>

Propchange: lucene/nutch/trunk/src/plugin/lib-xml/plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to