vgritsenko    2003/09/11 16:53:51

  Modified:    .        gump.xml status.xml
               lib      jars.xml
  Removed:     lib/optional jaxen-core-1.0-FCS.jar jaxen-dom-1.0-FCS.jar
                        saxpath-1.0-FCS.jar
               src/deprecated/java/org/apache/cocoon/components/xpath
                        JaxenProcessorImpl.java XPathProcessor.java
                        XPathProcessorImpl.java
  Log:
  Remove xpath processor component and all implementations.
  Remove jaxen libraries.
  
  Revision  Changes    Path
  1.81      +9 -8      cocoon-2.1/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/gump.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- gump.xml  10 Sep 2003 15:01:51 -0000      1.80
  +++ gump.xml  11 Sep 2003 23:53:50 -0000      1.81
  @@ -1,15 +1,15 @@
   <?xml version="1.0"?>
   
  -<!--
  -  Cocoon GUMP Descriptor
  -  CVS $Id$
  --->
  +<!--+
  +    | Cocoon GUMP Descriptor
  +    |
  +    | CVS $Id$
  +    +-->
   
   <module name="cocoon-2.1">
   
     <url href="http://cocoon.apache.org/"/>
     <description>Java XML Framework</description>
  -
     <cvs repository="cocoon"/>
   
     <!--
  @@ -58,7 +58,6 @@
       <depend project="jdom"/>
       <depend project="rhino-cocoondev"/>
       <depend project="jisp"/>
  -    <depend project="jaxen" inherit="runtime"/>
       
       <depend project="jing"/>
       <depend project="jstyle"/>
  @@ -87,6 +86,7 @@
       </nag>
     </project>
   
  +
    <!--
       *************************************
       ********  COCOON SCRATCHPAD  ********
  @@ -119,7 +119,8 @@
   
       <nag from="Gump" to="[email protected]"/>
     </project>
  -    
  +
  +
     <!--
       ********************************************
       ********       COCOON BLOCKS        ********
  @@ -1023,6 +1024,7 @@
       <nag from="Gump" to="[email protected]"/>
     </project>
   
  +
     <!--
       ********************************************
       ********  COCOON SUPPLIED PROJECTS  ********
  @@ -1151,5 +1153,4 @@
       <jar name="joost-20030502.jar"/>
     </project>
   
  -  
   </module>
  
  
  
  1.147     +6 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- status.xml        9 Sep 2003 19:03:44 -0000       1.146
  +++ status.xml        11 Sep 2003 23:53:51 -0000      1.147
  @@ -190,6 +190,11 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="VG" type="remove">
  +     Removed deprecated XPathProcessor and implementations. These classes 
where
  +     moved into the Excalibur XMLUtil package. Removed Jaxen libraries used 
by
  +     JaxenProcessorImpl.
  +   </action>
      <action dev="JH" type="update" fixes-bug="21730">
        Replaced the deprecated LogkitManager stuff with its LoggerManager
        counterpart. This is Cocoon internal and should not affect components as
  
  
  
  1.95      +1 -36     cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- jars.xml  10 Sep 2003 15:33:49 -0000      1.94
  +++ jars.xml  11 Sep 2003 23:53:51 -0000      1.95
  @@ -622,41 +622,6 @@
     -->
   
     <file>
  -    <title>Jaxen</title>
  -    <description>
  -      The Jaxen project is a Java XPath Engine. Jaxen is a universal object
  -      model walker, capable of evaluating XPath expressions across multiple
  -      models. Currently supported are dom4j and JDOM.
  -    </description>
  -    <used-by>deprecated</used-by>
  -    <lib>optional/jaxen-core-1.0-FCS.jar</lib>
  -    <homepage>http://www.jaxen.org/</homepage>
  -  </file>
  -
  -  <file>
  -    <title>Jaxen Dom</title>
  -    <description>
  -      The Jaxen project is a Java XPath Engine. Jaxen is a universal object
  -      model walker, capable of evaluating XPath expressions across multiple
  -      models. Currently supported are dom4j and JDOM.
  -    </description>
  -    <used-by>core</used-by>
  -    <lib>optional/jaxen-dom-1.0-FCS.jar</lib>
  -    <homepage>http://www.jaxen.org/</homepage>
  -  </file>
  -
  -  <file>
  -    <title>SaxPath</title>
  -    <description>
  -      SAXPath is a Java XPath engine for use on a variety of XML object 
models
  -      including dom4j, DOM and JavaBeans.
  -    </description>
  -    <used-by>core</used-by>
  -    <lib>optional/saxpath-1.0-FCS.jar</lib>
  -    <homepage>http://sourceforge.net/projects/saxpath/</homepage>
  -  </file>
  -
  -  <file>
       <title>Slide kernel</title>
       <description>The Jakarta Slide kernel API.</description>
       <used-by>Slide block</used-by>
  
  
  

Reply via email to