In the latest CVS, I noticed that JetSpeed is still dependent on IBM XML4J as
its XML parser.
Since XML4J is now part of Apache Xerces, this dependency can be switched to
Xerces
with the following patch:
cvs -z9 diff Parser.java (in directory
D:\cvs\java.apache.org\jetspeed\src\java\org\apache\jetspeed\xml)
Index: Parser.java
===================================================================
RCS file:
/products/cvs/jetspeed/jetspeed/src/java/org/apache/jetspeed/xml/Parser.java,v
retrieving revision 1.4
diff -r1.4 Parser.java
55,56c55,56
< import com.ibm.xml.*;
< import com.ibm.xml.parsers.*;
---
> import org.apache.xerces.*;
> import org.apache.xerces.parsers.*;
Depending on Xerces would allow the distribtion of JetSpeed to include the
parser.
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]