You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2008/12/24 11:57:54 UTC

svn commit: r729293 - /portals/pluto/trunk/portlet2-api/pom.xml

Author: ate
Date: Wed Dec 24 02:57:53 2008
New Revision: 729293

URL: http://svn.apache.org/viewvc?rev=729293&view=rev
Log:
Adding missing Bundle-Version field to META.INF as is needed to make it usable as a OSGi bundle

Modified:
    portals/pluto/trunk/portlet2-api/pom.xml

Modified: portals/pluto/trunk/portlet2-api/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/portlet2-api/pom.xml?rev=729293&r1=729292&r2=729293&view=diff
==============================================================================
--- portals/pluto/trunk/portlet2-api/pom.xml (original)
+++ portals/pluto/trunk/portlet2-api/pom.xml Wed Dec 24 02:57:53 2008
@@ -101,6 +101,7 @@
                         <Bundle-SymbolicName>javax.portlet</Bundle-SymbolicName>
                         <Bundle-Name>JSR 286</Bundle-Name>
                         <Bundle-DocURL>http://www.jcp.org/en/jsr/detail?id=286</Bundle-DocURL>
+                        <Bundle-Version>2.0</Bundle-Version>
                         <Export-Package>
                             javax.portlet;version="2.0.0",
                             javax.portlet.filter;version="2.0.0"