Author: bdelacretaz
Date: Fri Aug 16 11:35:47 2013
New Revision: 1514662
URL: http://svn.apache.org/r1514662
Log:
SLING-2788 - disable webconsolesecurityprovider which fails with Oak 0.8
Modified:
sling/whiteboard/bdelacretaz/oak-launchpad/src/main/bundles/list.xml
Modified: sling/whiteboard/bdelacretaz/oak-launchpad/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/bdelacretaz/oak-launchpad/src/main/bundles/list.xml?rev=1514662&r1=1514661&r2=1514662&view=diff
==============================================================================
--- sling/whiteboard/bdelacretaz/oak-launchpad/src/main/bundles/list.xml
(original)
+++ sling/whiteboard/bdelacretaz/oak-launchpad/src/main/bundles/list.xml Fri
Aug 16 11:35:47 2013
@@ -338,12 +338,6 @@
<version>1.0.0</version>
</bundle>
<bundle>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.extensions.webconsolesecurityprovider
- </artifactId>
- <version>1.0.0</version>
- </bundle>
- <bundle>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>4.2.0</version>
@@ -550,4 +544,15 @@
<version>2.4.2</version>
</bundle>
</startLevel>
+
+ <!-- disable some bundles by setting them to a start level that we don't
reach -->
+ <startLevel level="999">
+ <bundle>
+ <!-- not supported by Oak yet -->
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.extensions.webconsolesecurityprovider
+ </artifactId>
+ <version>1.0.0</version>
+ </bundle>
+ </startLevel>
</bundles>
\ No newline at end of file