You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/01/22 03:18:17 UTC

cvs commit: jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt TraxErrorHandler.java XSLTProcessor.java XSLTProcessorException.java XSLTProcessorImpl.java

jefft       2003/01/21 18:18:17

  Modified:    xmlutil/src/java/org/apache/excalibur/xml/xpath
                        EmptyNodeList.java JaxenProcessorImpl.java
                        SimpleNodeList.java XPathProcessor.java
                        XPathProcessorImpl.java
               xmlutil/src/java/org/apache/excalibur/xml/xslt
                        TraxErrorHandler.java XSLTProcessor.java
                        XSLTProcessorException.java XSLTProcessorImpl.java
  Removed:     xmlutil/src/java/org/apache/avalon/excalibur/xml/xpath
                        EmptyNodeList.java JaxenProcessorImpl.java
                        SimpleNodeList.java XPathProcessor.java
                        XPathProcessorImpl.java package.html
               xmlutil/src/java/org/apache/avalon/excalibur/xml/xslt
                        TraxErrorHandler.java XSLTProcessor.java
                        XSLTProcessorException.java XSLTProcessorImpl.java
  Log:
  Move from org.apache.avalon.excalibur to org.apache.excalibur package
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/EmptyNodeList.java
  
  Index: EmptyNodeList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/EmptyNodeList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EmptyNodeList.java	2 Oct 2002 01:52:25 -0000	1.3
  +++ EmptyNodeList.java	22 Jan 2003 02:18:17 -0000	1.4
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xpath;
  +package org.apache.excalibur.xml.xpath;
   
   import org.w3c.dom.Node;
   import org.w3c.dom.NodeList;
  
  
  
  1.8       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/JaxenProcessorImpl.java
  
  Index: JaxenProcessorImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/JaxenProcessorImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JaxenProcessorImpl.java	2 Oct 2002 01:52:25 -0000	1.7
  +++ JaxenProcessorImpl.java	22 Jan 2003 02:18:17 -0000	1.8
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in *
    * the LICENSE.txt file.                                                         *
    *****************************************************************************/
  -package org.apache.avalon.excalibur.xml.xpath;
  +package org.apache.excalibur.xml.xpath;
   
   import java.util.HashMap;
   import java.util.List;
  
  
  
  1.4       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/SimpleNodeList.java
  
  Index: SimpleNodeList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/SimpleNodeList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SimpleNodeList.java	2 Oct 2002 01:52:25 -0000	1.3
  +++ SimpleNodeList.java	22 Jan 2003 02:18:17 -0000	1.4
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xpath;
  +package org.apache.excalibur.xml.xpath;
   
   import java.util.List;
   import org.w3c.dom.Node;
  
  
  
  1.5       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/XPathProcessor.java
  
  Index: XPathProcessor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/XPathProcessor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XPathProcessor.java	2 Oct 2002 01:47:05 -0000	1.4
  +++ XPathProcessor.java	22 Jan 2003 02:18:17 -0000	1.5
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xpath;
  +package org.apache.excalibur.xml.xpath;
   
   import org.w3c.dom.Node;
   import org.w3c.dom.NodeList;
  
  
  
  1.8       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/XPathProcessorImpl.java
  
  Index: XPathProcessorImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xpath/XPathProcessorImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XPathProcessorImpl.java	2 Oct 2002 01:52:25 -0000	1.7
  +++ XPathProcessorImpl.java	22 Jan 2003 02:18:17 -0000	1.8
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xpath;
  +package org.apache.excalibur.xml.xpath;
   
   import java.util.HashMap;
   import javax.xml.transform.TransformerException;
  
  
  
  1.5       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/TraxErrorHandler.java
  
  Index: TraxErrorHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/TraxErrorHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TraxErrorHandler.java	10 Jul 2002 08:53:17 -0000	1.4
  +++ TraxErrorHandler.java	22 Jan 2003 02:18:17 -0000	1.5
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xslt;
  +package org.apache.excalibur.xml.xslt;
   
   import javax.xml.transform.ErrorListener;
   import javax.xml.transform.SourceLocator;
  
  
  
  1.7       +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessor.java
  
  Index: XSLTProcessor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XSLTProcessor.java	7 Jul 2002 07:15:01 -0000	1.6
  +++ XSLTProcessor.java	22 Jan 2003 02:18:17 -0000	1.7
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xslt;
  +package org.apache.excalibur.xml.xslt;
   
   import javax.xml.transform.Result;
   import javax.xml.transform.sax.TransformerHandler;
  
  
  
  1.4       +1 -1      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessorException.java
  
  Index: XSLTProcessorException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessorException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSLTProcessorException.java	7 Jul 2002 07:15:01 -0000	1.3
  +++ XSLTProcessorException.java	22 Jan 2003 02:18:17 -0000	1.4
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xslt;
  +package org.apache.excalibur.xml.xslt;
   
   import org.apache.avalon.framework.CascadingException;
   
  
  
  
  1.23      +2 -2      jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessorImpl.java
  
  Index: XSLTProcessorImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xml/xslt/XSLTProcessorImpl.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- XSLTProcessorImpl.java	14 Jan 2003 09:39:36 -0000	1.22
  +++ XSLTProcessorImpl.java	22 Jan 2003 02:18:17 -0000	1.23
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included  with this distribution in
    * the LICENSE.txt file.
    */
  -package org.apache.avalon.excalibur.xml.xslt;
  +package org.apache.excalibur.xml.xslt;
   
   import java.io.File;
   import java.io.IOException;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>