Author: gertv
Date: Tue Jan 18 09:32:26 2011
New Revision: 1060269
URL: http://svn.apache.org/viewvc?rev=1060269&view=rev
Log:
SM-2038: Add Bundle-Description to NMR modules
Modified:
servicemix/smx4/nmr/trunk/branding/pom.xml
servicemix/smx4/nmr/trunk/bundle/pom.xml
servicemix/smx4/nmr/trunk/document/pom.xml
servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml
servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml
servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml
servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml
servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml
servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml
servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml
servicemix/smx4/nmr/trunk/jbi/commands/pom.xml
servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml
servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml
servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
servicemix/smx4/nmr/trunk/naming/pom.xml
servicemix/smx4/nmr/trunk/nmr/api/pom.xml
servicemix/smx4/nmr/trunk/nmr/audit/pom.xml
servicemix/smx4/nmr/trunk/nmr/commands/pom.xml
servicemix/smx4/nmr/trunk/nmr/core/pom.xml
servicemix/smx4/nmr/trunk/nmr/management/pom.xml
servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml
servicemix/smx4/nmr/trunk/nmr/spring/pom.xml
servicemix/smx4/nmr/trunk/testing/support/pom.xml
Modified: servicemix/smx4/nmr/trunk/branding/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/branding/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/branding/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/branding/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Branding Support</name>
+ <description>Branding for the Apache ServiceMix NMR assembly</description>
+
<build>
<resources>
<resource>
Modified: servicemix/smx4/nmr/trunk/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/bundle/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/bundle/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/bundle/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>jar</packaging>
<name>Apache ServiceMix :: NMR :: Bundle</name>
+ <description>Basic NMR and JBI support, packaged in a single
bundle.</description>
+
<properties>
<maven.test.skip>true</maven.test.skip>
<createSourcesJar>false</createSourcesJar>
Modified: servicemix/smx4/nmr/trunk/document/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/document/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/document/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/document/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Document</name>
+ <description>OSGi-aware document repository and document: URL handler
implementation</description>
+
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Modified: servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml Tue Jan 18
09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Examples :: Interceptors :: Endpoint
Listener</name>
+ <description>Example for using NMR EndpointListener interface</description>
+
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Modified: servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml Tue Jan 18
09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Examples :: Interceptors :: Exchange
Listener</name>
+ <description>Example for using NMR ExchangeListener interface</description>
+
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Modified: servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml Tue Jan 18 09:32:26
2011
@@ -31,6 +31,8 @@
<artifactId>org.apache.servicemix.nmr.examples.nmr.client</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Examples :: Endpoint and Client ::
Client</name>
+
+ <description>Example bundle for registering and interacting with the NMR
as a client</description>
<dependencies>
<dependency>
Modified: servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml Tue Jan 18 09:32:26
2011
@@ -31,6 +31,9 @@
<artifactId>org.apache.servicemix.nmr.examples.nmr.endpoint</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Examples :: Endpoint and Client ::
Endpoint</name>
+
+ <description>Example bundle for registering and implementing a new NMR
endpoint</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml Tue Jan 18 09:32:26
2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: Clustering :: Config</name>
+ <description>JBI cluster engine: default cluster engine
configuration</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.jbi.cluster</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml Tue Jan 18 09:32:26
2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: Clustering :: Engine</name>
+ <description>JBI cluster engine: cluster engine
implementation</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml Tue Jan 18 09:32:26
2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: Clustering :: Requestor</name>
+ <description>JBI cluster engine: JMS Requestor helper classes for cluster
engine</description>
+
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/commands/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/commands/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/commands/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/commands/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: Commands</name>
+ <description>JBI commands: jbi:list, jbi:shutdown, jbi:start and
jbi:stop</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.jbi</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: Deployer</name>
+ <description>Deployer for JBI artifacts</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.specs</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: OSGi</name>
+ <description>JBI implementation: OSGi specific classes and
configuration</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.specs</groupId>
Modified: servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: JBI :: Runtime</name>
+ <description>JBI implementation: Implementation classes for the JBI 1.0
specification</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/naming/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/naming/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/naming/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/naming/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Naming</name>
+ <description>OSGi-aware JNDI implementation</description>
+
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/api/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/api/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/api/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/api/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: API</name>
+ <description>Apache ServiceMix NMR: API for the NMR</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/audit/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/audit/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/audit/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/audit/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Audit</name>
+ <description>Apache ServiceMix NMR: file-, jdbc- and lucene-based auditor
implementations</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/commands/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/commands/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/commands/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/commands/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Commands</name>
+ <description>NMR commands: nmr:list</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/core/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/core/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/core/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/core/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Core</name>
+ <description>Implementation classes for the Apache ServiceMix
NMR</description>
+
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/management/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/management/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/management/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/management/pom.xml Tue Jan 18 09:32:26 2011
@@ -36,6 +36,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Management</name>
+ <description>Apache ServiceMix NMR: JMX MBeans and helper
classes</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: OSGi</name>
+ <description>Apache ServiceMix NMR: OSGi specific classes and
configurations</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/nmr/spring/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/spring/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/spring/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/spring/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: NMR :: Spring</name>
+ <description>Apache ServiceMix NMR: Helper classes for integrating with
the Spring Framework</description>
+
<dependencies>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
Modified: servicemix/smx4/nmr/trunk/testing/support/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/support/pom.xml?rev=1060269&r1=1060268&r2=1060269&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/testing/support/pom.xml Tue Jan 18 09:32:26 2011
@@ -32,6 +32,8 @@
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Testing :: Support</name>
+ <description>Apache ServiceMix NMR: Test support classes</description>
+
<dependencies>
<dependency>
<groupId>org.apache.aries.blueprint</groupId>