Modified: servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml?rev=1063183&r1=1063182&r2=1063183&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xmlsec-1.4.4/pom.xml Tue Jan 25 09:30:36 2011
@@ -21,9 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>bundles-pom</artifactId>
-      <version>4</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <version>1.4.4_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
     <properties>
         <pkgGroupId>org.apache.santuario</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/xmlsec-1.4.4/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xmlsec-1.4.4/src/main/resources/OSGI-INF/bundle.info?rev=1063183&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/xmlsec-1.4.4/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/xmlsec-1.4.4/src/main/resources/OSGI-INF/bundle.info
 Tue Jan 25 09:30:36 2011
@@ -0,0 +1,22 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The Apache Santuario project is aimed at providing implementation of 
security standards for XML. Currently the
+    focus is on the W3C standards :
+
+        * XML-Signature Syntax and Processing; and
+        * XML Encryption Syntax and Processing.
+
+    Santuario provides a Java library, which includes a mature Digital 
Signature and Encryption implementation.
+    It also includes the standard JSR 105 (Java XML Digital Signature) API. 
Applications can use the standard
+    JSR 105 API or the Apache Santuario API to create and validate XML 
Signatures.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://santuario.apache.org/index.html\u001B[0m
+    \u001B[36mhttp://www.w3.org/Signature/\u001B[0m
+    \u001B[36mhttp://www.w3.org/Encryption/2001/\u001B[0m
+    \u001B[36mhttp://www.w3.org/2001/XKMS/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml?rev=1063183&r1=1063182&r2=1063183&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml Tue Jan 25 09:30:36 2011
@@ -21,9 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>bundles-pom</artifactId>
-      <version>4</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <version>1.1.4c_5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
     <properties>
         <pkgGroupId>xpp3</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/xpp3-1.1.4c/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xpp3-1.1.4c/src/main/resources/OSGI-INF/bundle.info?rev=1063183&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/xpp3-1.1.4c/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/xpp3-1.1.4c/src/main/resources/OSGI-INF/bundle.info
 Tue Jan 25 09:30:36 2011
@@ -0,0 +1,34 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    MXP1: Xml Pull Parser 3rd Edition (XPP3)
+
+    MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP 
and in particular XPP2 but completely
+    revised and rewritten to take the best advantage of latest JIT JVMs such 
as Hotspot in JDK 1.4+.
+
+    MXP1 was designed to use best available the latest and the most advanced 
JIT engines such as Hotspot in JDK1.4.
+    If you are working on older JDK then previous engine may work faster (both 
MXP1 and old engine are included in
+    XPP3 download).
+
+    MXP1 has following features:
+
+        * fast - let me say it again it is fast :-)
+        * small - lot of performance packed in JAR file that is less than 20KB!
+        * easy to use - the parser implements common XML pull parsing API 
(XMLPULL) described at http://www.xmlpull.org
+
+    Performance tests that compare MXP1 to other leading XML parsers are 
available at
+    http://www.extreme.indiana.edu/~aslom/xpp_sax2bench/
+
+    Looking on test results (at 
http://www.extreme.indiana.edu/~aslom/xpp_sax2bench/results.html) in all but 
two tests
+    MXP1 is the fastest parser by about 5-20% than second fastest Piccolo - 
MXP1 is slower than Piccolo for 'Mostly text'
+    and  'Random XML' as MXP1 will report text always combined as one event. 
that means that in application there is
+    really no need to use StringBuffer to collect element content. i have kept 
string buffer in all tests for symmetry
+    but removing it will speed up test to the same level as Piccolo for 
example doing this for test setup
+    "data\rand_100.xml 2000 ns_on" (Random XML 100) resulted in speedup from 
4.3ms to 3.9ms.
+
+\u001B[1mSEE ALSO\u001B[0m
+    
\u001B[36mhttp://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml?rev=1063183&r1=1063182&r2=1063183&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xstream-1.3/pom.xml Tue Jan 25 09:30:36 2011
@@ -21,9 +21,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>bundles-pom</artifactId>
-      <version>4</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <version>1.3_5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
 
     <properties>
         <pkgGroupId>com.thoughtworks.xstream</pkgGroupId>

Added: 
servicemix/smx4/bundles/trunk/xstream-1.3/src/main/resources/OSGI-INF/bundle.info
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xstream-1.3/src/main/resources/OSGI-INF/bundle.info?rev=1063183&view=auto
==============================================================================
--- 
servicemix/smx4/bundles/trunk/xstream-1.3/src/main/resources/OSGI-INF/bundle.info
 (added)
+++ 
servicemix/smx4/bundles/trunk/xstream-1.3/src/main/resources/OSGI-INF/bundle.info
 Tue Jan 25 09:30:36 2011
@@ -0,0 +1,30 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    XStream is a simple library to serialize objects to XML and back again.
+
+        * Ease of use. A high level facade is supplied that simplifies common 
use cases.
+        * No mappings required. Most objects can be serialized without need 
for specifying mappings.
+        * Performance. Speed and low memory footprint are a crucial part of 
the design, making it suitable for large
+          object graphs or systems with high message throughput.
+        * Clean XML. No information is duplicated that can be obtained via 
reflection. This results in XML that is
+          easier to read for humans and more compact than native Java 
serialization.
+        * Requires no modifications to objects. Serializes internal fields, 
including private and final. Supports
+          non-public and inner classes. Classes are not required to have 
default constructor.
+        * Full object graph support. Duplicate references encountered in the 
object-model will be maintained. Supports
+          circular references.
+        * Integrates with other XML APIs. By implementing an interface, 
XStream can serialize directly to/from any tree
+          structure (not just XML).
+        * Customizable conversion strategies. Strategies can be registered 
allowing customization of how particular
+          types are represented as XML.
+        * Error messages. When an exception occurs due to malformed XML, 
detailed diagnostics are provided to help
+          isolate and fix the problem.
+        * Alternative output format. The modular design allows other output 
formats. XStream ships currently with JSON
+          support and morphing.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://xstream.codehaus.org/\u001B[0m


Reply via email to