You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/11/09 22:36:07 UTC

[sling-org-apache-sling-starter] 01/01: SLING-7232: Add the http.bridge bundle to the webapp

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

pauls pushed a commit to branch SLING-7232
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit fcfb30c79650bd1c504f44d444da1b383f6473c0
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Nov 9 23:35:47 2017 +0100

    SLING-7232: Add the http.bridge bundle to the webapp
---
 src/main/provisioning/launchpad.txt                 |  2 +-
 src/main/provisioning/{launchpad.txt => webapp.txt} | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/provisioning/launchpad.txt b/src/main/provisioning/launchpad.txt
index 18a3615..7e7fb96 100644
--- a/src/main/provisioning/launchpad.txt
+++ b/src/main/provisioning/launchpad.txt
@@ -20,4 +20,4 @@
 # Only a single artifact is allowed within this feature.
 #
 [feature name=:launchpad]
-    org.apache.sling/org.apache.sling.launchpad.base/5.6.8-2.6.24
+    org.apache.sling/org.apache.sling.launchpad.base/5.6.8-2.6.26-SNAPSHOT
diff --git a/src/main/provisioning/launchpad.txt b/src/main/provisioning/webapp.txt
similarity index 77%
copy from src/main/provisioning/launchpad.txt
copy to src/main/provisioning/webapp.txt
index 18a3615..3c31b4e 100644
--- a/src/main/provisioning/launchpad.txt
+++ b/src/main/provisioning/webapp.txt
@@ -16,8 +16,10 @@
 #  specific language governing permissions and limitations
 #  under the License.
 #
-# The :launchpad feature defines Sling's launchpad version
-# Only a single artifact is allowed within this feature.
+# The :standalone feature contains artifacts for the standalone jar
 #
-[feature name=:launchpad]
-    org.apache.sling/org.apache.sling.launchpad.base/5.6.8-2.6.24
+[feature name=webapp]
+
+# Add the felix servlet bridge for the webapp case
+[artifacts runModes=:webapp]
+    org.apache.felix/org.apache.felix.http.bridge/3.0.18

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