You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/03 01:37:07 UTC

svn commit: r632891 - /commons/proper/pool/trunk/pom.xml

Author: niallp
Date: Sun Mar  2 16:37:07 2008
New Revision: 632891

URL: http://svn.apache.org/viewvc?rev=632891&view=rev
Log:
Remove OSGi configuration in maven-jar-plugin (now handled by maven-bundle-plugin configured in commons-parent)

Modified:
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=632891&r1=632890&r2=632891&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sun Mar  2 16:37:07 2008
@@ -195,33 +195,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <artifactId>maven-jar-plugin</artifactId>
-          <configuration>
-            <archive>
-              <!-- 
-                   Configure OSGi bundle information
-                   (remvoe when maven bundle plugin is added to commons-parent pom)
-               -->
-              <manifestEntries>
-                <Bundle-SymbolicName>org.apache.commons.pool</Bundle-SymbolicName>
-                <Bundle-License>http://www.apache.org/licenses/LICENSE-2.0.txt</Bundle-License>
-                <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
-                <Bundle-Name>Apache Commons Pool Bundle</Bundle-Name>
-                <Bundle-Vendor>${project.organization.name}</Bundle-Vendor>
-                <Bundle-Version>${project.version}</Bundle-Version>
-                <Export-Package>
-org.apache.commons.pool;version=${project.version},
-org.apache.commons.pool.impl;version=${project.version}
-                </Export-Package>
-                <Import-Package>
-org.apache.commons.pool;version=${project.version},
-org.apache.commons.pool.impl;version=${project.version}
-                </Import-Package>
-              </manifestEntries>
-            </archive>
-          </configuration>
-        </plugin>
-        <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
           <configuration>
             <descriptors>