Author: bdelacretaz
Date: Mon Jan  7 08:32:09 2008
New Revision: 609674

URL: http://svn.apache.org/viewvc?rev=609674&view=rev
Log:
SLING-149 : load the Sling OSGI web console bundle

Modified:
    incubator/sling/trunk/usling/usling-webapp/pom.xml
    
incubator/sling/trunk/usling/usling-webapp/src/main/webapp/WEB-INF/sling_install.properties

Modified: incubator/sling/trunk/usling/usling-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/usling/usling-webapp/pom.xml?rev=609674&r1=609673&r2=609674&view=diff
==============================================================================
--- incubator/sling/trunk/usling/usling-webapp/pom.xml (original)
+++ incubator/sling/trunk/usling/usling-webapp/pom.xml Mon Jan  7 08:32:09 2008
@@ -184,6 +184,13 @@
       <artifactId>servlet-api</artifactId>
     </dependency>
 
+    <!-- Load the Sling web console bundle -->
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.osgi.console.web</artifactId>
+      <version>2.0.0-incubator-SNAPSHOT</version>
+    </dependency>
+
   </dependencies>
 
 </project>

Modified: 
incubator/sling/trunk/usling/usling-webapp/src/main/webapp/WEB-INF/sling_install.properties
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/usling/usling-webapp/src/main/webapp/WEB-INF/sling_install.properties?rev=609674&r1=609673&r2=609674&view=diff
==============================================================================
--- 
incubator/sling/trunk/usling/usling-webapp/src/main/webapp/WEB-INF/sling_install.properties
 (original)
+++ 
incubator/sling/trunk/usling/usling-webapp/src/main/webapp/WEB-INF/sling_install.properties
 Mon Jan  7 08:32:09 2008
@@ -25,7 +25,7 @@
 
 #
 # Jackrabbit Server Assembly
-sling.install.10 = 
org.apache.sling.assemblies.sling-jackrabbit-server-assembly:1.0.0
+# sling.install.10 = 
org.apache.sling.assemblies.sling-jackrabbit-server-assembly:1.0.0
 
 #
 # Sling Assembly


Reply via email to