Author: bdelacretaz
Date: Thu Aug 8 15:38:28 2013
New Revision: 1511838
URL: http://svn.apache.org/r1511838
Log:
SLING-2987 - reorganize modules
Modified:
sling/branches/SLING-2987-healthcheck-redesign/pom.xml
sling/branches/SLING-2987-healthcheck-redesign/samples/pom.xml
Modified: sling/branches/SLING-2987-healthcheck-redesign/pom.xml
URL:
http://svn.apache.org/viewvc/sling/branches/SLING-2987-healthcheck-redesign/pom.xml?rev=1511838&r1=1511837&r2=1511838&view=diff
==============================================================================
--- sling/branches/SLING-2987-healthcheck-redesign/pom.xml (original)
+++ sling/branches/SLING-2987-healthcheck-redesign/pom.xml Thu Aug 8 15:38:28
2013
@@ -18,7 +18,7 @@
<packaging>pom</packaging>
<version>0.0.2-SNAPSHOT</version>
- <name>Sling Health Check Tool Reactor POM</name>
+ <name>Sling Health Check Reactor POM</name>
<inceptionYear>2013</inceptionYear>
<prerequisites>
@@ -26,8 +26,8 @@
</prerequisites>
<modules>
- <module>hc-core</module>
- <module>sling-demo</module>
+ <module>core</module>
+ <module>samples</module>
<module>it</module>
</modules>
</project>
Modified: sling/branches/SLING-2987-healthcheck-redesign/samples/pom.xml
URL:
http://svn.apache.org/viewvc/sling/branches/SLING-2987-healthcheck-redesign/samples/pom.xml?rev=1511838&r1=1511837&r2=1511838&view=diff
==============================================================================
--- sling/branches/SLING-2987-healthcheck-redesign/samples/pom.xml (original)
+++ sling/branches/SLING-2987-healthcheck-redesign/samples/pom.xml Thu Aug 8
15:38:28 2013
@@ -14,15 +14,15 @@
</parent>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.hc.slingdemo</artifactId>
+ <artifactId>org.apache.sling.hc.samples</artifactId>
<packaging>bundle</packaging>
<version>0.0.2-SNAPSHOT</version>
- <name>Sling Health Check Sling demo content</name>
+ <name>Sling Health Check Samples</name>
<inceptionYear>2013</inceptionYear>
<description>
- Sling demo content for Sling Health Check
+ Sling Health Check sample content and configurations
</description>
<build>