{
  "id":"org.apache.sling:org.apache.sling.starter:slingosgifeature:test-content:13",
  "title":"Apache Sling Starter",
  "description":"The Sling Starter demo application.",
  "vendor":"The Apache Software Foundation",
  "license":"Apache-2.0",
  "bundles":[
    {
      "id":"org.apache.sling:org.apache.sling.launchpad.test-services:13",
      "start-order":"25"
    }
  ],
  "configurations":  {
    "org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~test-content":    {
      "whitelist.bundles":[
        "org.apache.sling.launchpad.test-services"
      ],
      "whitelist.name":"test-content"
    },
    "org.apache.sling.servlets.resolver.SlingServletResolver":    {
      "servletresolver.cacheSize":0
    },
    "integrationTestsConfig":    {
      "message":"This test config should be loaded at startup"
    }
  },
  "repoinit:TEXT|true":[
    "#\r",
    "#  Licensed to the Apache Software Foundation (ASF) under one\r",
    "#  or more contributor license agreements.  See the NOTICE file\r",
    "#  distributed with this work for additional information\r",
    "#  regarding copyright ownership.  The ASF licenses this file\r",
    "#  to you under the Apache License, Version 2.0 (the\r",
    "#  \"License\"); you may not use this file except in compliance\r",
    "#  with the License.  You may obtain a copy of the License at\r",
    "#\r",
    "#   http://www.apache.org/licenses/LICENSE-2.0\r",
    "#\r",
    "#  Unless required by applicable law or agreed to in writing,\r",
    "#  software distributed under the License is distributed on an\r",
    "#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r",
    "#  KIND, either express or implied.  See the License for the\r",
    "#  specific language governing permissions and limitations\r",
    "#  under the License.\r",
    "#\r",
    "\r",
    "create path /repoinit/provisioningModelTest\r",
    "create service user provisioningModelUser\r",
    "create path (sling:OrderedFolder) /ANON_CAN_READ\r",
    "set ACL for everyone\r",
    "    allow jcr:read on /ANON_CAN_READ\r",
    "end"
  ]
}