You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:55 UTC

[sling-org-apache-sling-starter-startup] 02/10: Rename package

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git

commit 9c71cf15e0cb8db0730627ea1c14091960f364d5
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Oct 5 11:42:19 2017 +0000

    Rename package
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811188 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                                             | 6 +++---
 .../org/apache/sling/{demo => starter}/startup/impl/Activator.java  | 2 +-
 .../sling/{demo => starter}/startup/impl/HttpStartupSetup.java      | 2 +-
 .../apache/sling/{demo => starter}/startup/impl/StartupFilter.java  | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e988aff..b98efab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,13 @@
         <relativePath />
     </parent>
 
-    <artifactId>org.apache.sling.demo.startup</artifactId>
+    <artifactId>org.apache.sling.starter.startup</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Demo Startup Bundle</name>
+    <name>Apache Sling Starter Startup Module</name>
     <description>
-        A module for handling demo startup.
+        A module for handling the startup of the Apache Sling Starter.
     </description>
 
     <properties>
diff --git a/src/main/java/org/apache/sling/demo/startup/impl/Activator.java b/src/main/java/org/apache/sling/starter/startup/impl/Activator.java
similarity index 99%
rename from src/main/java/org/apache/sling/demo/startup/impl/Activator.java
rename to src/main/java/org/apache/sling/starter/startup/impl/Activator.java
index 65b012d..a1e6631 100644
--- a/src/main/java/org/apache/sling/demo/startup/impl/Activator.java
+++ b/src/main/java/org/apache/sling/starter/startup/impl/Activator.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sling.demo.startup.impl;
+package org.apache.sling.starter.startup.impl;
 
 import java.util.Timer;
 import java.util.TimerTask;
diff --git a/src/main/java/org/apache/sling/demo/startup/impl/HttpStartupSetup.java b/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java
similarity index 98%
rename from src/main/java/org/apache/sling/demo/startup/impl/HttpStartupSetup.java
rename to src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java
index f6b9477..efa3b65 100644
--- a/src/main/java/org/apache/sling/demo/startup/impl/HttpStartupSetup.java
+++ b/src/main/java/org/apache/sling/starter/startup/impl/HttpStartupSetup.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sling.demo.startup.impl;
+package org.apache.sling.starter.startup.impl;
 
 import java.util.Dictionary;
 import java.util.Hashtable;
diff --git a/src/main/java/org/apache/sling/demo/startup/impl/StartupFilter.java b/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java
similarity index 97%
rename from src/main/java/org/apache/sling/demo/startup/impl/StartupFilter.java
rename to src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java
index 8819505..d638753 100644
--- a/src/main/java/org/apache/sling/demo/startup/impl/StartupFilter.java
+++ b/src/main/java/org/apache/sling/starter/startup/impl/StartupFilter.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.sling.demo.startup.impl;
+package org.apache.sling.starter.startup.impl;
 
 import java.io.IOException;
 import java.io.PrintWriter;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.