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 05:26:03 UTC

cvs commit: jakarta-avalon-excalibur/xmlutil build.xml

jefft       2003/01/21 20:26:02

  Modified:    xmlutil  build.xml
  Log:
  Use renamed package
  
  Revision  Changes    Path
  1.33      +2 -2      jakarta-avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml	22 Jan 2003 02:16:26 -0000	1.32
  +++ build.xml	22 Jan 2003 04:26:02 -0000	1.33
  @@ -111,9 +111,9 @@
               target="1.2">
               <classpath refid="project.class.path" />
               <exclude name="**/test/**"/>
  -            <exclude name="org/apache/avalon/excalibur/xml/xpath/XPathProcessorImpl.java"
  +            <exclude name="org/apache/excalibur/xml/xpath/XPathProcessorImpl.java"
                   unless="xpath.present"/>
  -            <exclude name="org/apache/avalon/excalibur/xml/xpath/JaxenProcessorImpl.java"
  +            <exclude name="org/apache/excalibur/xml/xpath/JaxenProcessorImpl.java"
                   unless="jaxen.present"/>
               <exclude name="org/apache/excalibur/xmlizer/impl/HTMLXMLizer.java"
                   unless="jtidy.present"/>
  
  
  

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