You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2009/02/06 15:53:57 UTC

svn commit: r741580 - /felix/trunk/webconsole/pom.xml

Author: cziegeler
Date: Fri Feb  6 14:53:56 2009
New Revision: 741580

URL: http://svn.apache.org/viewvc?rev=741580&view=rev
Log:
Forgot to make the import for the portlet api optional.

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=741580&r1=741579&r2=741580&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Fri Feb  6 14:53:56 2009
@@ -88,7 +88,8 @@
                         <Import-Package>
                             org.apache.felix.scr;
                             org.apache.felix.shell;
-                            org.osgi.service.*;resolution:=optional,*
+                            org.osgi.service.*;resolution:=optional,
+                            javax.portlet;resolution:=optional,*;
                         </Import-Package>
                         
                         <Embed-Dependency>