Author: fmeschbe
Date: Fri Dec 11 12:33:33 2009
New Revision: 889593
URL: http://svn.apache.org/viewvc?rev=889593&view=rev
Log:
SLING-1233 Add web console branding to build and bundles
Modified:
sling/trunk/launchpad/bundles/pom.xml
sling/trunk/pom.xml
Modified: sling/trunk/launchpad/bundles/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/bundles/pom.xml?rev=889593&r1=889592&r2=889593&view=diff
==============================================================================
--- sling/trunk/launchpad/bundles/pom.xml (original)
+++ sling/trunk/launchpad/bundles/pom.xml Fri Dec 11 12:33:33 2009
@@ -81,6 +81,12 @@
<!-- Dependencies for Start Level 5 -->
<dependency>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.extensions.webconsolebranding</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>2.0.2</version>
@@ -397,7 +403,7 @@
</goals>
<configuration>
<includeArtifactIds>
-
org.apache.felix.webconsole,org.apache.felix.bundlerepository,org.apache.sling.extensions.threaddump,org.apache.sling.commons.classloader
+
org.apache.sling.extensions.webconsolebranding,org.apache.felix.webconsole,org.apache.felix.bundlerepository,org.apache.sling.extensions.threaddump,org.apache.sling.commons.classloader
</includeArtifactIds>
<excludeTransitive>true</excludeTransitive>
<outputDirectory>
Modified: sling/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=889593&r1=889592&r2=889593&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Fri Dec 11 12:33:33 2009
@@ -119,6 +119,7 @@
<module>bundles/extensions/openidauth</module>
<module>bundles/extensions/threaddump</module>
<module>bundles/extensions/systemstatus</module>
+ <module>bundles/extensions/webconsolebranding</module>
<!-- Launchpad -->
<module>launchpad/base</module>