[jboss-dev] FW: [jboss-svn-commits] JBoss Common SVN: r2116 -common-old/branches/Branch_1_0/src/main/org/jboss/util/xml

Dimitris Andreadis dimitris at jboss.org
Tue Oct 10 12:51:46 EDT 2006


This latest update to org/jboss/util/xml/DOMWriter.java breaks the build
of common Branch_1_0 because it changes the package of DOMWriter. It
would also break whoever is referencing this class in the jboss code.


-----Original Message-----
From: jboss-svn-commits-bounces at lists.jboss.org
[mailto:jboss-svn-commits-bounces at lists.jboss.org] On Behalf Of
jboss-svn-commits at lists.jboss.org
Sent: Tuesday, October 10, 2006 7:26 PM
To: jboss-svn-commits at lists.jboss.org
Subject: [jboss-svn-commits] JBoss Common SVN: r2116
-common-old/branches/Branch_1_0/src/main/org/jboss/util/xml

Author: thomas.diesler at jboss.com
Date: 2006-10-10 12:26:27 -0400 (Tue, 10 Oct 2006) New Revision: 2116

Modified:
 
common-old/branches/Branch_1_0/src/main/org/jboss/util/xml/DOMWriter.jav
a
Log:
[JBWS-762] DOMUtils.parse skips peer comments on Document node

Modified:
common-old/branches/Branch_1_0/src/main/org/jboss/util/xml/DOMWriter.jav
a
===================================================================
---
common-old/branches/Branch_1_0/src/main/org/jboss/util/xml/DOMWriter.jav
a	2006-10-10 12:16:40 UTC (rev 2115)
+++
common-old/branches/Branch_1_0/src/main/org/jboss/util/xml/DOMWriter.jav
a	2006-10-10 16:26:27 UTC (rev 2116)
@@ -53,7 +53,7 @@
  * information on the Apache Software Foundation, please see
  * <http://www.apache.org/>.
  */
-package org.jboss.util.xml;
+package org.jboss.ws.utils;
 
...




More information about the jboss-development mailing list