pnever 2003/11/09 12:14:29
Modified: src/share/org/apache/slide/util XMLValue.java
Log:
Removed dependency from WebDAV layer (which resulted from
mooving the class from the WebDAV to the kernel layer)
Revision Changes Path
1.2 +6 -6 jakarta-slide/src/share/org/apache/slide/util/XMLValue.java
Index: XMLValue.java
===================================================================
RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/XMLValue.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMLValue.java 5 Nov 2003 14:24:38 -0000 1.1
+++ XMLValue.java 9 Nov 2003 20:14:29 -0000 1.2
@@ -69,7 +69,6 @@
import java.util.List;
import org.apache.slide.content.NodeProperty;
import org.apache.slide.structure.SubjectNode;
-import org.apache.slide.webdav.util.WebdavConstants;
import org.jdom.CDATA;
import org.jdom.Comment;
import org.jdom.Document;
@@ -94,7 +93,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Ralf Stuckert</a>
**/
-public class XMLValue implements Cloneable, Comparable, WebdavConstants {
+public class XMLValue implements Cloneable, Comparable {
/**
* Constant for the message of the IllegalArgumentException that may be
@@ -121,6 +120,7 @@
*/
protected static final String END_TAG = "</root>";
+ protected static final String E_HREF = "href";
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]