You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/02/15 18:45:24 UTC

cvs commit: jakarta-slide/src/tests/client TestDOMUtils.java

remm        01/02/15 09:45:24

  Modified:    src/tests/client TestDOMUtils.java
  Log:
  - Create a set of utils which are shared between the three components of Slide
    to avoid having a version of the file in multiple spots in the repository.
  - Make necessary changes in the classes.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-slide/src/tests/client/TestDOMUtils.java
  
  Index: TestDOMUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/tests/client/TestDOMUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestDOMUtils.java	2001/01/26 06:54:57	1.1
  +++ TestDOMUtils.java	2001/02/15 17:45:20	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/tests/client/TestDOMUtils.java,v 1.1 2001/01/26 06:54:57 remm Exp $
  - * $Revision: 1.1 $
  - * $Date: 2001/01/26 06:54:57 $
  + * $Header: /home/cvs/jakarta-slide/src/tests/client/TestDOMUtils.java,v 1.2 2001/02/15 17:45:20 remm Exp $
  + * $Revision: 1.2 $
  + * $Date: 2001/02/15 17:45:20 $
    *
    * ====================================================================
    *
  @@ -70,7 +70,7 @@
   import javax.xml.parsers.FactoryConfigurationError;
   import javax.xml.parsers.ParserConfigurationException;
   
  -import org.apache.webdav.lib.util.DOMUtils;
  +import org.apache.util.DOMUtils;
   
   import org.w3c.dom.Document;
   import org.w3c.dom.Element;