You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/10/11 14:25:15 UTC

svn commit: r824061 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Sun Oct 11 12:25:14 2009
New Revision: 824061

URL: http://svn.apache.org/viewvc?rev=824061&view=rev
Log:
Use inherited bundle plugin version and add Bundle-DocURL

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=824061&r1=824060&r2=824061&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Sun Oct 11 12:25:14 2009
@@ -99,7 +99,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -107,6 +106,9 @@
                             ${artifactId}
                         </Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+                        <Bundle-DocURL>
+                            http://felix.apache.org/site/apache-felix-service-component-runtime.html
+                        </Bundle-DocURL>
                         <Bundle-Activator>
                             org.apache.felix.scr.impl.Activator
                         </Bundle-Activator>