Author: jbonofre
Date: Mon Nov 28 20:56:19 2011
New Revision: 1207601
URL: http://svn.apache.org/viewvc?rev=1207601&view=rev
Log:
[SMX4-991] Create OSGi bundle for ws-commons-util 1.0.2
Added:
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/pom.xml
- copied, changed from r1207600,
servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/OSGI-INF/
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/OSGI-INF/bundle.info
Modified:
servicemix/smx4/bundles/trunk/pom.xml
servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1207601&r1=1207600&r2=1207601&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Nov 28 20:56:19 2011
@@ -50,6 +50,7 @@
<module>atlassian-xmlrpc-0.11</module>
<module>xmlrpc-server-3.1.2</module>
<module>xmlrpc-server-3.1.3</module>
+ <module>ws-commons-util-1.0.2</module>
</modules>
</project>
Copied: servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/pom.xml (from
r1207600, servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml)
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/pom.xml?p2=servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/pom.xml&p1=servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml&r1=1207600&r2=1207601&rev=1207601&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/pom.xml Mon Nov 28
20:56:19 2011
@@ -29,32 +29,26 @@
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
- <artifactId>org.apache.servicemix.bundles.xmlrpc-server</artifactId>
+ <artifactId>org.apache.servicemix.bundles.ws-commons-util</artifactId>
<packaging>bundle</packaging>
- <version>3.1.3_1-SNAPSHOT</version>
- <name>Apache ServiceMix :: Bundles :: XML-RPC Server</name>
+ <version>1.0.2_1-SNAPSHOT</version>
+ <name>Apache ServiceMix :: Bundles :: WS Commons Util</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
<properties>
- <pkgGroupId>org.apache.xmlrpc</pkgGroupId>
- <pkgArtifactId>xmlrpc-server</pkgArtifactId>
- <pkgVersion>3.1.3</pkgVersion>
+ <pkgGroupId>org.apache.ws.commons.util</pkgGroupId>
+ <pkgArtifactId>ws-commons-util</pkgArtifactId>
+ <pkgVersion>1.0.2</pkgVersion>
<servicemix.osgi.export.pkg>
- org.apache.xmlrpc
+ org.apache.ws.commons
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
- !org.apache.xmlrpc*,
- javax.servlet,
- javax.servlet.http,
- javax.xml.bind,
+ !org.apache.ws.commons*,
javax.xml.namespace,
- javax.xml.parsers,
- org.apache.ws.commons.serialize,
- org.apache.ws.commons.util,
org.w3c.dom,
org.xml.sax,
- org.xml.sax.helpers,
- org.apache.commons.logging;resolution:=optional
+ org.xml.sax.ext,
+ org.xml.sax.helpers
</servicemix.osgi.import.pkg>
</properties>
Added:
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/OSGI-INF/bundle.info?rev=1207601&view=auto
==============================================================================
---
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/smx4/bundles/trunk/ws-commons-util-1.0.2/src/main/resources/OSGI-INF/bundle.info
Mon Nov 28 20:56:19 2011
@@ -0,0 +1,20 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URL:
+ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
that uses XML over HTTP
+ to implement remote procedure calls.
+
+ Version 3 of Apache XML-RPC is still compliant to the XML-RPC
specification. However, the user
+ may enable several vendor extensions are available, that greatly extend
the power of XML-RPC:
+
+ * All primitive Java types are supported, including long, byte, short, and
double.
+ * Calendar objects are supported. In particular, timezone settings, and
milliseconds may be sent.
+ * DOM nodes, or JAXB objects, can be transmitted. So are objects
implementing the java.io.Serializable interface.
+ * Both server and client can operate in a streaming mode, which preserves
resources much better than the default mode, which is based on large internal
byte arrays.
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://ws.apache.org/xmlrpc/\u001B[0m
Modified: servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml?rev=1207601&r1=1207600&r2=1207601&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlrpc-server-3.1.3/pom.xml Mon Nov 28
20:56:19 2011
@@ -50,7 +50,7 @@
javax.xml.namespace,
javax.xml.parsers,
org.apache.ws.commons.serialize,
- org.apache.ws.commons.util,
+ org.apache.ws.commons.util;version="[1,2)",
org.w3c.dom,
org.xml.sax,
org.xml.sax.helpers,