You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/03/24 06:56:02 UTC

svn commit: r388393 - in /webservices/commons/trunk: ./ modules/axiom/src/org/apache/axiom/ modules/axiom/src/org/apache/axiom/attachments/ modules/axiom/src/org/apache/axiom/attachments/utils/ modules/axiom/src/org/apache/axiom/soap/ modules/axiom/src...

Author: chinthaka
Date: Thu Mar 23 21:56:00 2006
New Revision: 388393

URL: http://svn.apache.org/viewcvs?rev=388393&view=rev
Log:
Refactoring org.apache.ws.commons to org.apache.axiom


Added:
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/
      - copied from r388369, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/ByteArrayDataSource.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/ByteArrayDataSource.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/DataHandlerUtils.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/DataHandlerUtils.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEBodyPartInputStream.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEBodyPartInputStream.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEHelper.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEHelper.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/Part.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/Part.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnFile.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnFile.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnMemory.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnMemory.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PushbackFilePartInputStream.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PushbackFilePartInputStream.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/
      - copied from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/utils/
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/
      - copied from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/soap/
    webservices/commons/trunk/modules/axiom/test/org/apache/axiom/
    webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/
      - copied from r388369, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/
    webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/Base64Test.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/Base64Test.java
    webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/ImageSampleTest.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/ImageSampleTest.java
    webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/MIMEHelperTest.java
      - copied, changed from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/MIMEHelperTest.java
    webservices/commons/trunk/modules/axiom/test/org/apache/axiom/soap/
      - copied from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/soap/
    webservices/commons/trunk/project.properties
      - copied unchanged from r388355, webservices/commons/project.properties
    webservices/commons/trunk/project.xml
      - copied unchanged from r388355, webservices/commons/project.xml
Removed:
    webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/
    webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/soap/
    webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/
    webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/soap/
Modified:
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/IOUtils.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageDataSource.java
    webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageIO.java
    webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/llom/OMTextImpl.java
    webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilder.java
    webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/MIMEOutputUtilsTest.java
    webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/llom/OMOutputTest.java
    webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilderTest.java

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/ByteArrayDataSource.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/ByteArrayDataSource.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/ByteArrayDataSource.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/ByteArrayDataSource.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/ByteArrayDataSource.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/ByteArrayDataSource.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/ByteArrayDataSource.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import javax.activation.DataSource;
 import java.io.ByteArrayInputStream;

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/DataHandlerUtils.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/DataHandlerUtils.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/DataHandlerUtils.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/DataHandlerUtils.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/DataHandlerUtils.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/DataHandlerUtils.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/DataHandlerUtils.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  *  limitations under the License.
  *
  */
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 
 import org.apache.ws.commons.om.util.Base64;

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEBodyPartInputStream.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEBodyPartInputStream.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEBodyPartInputStream.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEBodyPartInputStream.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEBodyPartInputStream.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEBodyPartInputStream.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEBodyPartInputStream.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import java.io.IOException;
 import java.io.InputStream;

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEHelper.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEHelper.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEHelper.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEHelper.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEHelper.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/MIMEHelper.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/MIMEHelper.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/Part.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/Part.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/Part.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/Part.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/Part.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/Part.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/Part.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import javax.activation.DataHandler;
 import javax.mail.MessagingException;

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnFile.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnFile.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnFile.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnFile.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnFile.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnFile.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnFile.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import org.apache.ws.commons.om.OMException;
 

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnMemory.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnMemory.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnMemory.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnMemory.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnMemory.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PartOnMemory.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PartOnMemory.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import javax.activation.DataHandler;
 import javax.mail.MessagingException;

Copied: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PushbackFilePartInputStream.java (from r388376, webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PushbackFilePartInputStream.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PushbackFilePartInputStream.java?p2=webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PushbackFilePartInputStream.java&p1=webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PushbackFilePartInputStream.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/attachments/PushbackFilePartInputStream.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/PushbackFilePartInputStream.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/IOUtils.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/IOUtils.java?rev=388393&r1=388376&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/IOUtils.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/IOUtils.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments.utils;
+package org.apache.axiom.attachments.utils;
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageDataSource.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageDataSource.java?rev=388393&r1=388376&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageDataSource.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageDataSource.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments.utils;
+package org.apache.axiom.attachments.utils;
 
 import javax.activation.DataSource;
 import java.awt.*;

Modified: webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageIO.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageIO.java?rev=388393&r1=388376&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageIO.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/axiom/attachments/utils/ImageIO.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments.utils;
+package org.apache.axiom.attachments.utils;
 
 
 import javax.imageio.IIOImage;

Modified: webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/llom/OMTextImpl.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/llom/OMTextImpl.java?rev=388393&r1=388392&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/llom/OMTextImpl.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/llom/OMTextImpl.java Thu Mar 23 21:56:00 2006
@@ -262,7 +262,7 @@
          * reperesented by the Base64 strings stored in OMText
          */
         if (value != null & isBinary) {
-        	return org.apache.ws.commons.attachments.DataHandlerUtils.getDataHandlerFromText(value,mimeType);
+        	return org.apache.axiom.attachments.DataHandlerUtils.getDataHandlerFromText(value,mimeType);
         } else {
 
             if (dataHandlerObject == null) {

Modified: webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilder.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilder.java?rev=388393&r1=388392&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilder.java (original)
+++ webservices/commons/trunk/modules/axiom/src/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilder.java Thu Mar 23 21:56:00 2006
@@ -16,7 +16,7 @@
 
 package org.apache.ws.commons.om.impl.mtom;
 
-import org.apache.ws.commons.attachments.MIMEHelper;
+import org.apache.axiom.attachments.MIMEHelper;
 import org.apache.ws.commons.om.OMElement;
 import org.apache.ws.commons.om.OMException;
 import org.apache.ws.commons.om.OMNode;

Copied: webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/Base64Test.java (from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/Base64Test.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/Base64Test.java?p2=webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/Base64Test.java&p1=webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/Base64Test.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/Base64Test.java (original)
+++ webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/Base64Test.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import junit.framework.TestCase;
 

Copied: webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/ImageSampleTest.java (from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/ImageSampleTest.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/ImageSampleTest.java?p2=webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/ImageSampleTest.java&p1=webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/ImageSampleTest.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/ImageSampleTest.java (original)
+++ webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/ImageSampleTest.java Thu Mar 23 21:56:00 2006
@@ -14,10 +14,10 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
-import org.apache.ws.commons.attachments.utils.ImageDataSource;
-import org.apache.ws.commons.attachments.utils.ImageIO;
+import org.apache.axiom.attachments.utils.ImageDataSource;
+import org.apache.axiom.attachments.utils.ImageIO;
 import org.apache.ws.commons.om.AbstractTestCase;
 import org.apache.ws.commons.om.OMAbstractFactory;
 import org.apache.ws.commons.om.OMElement;

Copied: webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/MIMEHelperTest.java (from r388376, webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/MIMEHelperTest.java)
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/MIMEHelperTest.java?p2=webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/MIMEHelperTest.java&p1=webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/MIMEHelperTest.java&r1=388376&r2=388393&rev=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/attachments/MIMEHelperTest.java (original)
+++ webservices/commons/trunk/modules/axiom/test/org/apache/axiom/attachments/MIMEHelperTest.java Thu Mar 23 21:56:00 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.ws.commons.attachments;
+package org.apache.axiom.attachments;
 
 import junit.framework.TestCase;
 

Modified: webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/MIMEOutputUtilsTest.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/MIMEOutputUtilsTest.java?rev=388393&r1=388392&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/MIMEOutputUtilsTest.java (original)
+++ webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/MIMEOutputUtilsTest.java Thu Mar 23 21:56:00 2006
@@ -17,7 +17,7 @@
 package org.apache.ws.commons.om;
 
 import junit.framework.TestCase;
-import org.apache.ws.commons.attachments.ByteArrayDataSource;
+import org.apache.axiom.attachments.ByteArrayDataSource;
 import org.apache.ws.commons.om.impl.MIMEOutputUtils;
 import org.apache.ws.commons.soap.SOAP12Constants;
 import org.apache.ws.commons.soap.SOAPFactory;

Modified: webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/llom/OMOutputTest.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/llom/OMOutputTest.java?rev=388393&r1=388392&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/llom/OMOutputTest.java (original)
+++ webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/llom/OMOutputTest.java Thu Mar 23 21:56:00 2006
@@ -16,7 +16,7 @@
 
 package org.apache.ws.commons.om.impl.llom;
 
-import org.apache.ws.commons.attachments.ByteArrayDataSource;
+import org.apache.axiom.attachments.ByteArrayDataSource;
 import org.apache.ws.commons.om.AbstractTestCase;
 import org.apache.ws.commons.om.OMAbstractFactory;
 import org.apache.ws.commons.om.OMAttribute;

Modified: webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilderTest.java
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilderTest.java?rev=388393&r1=388392&r2=388393&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilderTest.java (original)
+++ webservices/commons/trunk/modules/axiom/test/org/apache/ws/commons/om/impl/mtom/MTOMStAXSOAPModelBuilderTest.java Thu Mar 23 21:56:00 2006
@@ -16,7 +16,7 @@
 
 package org.apache.ws.commons.om.impl.mtom;
 
-import org.apache.ws.commons.attachments.MIMEHelper;
+import org.apache.axiom.attachments.MIMEHelper;
 import org.apache.ws.commons.om.AbstractTestCase;
 import org.apache.ws.commons.om.OMElement;
 import org.apache.ws.commons.om.OMText;