You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/12/31 04:12:23 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/xml XMLTagLibrary.java

dion        2002/12/30 19:12:23

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/junit
                        JUnitTagLibrary.java
               jelly/src/java/org/apache/commons/jelly/tags/jsl
                        JSLTagLibrary.java
               jelly/src/java/org/apache/commons/jelly/tags/xml
                        XMLTagLibrary.java
  Log:
  Remove unused code
  
  Revision  Changes    Path
  1.10      +0 -2      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java
  
  Index: JUnitTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- JUnitTagLibrary.java	24 Dec 2002 04:50:19 -0000	1.9
  +++ JUnitTagLibrary.java	31 Dec 2002 03:12:23 -0000	1.10
  @@ -74,8 +74,6 @@
   import org.apache.commons.logging.LogFactory;
   
   import org.jaxen.JaxenException;
  -import org.jaxen.XPath;
  -import org.jaxen.dom4j.Dom4jXPath;
   
   /** Describes the Taglib. This class could be generated by XDoclet
     *
  
  
  
  1.9       +0 -3      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java
  
  Index: JSLTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- JSLTagLibrary.java	24 Dec 2002 04:50:19 -0000	1.8
  +++ JSLTagLibrary.java	31 Dec 2002 03:12:23 -0000	1.9
  @@ -72,9 +72,6 @@
   import org.apache.commons.logging.LogFactory;
   import org.dom4j.DocumentHelper;
   import org.dom4j.rule.Pattern;
  -import org.jaxen.JaxenException;
  -import org.jaxen.XPath;
  -import org.jaxen.dom4j.Dom4jXPath;
   
   /** Describes the Taglib. This class could be generated by XDoclet
     *
  
  
  
  1.20      +5 -9      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java
  
  Index: XMLTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- XMLTagLibrary.java	24 Dec 2002 04:50:19 -0000	1.19
  +++ XMLTagLibrary.java	31 Dec 2002 03:12:23 -0000	1.20
  @@ -61,7 +61,6 @@
    */
   package org.apache.commons.jelly.tags.xml;
   
  -import org.apache.commons.jelly.JellyException;
   import org.apache.commons.jelly.TagLibrary;
   import org.apache.commons.jelly.expression.Expression;
   import org.apache.commons.jelly.expression.ExpressionFactory;
  @@ -72,9 +71,6 @@
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   
  -import org.jaxen.JaxenException;
  -import org.jaxen.XPath;
  -import org.jaxen.dom4j.Dom4jXPath;
   
   /** Describes the Taglib. This class could be generated by XDoclet
     *
  
  
  

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