Skip to content

Commit

Permalink
WSCOMMONS-452: Moved some code that was intended for inclusion into A…
Browse files Browse the repository at this point in the history
…xiom.
  • Loading branch information
veithen committed Apr 25, 2010
1 parent a386b4c commit 9c977ea
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 317 deletions.
111 changes: 0 additions & 111 deletions modules/base/src/main/java/org/apache/axis2/format/ElementHelper.java

This file was deleted.

Expand Up @@ -24,6 +24,7 @@
import org.apache.axis2.AxisFault;
import org.apache.axiom.om.OMOutputFormat;
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.util.ElementHelper;
import org.apache.axis2.transport.base.BaseConstants;

import java.io.ByteArrayOutputStream;
Expand Down
Expand Up @@ -25,6 +25,7 @@
import javax.activation.DataSource;

import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.util.ElementHelper;
import org.apache.axis2.transport.base.streams.ReaderInputStream;

/**
Expand Down

This file was deleted.

Expand Up @@ -45,6 +45,8 @@
import org.apache.axiom.om.impl.builder.StAXOMBuilder;
import org.apache.axiom.om.impl.llom.OMSourcedElementImpl;
import org.apache.axiom.om.impl.llom.util.AXIOMUtil;
import org.apache.axiom.om.util.ElementHelper;
import org.apache.axiom.util.stax.TextFromElementReader;
import org.apache.commons.io.IOUtils;

public class ElementHelperTest extends TestCase {
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -495,7 +495,7 @@
</reporting>

<properties>
<axiom.version>1.2.8</axiom.version>
<axiom.version>1.2.9-SNAPSHOT</axiom.version>
<axis2.version>1.5</axis2.version>
<failIfNoTests>false</failIfNoTests>
</properties>
Expand Down

0 comments on commit 9c977ea

Please sign in to comment.