You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/01/24 17:14:09 UTC

svn commit: r1062855 [2/4] - in /servicemix/smx4/bundles/trunk: ./ javax-mail-1.4.1/ javax-mail-1.4.1/src/ javax-mail-1.4.1/src/main/ javax-mail-1.4.1/src/main/resources/ javax-mail-1.4.1/src/main/resources/OSGI-INF/ jaxb-impl-2.1.12/ jaxb-impl-2.1.12/...

Modified: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/pom.xml Mon Jan 24 16:13:53 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,8 @@
     <packaging>bundle</packaging>
     <version>6.1.19_4-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps jetty, jetty-util, jetty-management, jetty-client, and jetty-sslengine
+        ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.mortbay.jetty</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jetty-bundle-6.1.19/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and
+    available for commercial use and distribution.
+
+    Jetty is used in a wide variety of projects and products. Jetty can be embedded in devices, tools, frameworks,
+    application servers, and clusters.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jetty.codehaus.org/jetty/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/pom.xml Mon Jan 24 16:13:53 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,8 @@
     <packaging>bundle</packaging>
     <version>6.1.22_3-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps jetty, jetty-util, jetty-management, jetty-client, and jetty-sslengine
+        ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.mortbay.jetty</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jetty-bundle-6.1.22/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and
+    available for commercial use and distribution.
+
+    Jetty is used in a wide variety of projects and products. Jetty can be embedded in devices, tools, frameworks,
+    application servers, and clusters.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jetty.codehaus.org/jetty/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/pom.xml Mon Jan 24 16:13:53 2011
@@ -23,7 +23,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>4</version>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,8 @@
     <packaging>bundle</packaging>
     <version>6.1.24_3-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps jetty, jetty-util, jetty-management, jetty-client, and jetty-sslengine
+        ${pkgVersion} jar files.</description>
     
     <properties>
         <pkgGroupId>org.mortbay.jetty</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jetty-bundle-6.1.24/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and
+    available for commercial use and distribution.
+
+    Jetty is used in a wide variety of projects and products. Jetty can be embedded in devices, tools, frameworks,
+    application servers, and clusters.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jetty.codehaus.org/jetty/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/pom.xml Mon Jan 24 16:13:53 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>6.1.11_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>org.mortbay.jetty</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jetty-cometd-6.1.11/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jetty includes a servlet implementation of the Bayeux protocol of the CometD project from the Dojo Foundation.
+
+    CometD is a message bus for Ajax web applications that allows multi channel messaging between client and server
+    - and more importantly - between server and client. The paradigm is publish/subscribe to named channels.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001[36mhttp://docs.codehaus.org/display/JETTY/Cometd+%28aka+Bayeux%29\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/pom.xml Mon Jan 24 16:13:53 2011
@@ -22,9 +22,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>
@@ -32,9 +33,7 @@
     <version>6.1.22_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 cometd-server and cometd-api ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.mortbay.jetty</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jetty-cometd-6.1.22/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jetty includes a servlet implementation of the Bayeux protocol of the CometD project from the Dojo Foundation.
+
+    CometD is a message bus for Ajax web applications that allows multi channel messaging between client and server
+    - and more importantly - between server and client. The paradigm is publish/subscribe to named channels.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001[36mhttp://docs.codehaus.org/display/JETTY/Cometd+%28aka+Bayeux%29\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/pom.xml Mon Jan 24 16:13:53 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>2.4.2_4-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 files.</description>
 
     <properties>
         <pkgGroupId>jexcelapi</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jexcelapi-2.4.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,29 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Java Excel API is a mature, open source java API enabling developers to read, write, and modifiy Excel spreadsheets
+    dynamically. Now java developers can read Excel spreadsheets, modify them with a convenient and simple API, and
+    write the changes to any output stream (e.g. disk, HTTP, database, or any socket).
+
+    Any operating system which can run a Java virtual machine (i.e., not just Windows) can both process and deliver
+    Excel spreadsheets. Because it is Java, the API can be invoked from within a servlet, thus giving access to Excel
+    spreadsheets over internet and intranet web applications.
+
+    Some features:
+        * Reads data from Excel 95, 97, 2000, XP, and 2003 workbooks
+        * Reads and writes formulas (Excel 97 and later only)
+        * Generates spreadsheets in Excel 2000 format
+        * Supports font, number and date formatting
+        * Supports shading, bordering, and coloring of cells
+        * Modifies existing worksheets
+        * Is internationalized, enabling processing in almost any locale, country, language, or character encoding
+          (formulas are currently only supported in English, French, Spanish, and German, but more can be added if
+          translated)
+        * Supports copying of charts
+        * Supports insertion and copying of images into spreadsheets
+        * Supports logging with Jakarta Commons Logging, log4j, JDK 1.4 Logger, etc
+        * ...and much more
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jexcelapi.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jibx-1.1.3/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>4</version>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -32,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>1.1.3_2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: jibx</name>
-    <description>
-        This bundle simply wraps jibx ${pkgVersion} jar files.
-    </description>
+    <description>This OSGi bundle wraps jibx-bind, jibx-extras, and jibx-run ${pkgVersion} jar files.</description>
     
     <properties>
         <pkgGroupId>jibx</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jibx-1.1.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jibx-1.1.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jibx-1.1.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jibx-1.1.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,30 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JiBX is a tool for binding XML data to Java objects. It's extremely flexible, allowing you to start from existing
+    Java code and generate an XML schema, start from an XML schema and generate Java code, or bridge your existing code
+    to a schema that represents the same data. It also provides very high performance, outperforming all other Java
+    data binding tools across a wide variety of tests.
+
+    How does JiBX manage to provide both flexibility and performance? The key is using binding definition documents to
+    specify how your Java objects are converted to or from XML, combined with bytecode enhancement to embed the
+    conversion code directly into your classes. The bytecode enhancement is done by executing one of the JiBX components
+    (the binding compiler) after your Java classes have been compiled. Once the binding compiler has run and your
+    classes have been enhanced with the JiBX binding code, you can continue the normal steps you take in assembling your
+    application (such as building jar files, etc.).
+
+    The second JiBX component is the binding runtime. The enhanced class files generated by the binding compiler use
+    this runtime component both for actually building objects from an XML input document (called unmarshalling, in data
+    binding terms) and for generating an XML output document from objects (called marshalling). The runtime uses a
+    separate XML parser (either one based on the XMLPull open source API, or on the StAX Java standard), but is
+    otherwise self-contained.
+
+    Performance was originally part of the inspiration for writing JiBX, and JiBX has consistently delivered performance
+    far ahead of the field. We're not aware of any recent published performance comparisions between data binding
+    frameworks, but you can view some older results from the BindMark tests, along with a similar study focused around
+    Web services performance.. These sets of results are both from late 2005, but our own testing shows that little
+    has changed since then.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jibx.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jibx-1.2.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jibx-1.2.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jibx-1.2.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jibx-1.2.2/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>1.2.2_2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        Thi bundle simply wraps ${pkgArtifactId} ${pkgVersion} jar files.
-    </description>
+    <description>This OSGi bundle wraps jibx-bind, jibx-extras, and jibx-run ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.jibx</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jibx-1.2.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jibx-1.2.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jibx-1.2.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jibx-1.2.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,30 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JiBX is a tool for binding XML data to Java objects. It's extremely flexible, allowing you to start from existing
+    Java code and generate an XML schema, start from an XML schema and generate Java code, or bridge your existing code
+    to a schema that represents the same data. It also provides very high performance, outperforming all other Java
+    data binding tools across a wide variety of tests.
+
+    How does JiBX manage to provide both flexibility and performance? The key is using binding definition documents to
+    specify how your Java objects are converted to or from XML, combined with bytecode enhancement to embed the
+    conversion code directly into your classes. The bytecode enhancement is done by executing one of the JiBX components
+    (the binding compiler) after your Java classes have been compiled. Once the binding compiler has run and your
+    classes have been enhanced with the JiBX binding code, you can continue the normal steps you take in assembling your
+    application (such as building jar files, etc.).
+
+    The second JiBX component is the binding runtime. The enhanced class files generated by the binding compiler use
+    this runtime component both for actually building objects from an XML input document (called unmarshalling, in data
+    binding terms) and for generating an XML output document from objects (called marshalling). The runtime uses a
+    separate XML parser (either one based on the XMLPull open source API, or on the StAX Java standard), but is
+    otherwise self-contained.
+
+    Performance was originally part of the inspiration for writing JiBX, and JiBX has consistently delivered performance
+    far ahead of the field. We're not aware of any recent published performance comparisions between data binding
+    frameworks, but you can view some older results from the BindMark tests, along with a similar study focused around
+    Web services performance.. These sets of results are both from late 2005, but our own testing shows that little
+    has changed since then.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jibx.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jing-20030619/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jing-20030619/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jing-20030619/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jing-20030619/pom.xml Mon Jan 24 16:13:53 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>20030619_4-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>thaiopensource</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jing-20030619/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jing-20030619/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jing-20030619/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jing-20030619/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,8 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jing is a RELAX NG validator in Java.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.thaiopensource.com/relaxng/jing.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/joda-time-1.5.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/joda-time-1.5.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/joda-time-1.5.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/joda-time-1.5.2/pom.xml Mon Jan 24 16:13:53 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.5.2_4-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>joda-time</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/joda-time-1.5.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/joda-time-1.5.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/joda-time-1.5.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/joda-time-1.5.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar
+    systems, while still providing a simple API. The 'default' calendar is the ISO8601 standard which is used by XML.
+    The Gregorian, Julian, Buddhist, Coptic, Ethiopic and Islamic systems are also included, and we welcome further
+    additions. Supporting classes include time zone, duration, format and parsing.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://joda-time.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/josql-1.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/josql-1.5/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/josql-1.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/josql-1.5/pom.xml Mon Jan 24 16:13:53 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.5_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>net.sf.josql</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/josql-1.5/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/josql-1.5/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/josql-1.5/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/josql-1.5/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,10 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of
+    Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you
+    want to perform SQL-like queries on a collection of Java Objects.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://josql.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jruby-1.1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.1.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jruby-1.1.2/pom.xml Mon Jan 24 16:13:53 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.2_4-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.jruby</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jruby-1.1.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.1.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.1.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jruby-1.1.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM.
+
+    JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the
+    Ruby Standard Libraries. The standard libraries are mostly Ruby's own complement of .rb files, but a few that
+    depend on C language-based extensions have been reimplemented. Some are still missing, but we hope to implement as
+    many as is feasible.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jruby.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml Mon Jan 24 16:13:53 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.0_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.jruby</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jruby-1.4.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.4.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.4.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jruby-1.4.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM.
+
+    JRuby provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of the
+    Ruby Standard Libraries. The standard libraries are mostly Ruby's own complement of .rb files, but a few that
+    depend on C language-based extensions have been reimplemented. Some are still missing, but we hope to implement as
+    many as is feasible.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jruby.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsch-0.1.31/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.31/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.31/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.31/pom.xml Mon Jan 24 16:13:53 2011
@@ -23,7 +23,8 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>4</version>
+	    <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <packaging>bundle</packaging>
     <version>0.1.31_5-SNAPSHOT</version>
     <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.jcraft</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsch-0.1.31/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.31/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.31/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.31/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,46 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSch is a pure Java implementation of SSH2.
+    JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you
+    can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.
+
+    The current JSch has the following features.
+
+        * JSch is in pure Java, but it depends on JavaTM Cryptography Extension (JCE). JSch is know to work with:
+            o J2SE 1.4.0 or later (no additional libraries required).
+            o J2SE 1.3 and Sun's JCE reference implementation that can be obtained at
+              \u001B[36mhttp://java.sun.com/products/jce/\u001B[0m.
+            o J2SE 1.2.2 and later and Bouncycastle's JCE implementation that can be obtained at
+              \u001B[36mhttp://www.bouncycastle.org/\u001B[0m.
+        * SSH2 protocol support.
+        * Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
+        * Cipher: blowfish-cbc,3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-ctr,
+          arcfour,arcfour128,arcfour256
+        * MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96
+        * Host key type: ssh-dss,ssh-rsa
+        * Userauth: password
+        * Userauth: publickey(DSA,RSA)
+        * Userauth: keyboard-interactive
+        * Userauth: gss-api-with-mic
+        * X11 forwarding
+        * xauth spoofing
+        * connection through HTTP proxy.
+        * connection through SOCKS5 proxy.
+        * port forwarding.
+        * stream forwarding.
+        * signal sending. The unofficial patch for sshd of openssh will be found in this thread.
+        * envrironment variable passing.
+        * remote exec.
+        * generating DSA and RSA key pairs.
+        * changing the passphrase for a private key.
+        * partial authentication
+        * SSH File Transfer Protocol(version 0, 1, 2, 3)
+        * packet compression: zlib, zlib@openssh.com JZlib has been used.
+        * hashed known_hosts file.
+        * NONE Cipher switching. High Performace Enabled SSH/SCP supports NONE Cipher switching.
+        * JSch is licensed under BSD style license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jcraft.com/jsch/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsch-0.1.42/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.42/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.42/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.42/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>4</version>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -32,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>0.1.42_3-SNAPSHOT</version>
     <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.jcraft</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsch-0.1.42/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.42/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.42/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.42/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,46 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSch is a pure Java implementation of SSH2.
+    JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you
+    can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.
+
+    The current JSch has the following features.
+
+        * JSch is in pure Java, but it depends on JavaTM Cryptography Extension (JCE). JSch is know to work with:
+            o J2SE 1.4.0 or later (no additional libraries required).
+            o J2SE 1.3 and Sun's JCE reference implementation that can be obtained at
+              \u001B[36mhttp://java.sun.com/products/jce/\u001B[0m.
+            o J2SE 1.2.2 and later and Bouncycastle's JCE implementation that can be obtained at
+              \u001B[36mhttp://www.bouncycastle.org/\u001B[0m.
+        * SSH2 protocol support.
+        * Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
+        * Cipher: blowfish-cbc,3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-ctr,
+          arcfour,arcfour128,arcfour256
+        * MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96
+        * Host key type: ssh-dss,ssh-rsa
+        * Userauth: password
+        * Userauth: publickey(DSA,RSA)
+        * Userauth: keyboard-interactive
+        * Userauth: gss-api-with-mic
+        * X11 forwarding
+        * xauth spoofing
+        * connection through HTTP proxy.
+        * connection through SOCKS5 proxy.
+        * port forwarding.
+        * stream forwarding.
+        * signal sending. The unofficial patch for sshd of openssh will be found in this thread.
+        * envrironment variable passing.
+        * remote exec.
+        * generating DSA and RSA key pairs.
+        * changing the passphrase for a private key.
+        * partial authentication
+        * SSH File Transfer Protocol(version 0, 1, 2, 3)
+        * packet compression: zlib, zlib@openssh.com JZlib has been used.
+        * hashed known_hosts file.
+        * NONE Cipher switching. High Performace Enabled SSH/SCP supports NONE Cipher switching.
+        * JSch is licensed under BSD style license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jcraft.com/jsch/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsch-0.1.43/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.43/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.43/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.43/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
     
@@ -33,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>0.1.43_2-SNAPSHOT</version>
     <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.jcraft</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsch-0.1.43/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.43/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.43/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.43/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,46 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSch is a pure Java implementation of SSH2.
+    JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you
+    can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.
+
+    The current JSch has the following features.
+
+        * JSch is in pure Java, but it depends on JavaTM Cryptography Extension (JCE). JSch is know to work with:
+            o J2SE 1.4.0 or later (no additional libraries required).
+            o J2SE 1.3 and Sun's JCE reference implementation that can be obtained at
+              \u001B[36mhttp://java.sun.com/products/jce/\u001B[0m.
+            o J2SE 1.2.2 and later and Bouncycastle's JCE implementation that can be obtained at
+              \u001B[36mhttp://www.bouncycastle.org/\u001B[0m.
+        * SSH2 protocol support.
+        * Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
+        * Cipher: blowfish-cbc,3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-ctr,
+          arcfour,arcfour128,arcfour256
+        * MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96
+        * Host key type: ssh-dss,ssh-rsa
+        * Userauth: password
+        * Userauth: publickey(DSA,RSA)
+        * Userauth: keyboard-interactive
+        * Userauth: gss-api-with-mic
+        * X11 forwarding
+        * xauth spoofing
+        * connection through HTTP proxy.
+        * connection through SOCKS5 proxy.
+        * port forwarding.
+        * stream forwarding.
+        * signal sending. The unofficial patch for sshd of openssh will be found in this thread.
+        * envrironment variable passing.
+        * remote exec.
+        * generating DSA and RSA key pairs.
+        * changing the passphrase for a private key.
+        * partial authentication
+        * SSH File Transfer Protocol(version 0, 1, 2, 3)
+        * packet compression: zlib, zlib@openssh.com JZlib has been used.
+        * hashed known_hosts file.
+        * NONE Cipher switching. High Performace Enabled SSH/SCP supports NONE Cipher switching.
+        * JSch is licensed under BSD style license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jcraft.com/jsch/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 
@@ -33,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>0.1.44_2-SNAPSHOT</version>
     <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.jcraft</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsch-0.1.44/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.44/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.44/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.44/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,46 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSch is a pure Java implementation of SSH2.
+    JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you
+    can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.
+
+    The current JSch has the following features.
+
+        * JSch is in pure Java, but it depends on JavaTM Cryptography Extension (JCE). JSch is know to work with:
+            o J2SE 1.4.0 or later (no additional libraries required).
+            o J2SE 1.3 and Sun's JCE reference implementation that can be obtained at
+              \u001B[36mhttp://java.sun.com/products/jce/\u001B[0m.
+            o J2SE 1.2.2 and later and Bouncycastle's JCE implementation that can be obtained at
+              \u001B[36mhttp://www.bouncycastle.org/\u001B[0m.
+        * SSH2 protocol support.
+        * Key exchange: diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1
+        * Cipher: blowfish-cbc,3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-ctr,
+          arcfour,arcfour128,arcfour256
+        * MAC: hmac-md5, hmac-sha1, hmac-md5-96, hmac-sha1-96
+        * Host key type: ssh-dss,ssh-rsa
+        * Userauth: password
+        * Userauth: publickey(DSA,RSA)
+        * Userauth: keyboard-interactive
+        * Userauth: gss-api-with-mic
+        * X11 forwarding
+        * xauth spoofing
+        * connection through HTTP proxy.
+        * connection through SOCKS5 proxy.
+        * port forwarding.
+        * stream forwarding.
+        * signal sending. The unofficial patch for sshd of openssh will be found in this thread.
+        * envrironment variable passing.
+        * remote exec.
+        * generating DSA and RSA key pairs.
+        * changing the passphrase for a private key.
+        * partial authentication
+        * SSH File Transfer Protocol(version 0, 1, 2, 3)
+        * packet compression: zlib, zlib@openssh.com JZlib has been used.
+        * hashed known_hosts file.
+        * NONE Cipher switching. High Performace Enabled SSH/SCP supports NONE Cipher switching.
+        * JSch is licensed under BSD style license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jcraft.com/jsch/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>4</version>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -32,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>1.3.1_3-SNAPSHOT</version>
     <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.googlecode</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsendnsca-core-1.3.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSend NSCA is Java API for sending passive checks to the Nagios NSCA add-on.
+
+    By using JSend NSCA, you can easily integrate your Java applications into a Nagios monitored environment thereby
+    notifying Nagios of problems and issues during the running of your application.
+
+\u001B[1mSEEL ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/jsendnsca/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.0/pom.xml Mon Jan 24 16:13:53 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 @@
     <packaging>bundle</packaging>
     <version>2.0_4-SNAPSHOT</version>
     <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.google.code</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsmpp-2.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsmpp-2.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,16 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSMPP is a java implementation (SMPP API) of SMPP protocol (currently support SMPP v3.4). It provides interfaces to
+    communicate with Message Center or ESME (External Short Message Entity) and able to handle traffic 3000-5000
+    messages per second.
+
+    SMPP is stand for Short Message Peer to Peer. It is a standard protocol for exchanging SMS messages between SMS
+    entities over TCP/IP or X.25 connections.
+
+    This API created to reduce the verbosity of the existing SMPP API. It's very simple and easy to use because it
+    hides the complexity of the low level protocol communication such as automatically enquire link request-response.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/jsmpp/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.1.0/pom.xml Mon Jan 24 16:13:53 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 @@
     <packaging>bundle</packaging>
     <version>2.1.0_3-SNAPSHOT</version>
     <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.google.code</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jsmpp-2.1.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsmpp-2.1.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jsmpp-2.1.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jsmpp-2.1.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,16 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JSMPP is a java implementation (SMPP API) of SMPP protocol (currently support SMPP v3.4). It provides interfaces to
+    communicate with Message Center or ESME (External Short Message Entity) and able to handle traffic 3000-5000
+    messages per second.
+
+    SMPP is stand for Short Message Peer to Peer. It is a standard protocol for exchanging SMS messages between SMS
+    entities over TCP/IP or X.25 connections.
+
+    This API created to reduce the verbosity of the existing SMPP API. It's very simple and easy to use because it
+    hides the complexity of the low level protocol communication such as automatically enquire link request-response.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/jsmpp/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/jstl-1.1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jstl-1.1.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jstl-1.1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jstl-1.1.2/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>4</version>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -32,9 +33,7 @@
     <packaging>bundle</packaging>
     <version>1.1.2_2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps jstl, and taglibs standard ${pkgVersion} jar files.</description>
     
     <properties>
         <pkgGroupId>javax.servlet</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/jstl-1.1.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jstl-1.1.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jstl-1.1.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/jstl-1.1.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,17 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The JavaServer Pages Standard Tag Library (JSTL) encapsulates as simple tags the core functionality common to many
+    Web applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for
+    manipulating XML documents, internationalization tags, and SQL tags. It also provides a framework for integrating
+    existing custom tags with JSTL tags.
+
+    The JSTL 1.2 Maintenance Release aligns with the Unified Expression Language (EL) that is being delivered as part
+    of the JavaServer Pages (JSP) 2.1 specification. Thanks to the Unified EL, JSTL tags, such as the JSTL iteration
+    tags, can now be used with JavaServer Faces components in an intuitive way.
+
+    JSTL 1.2 is part of the Java EE 5 platform.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.oracle.com/technetwork/java/index-jsp-135995.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/juel-2.1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/juel-2.1.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/juel-2.1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/juel-2.1.0/pom.xml Mon Jan 24 16:13:53 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>2.1.0_4-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>de.odysseus.juel</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/juel-2.1.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/juel-2.1.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/juel-2.1.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/juel-2.1.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,28 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard
+    (JSR-245), which has been introduced in JEE5. Additionally, JUEL 2.2 implements the JSP 2.2 maintenance release
+    specification for full JEE6 compliance.
+
+    JUEL provides a lightweight and efficient implementation of the Unified Expression Language.
+
+        * High Performance – Parsing expressions is certainly the expected performance bottleneck. JUEL uses a
+          hand-coded parser which is up to 10 times faster than the previously used (javacc) generated parser!
+          Once built, expression trees are evaluated at highest speed.
+        * Pluggable Cache – Even if JUELs parser is fast, parsing expressions is relative expensive. Therefore, it's
+          best to parse an expression string only once. JUEL provides a default caching mechanism which should be
+          sufficient in most cases. However, JUEL allows to plug in your own cache easily.
+        * Small Footprint – JUEL has been carefully designed to minimize memory usage as well as code size.
+        * Method Invocations – JUEL supports method invocations as in ${foo.matches('[0-9]+')}. Methods are resolved
+          and invoked using the EL's resolver mechanism. As of JUEL 2.2, method invocations are enabled by default.
+        * VarArg Calls – JUEL supports Java 5 VarArgs in function and method invocations. E.g., binding
+          String.format(String, String...) to function format allows for ${format('Hey %s','Joe')}. As of JUEL 2.2,
+          VarArgs are enabled by default.
+        * Pluggable – JUEL can be configured to be transparently detected as EL implementation by a Java runtime
+          environment or JEE application server. Using JUEL does not require an application to explicitly reference
+          any of the JUEL specific implementation classes.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://juel.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/juel-2.1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/juel-2.1.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/juel-2.1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/juel-2.1.2/pom.xml Mon Jan 24 16:13:53 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>2.1.2_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle simply wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
     <properties>
         <pkgGroupId>de.odysseus.juel</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/juel-2.1.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/juel-2.1.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/juel-2.1.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/juel-2.1.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,28 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard
+    (JSR-245), which has been introduced in JEE5. Additionally, JUEL 2.2 implements the JSP 2.2 maintenance release
+    specification for full JEE6 compliance.
+
+    JUEL provides a lightweight and efficient implementation of the Unified Expression Language.
+
+        * High Performance – Parsing expressions is certainly the expected performance bottleneck. JUEL uses a
+          hand-coded parser which is up to 10 times faster than the previously used (javacc) generated parser!
+          Once built, expression trees are evaluated at highest speed.
+        * Pluggable Cache – Even if JUELs parser is fast, parsing expressions is relative expensive. Therefore, it's
+          best to parse an expression string only once. JUEL provides a default caching mechanism which should be
+          sufficient in most cases. However, JUEL allows to plug in your own cache easily.
+        * Small Footprint – JUEL has been carefully designed to minimize memory usage as well as code size.
+        * Method Invocations – JUEL supports method invocations as in ${foo.matches('[0-9]+')}. Methods are resolved
+          and invoked using the EL's resolver mechanism. As of JUEL 2.2, method invocations are enabled by default.
+        * VarArg Calls – JUEL supports Java 5 VarArgs in function and method invocations. E.g., binding
+          String.format(String, String...) to function format allows for ${format('Hey %s','Joe')}. As of JUEL 2.2,
+          VarArgs are enabled by default.
+        * Pluggable – JUEL can be configured to be transparently detected as EL implementation by a Java runtime
+          environment or JEE application server. Using JUEL does not require an application to explicitly reference
+          any of the JUEL specific implementation classes.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://juel.sourceforge.net/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/junit-3.8.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/junit-3.8.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/junit-3.8.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/junit-3.8.2/pom.xml Mon Jan 24 16:13:53 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 @@
     <packaging>bundle</packaging>
     <version>3.8.2_4-SNAPSHOT</version>
     <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>junit</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/junit-3.8.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/junit-3.8.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/junit-3.8.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/junit-3.8.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,9 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit
+    testing frameworks.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.junit.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/junit-4.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/junit-4.7/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/junit-4.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/junit-4.7/pom.xml Mon Jan 24 16:13:53 2011
@@ -23,7 +23,8 @@
     <parent>
 	    <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>bundles-pom</artifactId>
-	    <version>4</version>
+	    <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -31,9 +32,7 @@
     <packaging>bundle</packaging>
     <version>4.7_3-SNAPSHOT</version>
     <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>junit</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/junit-4.7/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/junit-4.7/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/junit-4.7/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/junit-4.7/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,9 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit
+    testing frameworks.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.junit.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-3.0.0/pom.xml Mon Jan 24 16:13:53 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>3.0.0_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.lucene</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/lucene-3.0.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-3.0.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/lucene-3.0.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,9 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java.
+    It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-3.0.1/pom.xml Mon Jan 24 16:13:53 2011
@@ -22,9 +22,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>
@@ -32,9 +33,7 @@
     <version>3.0.1_3-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.lucene</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/lucene-3.0.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-3.0.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/lucene-3.0.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,9 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java.
+    It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/lucene-3.0.3/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,7 @@
     <version>3.0.3_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.lucene</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/lucene-3.0.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/lucene-3.0.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/lucene-3.0.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/lucene-3.0.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,9 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java.
+    It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mina-1.1.7/pom.xml Mon Jan 24 16:13:53 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,8 @@
     <packaging>bundle</packaging>
     <version>1.1.7_5-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps mina-core, mina-filter-codec-netty, mina-filter-compression,
+        mina-filter-ssl, mina-integration-jmx, and mina-integration-spring ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.apache.mina</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/mina-1.1.7/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mina-1.1.7/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mina-1.1.7/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mina-1.1.7/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,16 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache MINA is a network application framework which helps users develop high performance and high scalability
+    network applications easily. It provides an abstract · event-driven · asynchronous API over various transports
+    such as TCP/IP and UDP/IP via Java NIO.
+
+    Apache MINA is often called:
+
+        * NIO framework · library,
+        * client · server framework · library, or
+        * a networking · socket library.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://mina.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/mongodb-2.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mongodb-2.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mongodb-2.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mongodb-2.3/pom.xml Mon Jan 24 16:13:53 2011
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5</version>
+        <version>6-SNAPSHOT</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
@@ -32,9 +33,7 @@
     <version>2.3_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: mongodb</name>
-    <description>
-        This bundle simply wraps mongodb-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps bson, and mongo-java-driver ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.mongodb</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/mongodb-2.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mongodb-2.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mongodb-2.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mongodb-2.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,20 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    This bundle provides JDBC driver and classes allowing you to connect to a MongoDB database from Java code.
+
+    MongoDB (from "humongous") is a scalable, high-performance, open source, document-oriented database.
+    Written in C++, MongoDB features:
+
+        * Document-oriented storage: JSON-style documents with dynamic schemas offer simplicity and power.
+        * Full Index Support: Index on any attribute, just like you're used to.
+        * Replication & High Availability: Mirror across LANs and WANs for scale and peace of mind.
+        * Auto-Sharding: Scale horizontally without compromising functionality.
+        * Querying: Rich, document-based queries.
+        * Fast In-Place Updates: Atomic modifiers for contention-free performance.
+        * Map/Reduce: Flexible aggregation and data processing.
+        * GridFS: Store files of any size without complicating your stack.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.mongodb.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/mvel-1.3.12/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-1.3.12/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-1.3.12/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mvel-1.3.12/pom.xml Mon Jan 24 16:13:53 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.12_3-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.mvel</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/mvel-1.3.12/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-1.3.12/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-1.3.12/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mvel-1.3.12/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,9 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    MVEL is a powerful expression language for Java-based applications. It provides a plethora of features and is
+    suited for everything from the smallest property binding and extraction, to full blown scripts.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://mvel.codehaus.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/mvel-1.3.16/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-1.3.16/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-1.3.16/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mvel-1.3.16/pom.xml Mon Jan 24 16:13:53 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.16_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.mvel</pkgGroupId>