Author: cziegeler
Date: Wed Oct 12 13:36:41 2016
New Revision: 1764467

URL: http://svn.apache.org/viewvc?rev=1764467&view=rev
Log:
Create service user for sling-event, create sling-event feature

Added:
    sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt   (with 
props)
Modified:
    sling/trunk/launchpad/builder/pom.xml
    sling/trunk/launchpad/builder/src/main/provisioning/sling.txt

Modified: sling/trunk/launchpad/builder/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1764467&r1=1764466&r2=1764467&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/pom.xml (original)
+++ sling/trunk/launchpad/builder/pom.xml Wed Oct 12 13:36:41 2016
@@ -36,7 +36,7 @@
     </scm>
 
     <properties>
-        <sling.java.version>7</sling.java.version>
+        <sling.java.version>8</sling.java.version>
         <IT.expected.bundles.count>125</IT.expected.bundles.count>
     </properties>
 

Added: sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt?rev=1764467&view=auto
==============================================================================
--- sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt (added)
+++ sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt Wed Oct 
12 13:36:41 2016
@@ -0,0 +1,42 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+#
+[feature name=sling-event]
+
+[artifacts]
+     # TODO - use SNAPSHOT until release is out
+    org.apache.sling/org.apache.sling.event/4.2.1-SNAPSHOT
+    org.apache.sling/org.apache.sling.event.dea/1.1.1-SNAPSHOT
+
+[:repoinit]
+    create path (sling:Folder) /var
+    create path (sling:Folder) /var/eventing
+    create service user sling-event
+
+    set ACL for sling-event
+        allow   jcr:all    on /var/eventing
+    end
+
+
+[configurations]
+    
org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-sling.event
+        user.mapping=[
+            "org.apache.sling.event\=sling-event",
+            "org.apache.sling.event.dea\=sling-event"
+        ]
\ No newline at end of file

Propchange: sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: sling/trunk/launchpad/builder/src/main/provisioning/sling-event.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: sling/trunk/launchpad/builder/src/main/provisioning/sling.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/provisioning/sling.txt?rev=1764467&r1=1764466&r2=1764467&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/provisioning/sling.txt (original)
+++ sling/trunk/launchpad/builder/src/main/provisioning/sling.txt Wed Oct 12 
13:36:41 2016
@@ -50,8 +50,6 @@
     org.apache.sling/org.apache.sling.discovery.base/1.1.4
     org.apache.sling/org.apache.sling.discovery.oak/1.2.8
     org.apache.sling/org.apache.sling.engine/2.6.4
-    org.apache.sling/org.apache.sling.event/4.1.0
-    org.apache.sling/org.apache.sling.event.dea/1.0.4
     org.apache.sling/org.apache.sling.fsresource/1.1.5-SNAPSHOT
     org.apache.sling/org.apache.sling.hc.core/1.2.4
     org.apache.sling/org.apache.sling.hc.webconsole/1.1.2


Reply via email to