You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/03/17 19:31:06 UTC

svn commit: r924405 - /myfaces/core/branches/1.2.x/api/pom.xml

Author: lu4242
Date: Wed Mar 17 18:31:06 2010
New Revision: 924405

URL: http://svn.apache.org/viewvc?rev=924405&view=rev
Log:
MYFACES-2290 Add OSGi bundle information and bundle classloader / activator (add bundle-version to Require-Bundle of myfaces-api manifest)

Modified:
    myfaces/core/branches/1.2.x/api/pom.xml

Modified: myfaces/core/branches/1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/api/pom.xml?rev=924405&r1=924404&r2=924405&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/api/pom.xml (original)
+++ myfaces/core/branches/1.2.x/api/pom.xml Wed Mar 17 18:31:06 2010
@@ -130,7 +130,7 @@
                   org.apache.commons.logging;version="[1.1.1, 2.0.0)",
                   javax.faces.*;version="${project.version}"
                 </Import-Package>
-                <Require-Bundle>org.apache.myfaces.core.impl</Require-Bundle>
+                <Require-Bundle>org.apache.myfaces.core.impl;bundle-version="${project.version}"</Require-Bundle>
               </instructions>
             </configuration>
           </execution>