From 10580af1518052b8ae5a24357dbe826f75fcf29b Mon Sep 17 00:00:00 2001 From: Dan Klco Date: Wed, 14 Feb 2018 11:28:22 -0500 Subject: [PATCH] Updating artifacts to reflect the name change from Launchpad to Starter as per SLING-7484 --- README.md | 4 ++-- pom.xml | 14 +++++++------- src/main/appended-resources/META-INF/LICENSE | 4 ++-- src/main/frontend/package.json | 4 ++-- .../resources/content/content/starter/index.html | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c14c1ad..c7f3846 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Apache Sling Launchpad Content +# Apache Sling Starter Content This module is part of the [Apache Sling](https://sling.apache.org) project. -The Launchpad Content bundle provides some initial and sample content +The Starter Content bundle provides some initial and sample content as well as links to the Online resources at http://sling.apache.org diff --git a/pom.xml b/pom.xml index fc1a7a2..962fbf5 100644 --- a/pom.xml +++ b/pom.xml @@ -27,20 +27,20 @@ - org.apache.sling.launchpad.content + org.apache.sling.starter.content bundle - 2.0.13-SNAPSHOT + 1.0.0-SNAPSHOT - Apache Sling Launchpad Content + Apache Sling Starter Content This bundle provides content that is loaded in the JCR repository - for the Sling Launchpad. + for the Sling Starter. - scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-content.git - scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-content.git - https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-launchpad-content.git + scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git + scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git + https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter-content.git diff --git a/src/main/appended-resources/META-INF/LICENSE b/src/main/appended-resources/META-INF/LICENSE index a6e3094..5822cce 100644 --- a/src/main/appended-resources/META-INF/LICENSE +++ b/src/main/appended-resources/META-INF/LICENSE @@ -1,5 +1,5 @@ -APACHE SLING LAUNCHPAD CONTENT SUBCOMPONENTS: -The Apache Sling Launchpad Content includes a subcomponent with separate copyright notices. +APACHE SLING STARTER CONTENT SUBCOMPONENTS: +The Apache Sling Starter Content includes a subcomponent with separate copyright notices. Your use of the source code for this subcomponent is subject to the terms and conditions of the following licenses. diff --git a/src/main/frontend/package.json b/src/main/frontend/package.json index 7d0fa4f..13a52cc 100644 --- a/src/main/frontend/package.json +++ b/src/main/frontend/package.json @@ -1,7 +1,7 @@ { - "name": "apache-sling-launchpad-front-end", + "name": "apache-sling-starter-front-end", "version": "1.0.0", - "description": "Scripts to power the front-end of Apache Sling's launchpad.", + "description": "Scripts to power the front-end of Apache Sling's Starter.", "repository": { "type": "git", "url": "https://github.com/npm/npm.git" diff --git a/src/main/resources/content/content/starter/index.html b/src/main/resources/content/content/starter/index.html index 0ef5d10..c8ac448 100755 --- a/src/main/resources/content/content/starter/index.html +++ b/src/main/resources/content/content/starter/index.html @@ -21,7 +21,7 @@ - Welcome to the Apache Sling Launchpad + Welcome to the Apache Sling Starter @@ -44,9 +44,9 @@

Welcome

based on simple name conventions, to process HTTP requests in a RESTful way. The embedded Apache Felix OSGi framework and console provide a dynamic runtime environment, where code and content bundles can be loaded, unloaded and reconfigured at runtime.

-

The Sling Launchpad is a ready-to-run Sling configuration, providing an embedded JCR content +

The Sling Starter is a ready-to-run Sling configuration, providing an embedded JCR content repository and web server, a selection of Sling components, documentation and examples. - The Launchpad makes it easy to get started with Sling and to develop script-based applications.

+ The Starter makes it easy to get started with Sling and to develop script-based applications.

Getting Started

To get started with Sling, see our website, the Slingshot sample application or the Sling in 15 minutes tutorial.