You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2017/10/24 06:13:15 UTC

[sling-org-apache-sling-scripting-sightly-testing] branch master updated: reverted pom file

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 62ee849  reverted pom file
62ee849 is described below

commit 62ee84990914f85ade432e07fa1301f4b413ee12
Author: Radu Cotescu <ra...@cotescu.com>
AuthorDate: Tue Oct 24 08:13:14 2017 +0200

    reverted pom file
---
 src/main/provisioning/model.txt | 40 ++++++++++++++++++++++------------------
 1 file changed, 22 insertions(+), 18 deletions(-)

diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index dde07c4..ac47fe7 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -16,30 +16,34 @@
 #  specific language governing permissions and limitations
 #  under the License.
 #
-[feature name=launchpad-testing]
+
+[feature name=sling]
 # Dependencies
 [artifacts]
   org.apache.sling/org.apache.sling.launchpad/10-SNAPSHOT/slingstart
-  org.apache.sling/org.apache.sling.launchpad.test-bundles/0.0.3-SNAPSHOT/slingfeature
-  javax.servlet.jsp/javax.servlet.jsp-api/2.2.1
-  javax.el/javax.el-api/2.2.1
+  org.apache.sling/org.apache.sling.scripting.sightly.compiler
+  org.apache.sling/org.apache.sling.scripting.sightly.compiler.java
+  org.apache.sling/org.apache.sling.scripting.sightly
+  org.apache.sling/org.apache.sling.scripting.sightly.js.provider
+  org.apache.sling/org.apache.sling.scripting.sightly.models.provider
+  org.apache.sling/org.apache.sling.scripting.sightly.testing-content/1.0.7-SNAPSHOT
+  org.apache.sling/org.apache.sling.scripting.core/2.0.51-SNAPSHOT
+
 
 # additional configuration for testing
 [configurations]
-  integrationTestsConfig
-    message="This test config should be loaded at startup"
-
-  org.apache.sling.servlets.resolver.SlingServletResolver
-    # Set the servlet resolver's cache size to zero for testing
-    servletresolver.cacheSize=I"0"
 
-  org.apache.sling.jcr.base.internal.LoginAdminWhitelist [mode=merge]
-    whitelist.bundles.regexp="org.apache.sling.(launchpad|junit).*"
+  org.apache.sling.commons.log.LogManager.factory.config-2ef75700-a318-4eae-bed4-86777e1bdfd2
+    org.apache.sling.commons.log.pattern="{0,date,dd.MM.yyyy\ HH:mm:ss.SSS}\ *{4}*\ [{2}]\ {3}\ {5}"
+    org.apache.sling.commons.log.names=["org.apache.sling.scripting.sightly.js.impl.jsapi.ProxyAsyncScriptableFactory"]
+    org.apache.sling.commons.log.file="logs/error.log"
+    org.apache.sling.commons.log.level="error"
 
- # Test repository initialization from provisioning model
- # No need to test all repoinit statements, this is done
- # by the repoinit it module
- [:repoinit]
-create path /repoinit/provisioningModelTest
+  org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl
+    resource.resolver.searchpath=["/apps", "/libs", "/sightlytck/scripts"]
 
-create service user provisioningModelUser
+[:repoinit]
+  create path (sling:Folder) /sightlytck/scripts
+  set ACL for sling-scripting
+    allow   jcr:read    on /sightlytck/scripts
+  end

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