Author: fmeschbe
Date: Fri May 16 07:07:21 2008
New Revision: 657071
URL: http://svn.apache.org/viewvc?rev=657071&view=rev
Log:
SLING-461 Change references to the web console to use the Felix console now
Modified:
incubator/sling/trunk/launchpad/app/pom.xml
incubator/sling/trunk/launchpad/jcrapp/pom.xml
Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=657071&r1=657070&r2=657071&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Fri May 16 07:07:21 2008
@@ -192,9 +192,9 @@
<!-- the web based OSGi framework console -->
<dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.osgi.console.web</artifactId>
- <version>2.0.0-incubator-SNAPSHOT</version>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.webconsole</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
Modified: incubator/sling/trunk/launchpad/jcrapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/jcrapp/pom.xml?rev=657071&r1=657070&r2=657071&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/jcrapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/jcrapp/pom.xml Fri May 16 07:07:21 2008
@@ -125,9 +125,9 @@
<!-- the web based OSGi framework console -->
<dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.osgi.console.web</artifactId>
- <version>2.0.0-incubator-SNAPSHOT</version>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.webconsole</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>