You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/02/05 13:13:59 UTC

svn commit: r906912 - /sling/trunk/bundles/jcr/resource/pom.xml

Author: cziegeler
Date: Fri Feb  5 12:13:59 2010
New Revision: 906912

URL: http://svn.apache.org/viewvc?rev=906912&view=rev
Log:
SLING-1353 :  Dependency to web console is not optional

Modified:
    sling/trunk/bundles/jcr/resource/pom.xml

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=906912&r1=906911&r2=906912&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Fri Feb  5 12:13:59 2010
@@ -60,7 +60,9 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
-                            org.apache.sling.scripting.api.*;resolution:=optional,*
+                            org.apache.sling.scripting.api.*;resolution:=optional,
+                            org.apache.felix.webconsole;resolution:=optional,
+                            *
                         </Import-Package>
                         <Export-Package>
                             org.apache.sling.jcr.resource;version=${pom.version}