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 [3/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/...

Added: servicemix/smx4/bundles/trunk/mvel-1.3.16/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-1.3.16/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-1.3.16/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mvel-1.3.16/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-2.0.18/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-2.0.18/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-2.0.18/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mvel-2.0.18/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.0.18_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>

Added: servicemix/smx4/bundles/trunk/mvel-2.0.18/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-2.0.18/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-2.0.18/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mvel-2.0.18/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-2.0.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-2.0.8/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-2.0.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mvel-2.0.8/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.0.8_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.mvel</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/mvel-2.0.8/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mvel-2.0.8/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mvel-2.0.8/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mvel-2.0.8/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/mybatis-3.0.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mybatis-3.0.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 @@
     <version>3.0.2_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.mybatis</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/mybatis-3.0.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mybatis-3.0.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mybatis-3.0.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/mybatis-3.0.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
+    MyBatis couples objects with stored procedures or SQL statements using a XML descriptor. Simplicity is the biggest
+    advantage of the MyBatis data mapper over object relational mapping tools.
+
+    To use the MyBatis data mapper, you rely on your own objects, XML, and SQL. There is little to learn that you
+    don't already know. With the MyBatis Data Mapper, you have the full power of both SQL and stored procedures at your
+    fingertips.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.mybatis.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/neethi-2.0.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/neethi-2.0.4/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/neethi-2.0.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/neethi-2.0.4/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 @@
     <version>2.0.4_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.apache.neethi</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/neethi-2.0.4/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/neethi-2.0.4/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/neethi-2.0.4/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/neethi-2.0.4/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
+    Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest
+    WS Policy specification which was published in March 2006. This framework is specifically written to enable the
+    Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://ws.apache.org/commons/neethi/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/netty-3.2.3.Final/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/netty-3.2.3.Final/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/netty-3.2.3.Final/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/netty-3.2.3.Final/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.2.3.Final_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.jboss.netty</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/netty-3.2.3.Final/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/netty-3.2.3.Final/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/netty-3.2.3.Final/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/netty-3.2.3.Final/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,15 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Netty is a NIO client server framework which enables quick and easy development of network applications such as
+    protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP
+    socket server.
+
+    'Quick and easy' doesn't mean that a resulting application will suffer from a maintainability or a performance
+    issue. Netty has been designed carefully with the experiences earned from the implementation of a lot of protocols
+    such as FTP, SMTP, HTTP, and various binary and text-based legacy protocols. As a result, Netty has succeeded to
+    find a way to achieve ease of development, performance, stability, and flexibility without a compromise.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.jboss.org/netty\u001B[0m

Modified: servicemix/smx4/bundles/trunk/ognl-2.7.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ognl-2.7.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ognl-2.7.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ognl-2.7.3/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.7.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 bundles wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
     <properties>
         <pkgGroupId>ognl</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/ognl-2.7.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ognl-2.7.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/ognl-2.7.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/ognl-2.7.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties
+    of Java objects. You use the same expression for both getting and setting the value of a property.
+
+    The ognl.Ognl class contains convenience methods for evaluating OGNL expressions. You can do this in two stages,
+    parsing an expression into an internal form and then using that internal form to either set or get the value of a
+    property; or you can do it in a single stage, and get or set a property using the String form of the expression
+    directly.
+
+ \u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.opensymphony.com/ognl/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/openjpa-1.2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openjpa-1.2.1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/openjpa-1.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/openjpa-1.2.1/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.2.1_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.apache.openjpa</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/openjpa-1.2.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openjpa-1.2.1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/openjpa-1.2.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/openjpa-1.2.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,17 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache OpenJPA is a Java persistence project at The Apache Software Foundation that can be used as a stand-alone
+    POJO persistence layer or integrated into any Java EE compliant container and many other lightweight frameworks,
+    such as Tomcat and Spring.
+
+    The 1.x releases are a production ready, feature-rich, compliant implementation of the
+    Java Persistence API (JPA) 1.0 part of the JSR-220 Enterprise Java Beans 3.0 specification, which pass the
+    Sun JPA 1.0b Technology Compatibility Kit.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://openjpa.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/openjpa-2.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>2.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.openjpa</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,17 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache OpenJPA is a Java persistence project at The Apache Software Foundation that can be used as a stand-alone
+    POJO persistence layer or integrated into any Java EE compliant container and many other lightweight frameworks,
+    such as Tomcat and Spring.
+
+    The 2.0 releases (2.0.1 is the latest) are a production ready, compliant implementation of the JSR-317
+    Java Persistence 2.0 specification, which is backwards compatible to the JPA 1.0 specification and passes the
+    Sun JPA 2.0 Technology Compatibility Kit.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://openjpa.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-1.1/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_6-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.opensaml</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/opensaml-1.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-1.1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-1.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/opensaml-1.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OpenSAML is a set of open source Java libraries meant to support developers working with the Security Assertion
+    Markup Language (SAML). OpenSAML 1, supports SAML 1.0 and 1.1, but is not compatible with OpenSAML 2.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttps://spaces.internet2.edu/display/OpenSAML/Home\u001B[0m

Modified: servicemix/smx4/bundles/trunk/oro-2.0.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oro-2.0.8/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/oro-2.0.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/oro-2.0.8/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 @@
     <version>2.0.8_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>oro</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/oro-2.0.8/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oro-2.0.8/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/oro-2.0.8/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/oro-2.0.8/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular
+    expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions,
+    splits, filtering filenames, etc. This library is the successor to the OROMatcher, AwkTools, PerlTools, and
+    TextTools libraries originally from ORO, Inc.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jakarta.apache.org/oro/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/oscache-2.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oscache-2.4/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/oscache-2.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/oscache-2.4/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_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>opensymphony</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/oscache-2.4/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oscache-2.4/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/oscache-2.4/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/oscache-2.4/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,14 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic
+    caching of JSP content, servlet responses or arbitrary objects. It provides both in memory and persistent on disk
+    caches, and can allow your site to have graceful error tolerance (eg if an error occurs like your db goes down, you
+    can serve the cached content so people can still surf the site almost without knowing).
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.opensymphony.com/oscache/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/oscore-2.2.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/oscore-2.2.4/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 @@
     <version>2.2.4_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>opensymphony</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/oscore-2.2.4/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/oscore-2.2.4/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/oscore-2.2.4/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/oscore-2.2.4/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,26 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OSCore is a set of utility-classes that are common to the other components of OpenSymphony. Contains essential
+    functionality for any J2EE application.
+
+    * TextUtils - useful functions for manipulating Strings. Examples include: extracting primitive types, verifying
+      e-mail addresses, splitting and joining, escaping characters, hyperlinking text, indentation, etc.
+    * XMLUtils - common XML functions such as parsing and printing DOM documents, performing XSL transformations and
+      selecting nodes using XPATH.
+    * EJBUtils - common EJB and JNDI based functions such as looking up and narrowing home interfaces and looking up
+      entity-beans directly.
+    * BeanUtils - useful methods for accessing values of objects using reflection.
+    * MultipartException - a special type of Exception designed to be subclassed for holding many child Exceptions.
+      Useful if validation can throw many Exceptions and they all need to be wrapped up into and report (for example).
+    * Data - an Object wrapper for binary data.
+    * OrderedMap - a java.util.Map implementation that retains the order items were added in.
+    * DataUtil - a small class that helps convert Objects to their primitive types.
+    * DateUtil - a small class for handling ISO 8601 International Date formats.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.opensymphony.com/oscore/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/osworkflow-2.7.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/osworkflow-2.7.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/osworkflow-2.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/osworkflow-2.7.0/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 @@
     <version>2.7.0_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>opensymphony</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/osworkflow-2.7.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/osworkflow-2.7.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/osworkflow-2.7.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/osworkflow-2.7.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,26 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    OSWorkflow is fairly different from most other workflow systems available, both commercially and in the open source
+    world. What makes OSWorkflow different is that it is extremely flexible. This can be hard to grasp at first, however.
+    For example, OSWorkflow does not mandate a graphical tool for developing workflows, and the recommended approach is
+    to write the xml workflow descriptors 'by hand'. It is up to the application developer to provide this sort of
+    integration, as well as any integration with existing code and databases. These may seem like problems to someone
+    who is looking for a quick "plug-and-play" workflow solution, but we've found that such a solution never provides
+    enough flexibility to properly fulfill all requirements in a full-blown application.
+
+    OSWorkflow can be considered a "low level" workflow implementation. Situations like "loops" and "conditions" that
+    might be represented by a graphical icon in other workflow systems must be "coded" in OSWorkflow. That's not to say
+    that actual code is needed to implement situations like this, but a scripting language must be employed to specify
+    these conditions. It is not expected that a non-technical user modify workflow. We've found that although some
+    systems provide GUIs that allow for simple editing of workflows, the applications surrounding the workflow usually end
+    up damaged when changes like these are made. We believe it is best for these changes to be made by a developer who
+    is aware of each change. Having said that, the latest version provides a GUI designer that can help with the editing
+    of the workflow.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.opensymphony.com/osworkflow/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/poi-3.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/poi-3.6/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/poi-3.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/poi-3.6/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 @@
     <version>3.6_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 poi, poi-contrib, and poi-scratchpad ${pkgVersion} jar files.</description>
     
     <properties>
         <pkgGroupId>org.apache.poi</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/poi-3.6/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/poi-3.6/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/poi-3.6/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/poi-3.6/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,38 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/poi/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/poi-contrib/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/poi-scratchpad/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based
+    upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short, you can
+    read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using
+    Java. Apache POI is your Java Excel solution (for Excel 97-2008). We have a complete API for porting other OOXML and
+    OLE2 formats and welcome others to participate.
+
+    OLE2 files include most Microsoft Office files such as XLS, DOC, and PPT as well as MFC serialization API based file
+    formats. The project provides APIs for the OLE2 Filesystem (POIFS) and OLE2 Document Properties (HPSF).
+
+    Office OpenXML Format is the new standards based XML file format found in Microsoft Office 2007 and 2008. This
+    includes XLSX, DOCX and PPTX. The project provides a low level API to support the Open Packaging Conventions using
+    openxml4j.
+
+    For each MS Office application there exists a component module that attempts to provide a common high level Java api
+    to both OLE2 and OOXML document formats. This is most developed for Excel workbooks (SS=HSSF+XSSF). Work is
+    progressing for Word documents (HWPF+XWPF) and PowerPoint presentations (HSLF+XSLF).
+
+    The project has recently added support for Outlook (HSMF). Microsoft opened the specifications to this format in
+    October 2007. We would welcome contributions.
+
+    There are also projects for Visio (HDGF), TNEF (HMEF), and Publisher (HPBF).
+
+    As a general policy we collaborate as much as possible with other projects to provide this functionality.
+    Examples include: Cocoon for which there are serializers for HSSF; Open Office.org with whom we collaborate in
+    documenting the XLS format; and Tika / Lucene, for which we provide format interpretors.
+    When practical, we donate components directly to those projects for POI-enabling them.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://poi.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Jan 24 16:13:53 2011
@@ -115,6 +115,119 @@
         <module>javassist-3.12.ga</module>
         <module>javassist-3.7.ga</module>
         <module>javassist-3.9.0.GA</module>
+        <module>javax-mail-1.4.1</module>
+        <module>jaxb-impl-2.1.12</module>
+        <module>jaxb-impl-2.1.13</module>
+        <module>jaxb-impl-2.2.1</module>
+        <module>jaxb-xjc-2.1.13</module>
+        <module>jaxb-xjc-2.2.1</module>
+        <module>jaxen-1.1.1</module>
+        <module>jaxp-ri-1.4.2</module>
+        <module>jaxp-ri-1.4.4</module>
+        <module>jcifs-0.8.3</module>
+        <module>jcr-api-1.0</module>
+        <module>jdom-1.1</module>
+        <module>jdt-core-3.2.3</module>
+        <module>jettison-1.0.1</module>
+        <module>jetty-6.1.25</module>
+        <module>jetty-6.1.26</module>
+        <module>jetty-bundle-6.1.14</module>
+        <module>jetty-bundle-6.1.19</module>
+        <module>jetty-bundle-6.1.22</module>
+        <module>jetty-bundle-6.1.24</module>
+        <module>jetty-cometd-6.1.11</module>
+        <module>jetty-cometd-6.1.22</module>
+        <module>jexcelapi-2.4.2</module>
+        <module>jibx-1.1.3</module>
+        <module>jibx-1.2.2</module>
+        <module>jing-20030619</module>
+        <module>joda-time-1.5.2</module>
+        <module>josql-1.5</module>
+        <module>jruby-1.1.2</module>
+        <module>jruby-1.4.0</module>
+        <module>jsch-0.1.31</module>
+        <module>jsch-0.1.42</module>
+        <module>jsch-0.1.43</module>
+        <module>jsch-0.1.44</module>
+        <module>jsendnsca-core-1.3.1</module>
+        <module>jsmpp-2.0</module>
+        <module>jsmpp-2.1.0</module>
+        <module>jstl-1.1.2</module>
+        <module>juel-2.1.0</module>
+        <module>juel-2.1.2</module>
+        <module>junit-3.8.2</module>
+        <module>junit-4.7</module>
+        <module>lucene-3.0.0</module>
+        <module>lucene-3.0.1</module>
+        <module>lucene-3.0.3</module>
+        <module>mina-1.1.7</module>
+        <module>mongodb-2.3</module>
+        <module>mvel-1.3.12</module>
+        <module>mvel-1.3.16</module>
+        <module>mvel-2.0.18</module>
+        <module>mvel-2.0.8</module>
+        <module>mybatis-3.0.2</module>
+        <module>neethi-2.0.4</module>
+        <module>netty-3.2.3.Final</module>
+        <module>ognl-2.7.3</module>
+        <module>openjpa-1.2.1</module>
+        <module>openjpa-2.0.0</module>
+        <module>opensaml-1.1</module>
+        <module>oro-2.0.8</module>
+        <module>oscache-2.4</module>
+        <module>oscore-2.2.4</module>
+        <module>osworkflow-2.7.0</module>
+        <module>poi-3.6</module>
+        <module>propertyset-1.3</module>
+        <module>protobuf-2.2.0</module>
+        <module>protobuf-2.3.0</module>
+        <module>qdox-1.5</module>
+        <module>qpid-0.5.0</module>
+        <module>qpid-0.6.0</module>
+        <module>qpid-0.8.0</module>
+        <module>quartz-1.6.1</module>
+        <module>quartz-1.6.6</module>
+        <module>quartz-1.8.1</module>
+        <module>quartz-1.8.2</module>
+        <module>quartz-1.8.3</module>
+        <module>quartz-1.8.4</module>
+        <module>quickfix-1.5.0</module>
+        <module>regexp-1.3</module>
+        <module>restlet-1.1.10</module>
+        <module>rhino-1.7-R1</module>
+        <module>rhino-1.7-R2</module>
+        <module>rome-1.0</module>
+        <module>saaj-impl-1.3.2</module>
+        <module>saxon-9.1.0.1</module>
+        <module>saxon-9.1.0.8</module>
+        <module>scala-compiler-2.8.0</module>
+        <module>scala-compiler-2.8.0.RC7</module>
+        <module>scala-compiler-2.8.1</module>
+        <module>scala-library-2.8.0</module>
+        <module>scala-library-2.8.0.RC7</module>
+        <module>scala-library-2.8.1</module>
+        <module>serp-1.13.1</module>
+        <module>shiro-1.1.0</module>
+        <module>smack-3.0.4</module>
+        <module>smack-3.1.0</module>
+        <module>snmp4j-1.8.1</module>
+        <module>spymemcached-2.5</module>
+        <module>stax-utils-20040917</module>
+        <module>stringtemplate-3.2</module>
+        <module>tagsoup-1.2</module>
+        <module>twitter4j-2.0.9</module>
+        <module>velocity-1.6.2</module>
+        <module>velocity-1.6.4</module>
+        <module>velocity-1.7</module>
+        <module>werken-xpath-0.9.4</module>
+        <module>woodstox-3.2.8</module>
+        <module>woodstox-3.2.9</module>
+        <module>wsdl4j-1.6.2</module>
+        <module>wss4j-1.5.4</module>
+        <module>xalan-2.7.1</module>
+        <module>xalan-serializer-2.7.1</module>
+        <module>xerces-2.9.1</module>
+        <module>xfire-1.2.5</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/propertyset-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/propertyset-1.3/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 @@
     <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>opensymphony</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/propertyset-1.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/propertyset-1.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/propertyset-1.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/propertyset-1.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,15 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    PropertySet is a persistence-agnostic module that can be used to fulfill storage requirements in applications that
+    can change constantly. An example of this might be a "User Preferences" storage device. It may be impossible to know
+    what the user can store at any given time in your application's lifecycle, so employing a PropertySet can help.
+    Backed by XML, EJB, Ofbiz, JDBC, Castor JDO, or any other persistence mechanism, you can provide a complete typed
+    key-value pair implementation.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.opensymphony.com/propertyset/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/protobuf-2.2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/protobuf-2.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 @@
     <version>2.2.0_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>com.google.protobuf</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/protobuf-2.2.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/protobuf-2.2.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/protobuf-2.2.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/protobuf-2.2.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol
+    Buffers for almost all of its internal RPC protocols and file formats.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/protobuf/\u001B[0m

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

Added: servicemix/smx4/bundles/trunk/protobuf-2.3.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/protobuf-2.3.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/protobuf-2.3.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/protobuf-2.3.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol
+    Buffers for almost all of its internal RPC protocols and file formats.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://code.google.com/p/protobuf/\u001B[0m

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

Added: servicemix/smx4/bundles/trunk/qdox-1.5/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qdox-1.5/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/qdox-1.5/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/qdox-1.5/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files
+    complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://qdox.codehaus.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/qpid-0.5.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qpid-0.5.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/qpid-0.5.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/qpid-0.5.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>0.5.0_4-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps qpid-common, and qpid-client ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.apache.qpid</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/qpid-0.5.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qpid-0.5.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/qpid-0.5.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/qpid-0.5.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,27 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/qpid-common/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/qpid-client/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Qpid is a cross-platform Enterprise Messaging system which implements the Advanced Message Queuing Protocol
+    (AMQP), providing message brokers written in C++ and Java, along with clients for C++, Java JMS, .Net, Python,
+    and Ruby.
+
+    Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by
+    exchanging email. Unlike email, enterprise messaging systems provide guaranteed delivery, speed, security, and
+    freedom from spam. Until recently, there was no open standard for Enterprise Messaging systems, so programmers
+    either wrote their own, or used expensive proprietary systems.
+
+    AMQP is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any
+    distributed or business application. Routing can be configured flexibly, easily supporting common messaging
+    paradigms like point-to-point, fanout, publish-subscribe, and request-response.
+
+    Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution,
+    security, management, clustering, federation and heterogeneous multi-platform support and a lot more.
+    And Apache Qpid is extremely fast. Apache Qpid aims to be 100% AMQP Compliant.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://qpid.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/qpid-0.6.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qpid-0.6.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/qpid-0.6.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/qpid-0.6.0/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 @@
     <packaging>bundle</packaging>
     <version>0.6.0_2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps qpid-common, and qpid-client ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.apache.qpid</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/qpid-0.6.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qpid-0.6.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/qpid-0.6.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/qpid-0.6.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,27 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/qpid-common/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/qpid-client/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Qpid is a cross-platform Enterprise Messaging system which implements the Advanced Message Queuing Protocol
+    (AMQP), providing message brokers written in C++ and Java, along with clients for C++, Java JMS, .Net, Python,
+    and Ruby.
+
+    Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by
+    exchanging email. Unlike email, enterprise messaging systems provide guaranteed delivery, speed, security, and
+    freedom from spam. Until recently, there was no open standard for Enterprise Messaging systems, so programmers
+    either wrote their own, or used expensive proprietary systems.
+
+    AMQP is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any
+    distributed or business application. Routing can be configured flexibly, easily supporting common messaging
+    paradigms like point-to-point, fanout, publish-subscribe, and request-response.
+
+    Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution,
+    security, management, clustering, federation and heterogeneous multi-platform support and a lot more.
+    And Apache Qpid is extremely fast. Apache Qpid aims to be 100% AMQP Compliant.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://qpid.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/qpid-0.8.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qpid-0.8.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/qpid-0.8.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/qpid-0.8.0/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.8.0_2-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>
-        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
-    </description>
+    <description>This OSGi bundle wraps qpid-common, and qpid-client ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.apache.qpid</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/qpid-0.8.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/qpid-0.8.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/qpid-0.8.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/qpid-0.8.0/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,27 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/qpid-common/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/qpid-client/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Qpid is a cross-platform Enterprise Messaging system which implements the Advanced Message Queuing Protocol
+    (AMQP), providing message brokers written in C++ and Java, along with clients for C++, Java JMS, .Net, Python,
+    and Ruby.
+
+    Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by
+    exchanging email. Unlike email, enterprise messaging systems provide guaranteed delivery, speed, security, and
+    freedom from spam. Until recently, there was no open standard for Enterprise Messaging systems, so programmers
+    either wrote their own, or used expensive proprietary systems.
+
+    AMQP is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any
+    distributed or business application. Routing can be configured flexibly, easily supporting common messaging
+    paradigms like point-to-point, fanout, publish-subscribe, and request-response.
+
+    Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution,
+    security, management, clustering, federation and heterogeneous multi-platform support and a lot more.
+    And Apache Qpid is extremely fast. Apache Qpid aims to be 100% AMQP Compliant.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://qpid.apache.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.6.1/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 @@
     <version>1.6.1_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.opensymphony.quartz</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/quartz-1.6.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.6.1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.6.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quartz-1.6.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side
+    virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce
+    system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even
+    tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually
+    anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA
+    transactions and clustering.
+
+    Quartz is freely usable, licensed under the Apache 2.0 license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quartz-scheduler.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quartz-1.6.6/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.6.6/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.6.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.6.6/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 @@
     <version>1.6.6_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>
     
     <repositories>
         <repository>

Added: servicemix/smx4/bundles/trunk/quartz-1.6.6/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.6.6/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.6.6/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quartz-1.6.6/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side
+    virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce
+    system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even
+    tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually
+    anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA
+    transactions and clustering.
+
+    Quartz is freely usable, licensed under the Apache 2.0 license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quartz-scheduler.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quartz-1.8.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.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 @@
     <version>1.8.1_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.quartz-scheduler</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/quartz-1.8.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side
+    virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce
+    system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even
+    tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually
+    anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA
+    transactions and clustering.
+
+    Quartz is freely usable, licensed under the Apache 2.0 license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quartz-scheduler.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quartz-1.8.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.2/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.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 @@
     <version>1.8.2_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.quartz-scheduler</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/quartz-1.8.2/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.2/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.2/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.2/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side
+    virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce
+    system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even
+    tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually
+    anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA
+    transactions and clustering.
+
+    Quartz is freely usable, licensed under the Apache 2.0 license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quartz-scheduler.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quartz-1.8.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.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 @@
     <version>1.8.3_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.quartz-scheduler</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/quartz-1.8.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side
+    virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce
+    system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even
+    tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually
+    anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA
+    transactions and clustering.
+
+    Quartz is freely usable, licensed under the Apache 2.0 license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quartz-scheduler.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quartz-1.8.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.4/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.4/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>1.8.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.quartz-scheduler</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/quartz-1.8.4/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quartz-1.8.4/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quartz-1.8.4/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quartz-1.8.4/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Quartz is a full-featured, open source job scheduling service that can be integrated with, or used along side
+    virtually any Java EE or Java SE application - from the smallest stand-alone application to the largest e-commerce
+    system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even
+    tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually
+    anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as JTA
+    transactions and clustering.
+
+    Quartz is freely usable, licensed under the Apache 2.0 license.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quartz-scheduler.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quickfix-1.5.0/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>1.5.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.quickfixj</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/quickfix-1.5.0/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quickfix-1.5.0/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/quickfix-1.5.0/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/quickfix-1.5.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}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    The Financial Information eXchange (FIX) protocol is a messaging standard developed specifically for the real-time
+    electronic exchange of securities transactions. FIX is a public-domain specification owned and maintained by
+    FIX Protocol, Ltd (FPL).
+
+    QuickFIX/J is a full featured messaging engine for the FIX protocol. It is a 100% Java open source implementation
+    of the popular C++ QuickFIX engine.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.quickfixj.org/\u001B[0m

Modified: servicemix/smx4/bundles/trunk/regexp-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/regexp-1.3/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/regexp-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/regexp-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.3_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>regexp</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/regexp-1.3/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/regexp-1.3/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/regexp-1.3/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/regexp-1.3/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software
+    Foundation by Jonathan Locke. He originally wrote this software back in 1996 and it has stood up quite well to
+    the test of time. It includes complete Javadoc documentation as well as a simple applet for visual debugging and
+    testing suite for compatibility.
+
+    This package is intended to be an answer to a question we commonly hear in the Java world:
+
+    "Why isn't there a decent regular expression package available for Java under a BSD-Style (ie: Apache) license?"
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://jakarta.apache.org/regexp/index.html\u001B[0m

Modified: servicemix/smx4/bundles/trunk/restlet-1.1.10/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/restlet-1.1.10/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/restlet-1.1.10/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/restlet-1.1.10/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>1.1.10_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 org.restlet, and com.noelios.restlet ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>org.restlet</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/restlet-1.1.10/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/restlet-1.1.10/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/restlet-1.1.10/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/restlet-1.1.10/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,18 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:org.restlet/org.restlet/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:com.noelios.restlet/com.noelios.restlet/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Noelios Restlet Engine (NRE) is the leading REST framework in Java. First software, across all languages, to have
+    proposed a development framework designed from the REST concepts in 2005. First also by the size and quality of
+    its community of users and contributors.
+
+    NRE is developed in the context of the open source Restlet project. You can find all the technical documentation
+    and download the latest version of the software on the community site.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.restlet.org/\u001B[0m
+    \u001B[36mhttp://www.noelios.com/products/restlet-engine\u001B[0m

Modified: servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml?rev=1062855&r1=1062854&r2=1062855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R1/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.7R1_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>rhino</pkgGroupId>

Added: servicemix/smx4/bundles/trunk/rhino-1.7-R1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rhino-1.7-R1/src/main/resources/OSGI-INF/bundle.info?rev=1062855&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/rhino-1.7-R1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/rhino-1.7-R1/src/main/resources/OSGI-INF/bundle.info Mon Jan 24 16:13:53 2011
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into
+    Java applications to provide scripting to end users.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://www.mozilla.org/rhino/\u001B[0m