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

svn commit: r1060100 - /servicemix/components/trunk/pom.xml

Author: lhein
Date: Mon Jan 17 21:27:48 2011
New Revision: 1060100

URL: http://svn.apache.org/viewvc?rev=1060100&view=rev
Log:
added bundle description osgi header (see ESB-1271)

Modified:
    servicemix/components/trunk/pom.xml

Modified: servicemix/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1060100&r1=1060099&r2=1060100&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Mon Jan 17 21:27:48 2011
@@ -938,6 +938,7 @@
                     <instructions>
                         <Bundle-Name>${project.name}</Bundle-Name>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-Description>${project.description}</Bundle-Description>
                         <Export-Package>${servicemix.osgi.export}</Export-Package>
                         <Import-Package>${servicemix.osgi.import}</Import-Package>
                         <DynamicImport-Package>${servicemix.osgi.dynamic.import}</DynamicImport-Package>