Adding sling cms configurations
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-auth.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-auth.config
new file mode 100644
index 0000000..9188e1b
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-auth.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/home.*"
+editor="/cms/auth/list.html"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confbucket.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confbucket.config
new file mode 100644
index 0000000..23fa083
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confbucket.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/conf\\/[\\w\\d\\-_]+\\/[\\w\\d\\-_]+"
+editor="/cms/config/bucket.html"
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confbuckets.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confbuckets.config
new file mode 100644
index 0000000..28705e4
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confbuckets.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/conf\\/[\\w\\d\-_]+"
+editor="/cms/config/buckets.html"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confedit.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confedit.config
new file mode 100644
index 0000000..9269f4e
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confedit.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/conf\\/[\\w\\d\\-_]+\\/[\\w\\d\\-_]+\\/.+"
+editor="/cms/config/edit.html"
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confroot.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confroot.config
new file mode 100644
index 0000000..5216e0e
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-confroot.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/conf"
+editor="/cms/config/configs.html"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-site.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-site.config
new file mode 100644
index 0000000..a9e5152
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-site.config
@@ -0,0 +1,21 @@
+#
+# 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.
+#
+pathPattern="\\/content.*"
+editor="/cms/site/content.html"
+resourceType="sling:Site"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sitecontent.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sitecontent.config
new file mode 100644
index 0000000..ecb6ab0
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sitecontent.config
@@ -0,0 +1,21 @@
+#
+# 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.
+#
+pathPattern="\\/content.*"
+editor="/cms/site/content.html"
+parentType="sling:Site"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config
new file mode 100644
index 0000000..fd4fc1c
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-sites.config
@@ -0,0 +1,22 @@
+#
+# 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.
+#
+pathPattern="\\/content.*"
+editor="/cms/site/sites.html"
+resourceType="sling:OrderedFolder"
+service.ranking=I"1"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-static.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-static.config
new file mode 100644
index 0000000..6fd4be4
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-static.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/static.*"
+editor="/cms/static/content.html"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-taxonomy.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-taxonomy.config
new file mode 100644
index 0000000..bdd5a99
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-taxonomy.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/etc\\/taxonomy.*"
+editor="/cms/taxonomy/list.html"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-ugc.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-ugc.config
new file mode 100644
index 0000000..1b7d94a
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation-ugc.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+pathPattern="\\/etc\\/usergenerated.*"
+editor="/cms/usergenerated/content.html"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.cms.core.internal.repository.RevisionCleanupScheduler.config b/src/main/resources/cms/org.apache.sling.cms.core.internal.repository.RevisionCleanupScheduler.config
new file mode 100644
index 0000000..e0676b7
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.cms.core.internal.repository.RevisionCleanupScheduler.config
@@ -0,0 +1,19 @@
+#
+# 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.
+#
+scheduler.expression="0\ 31\ 0\ ?\ *\ SUN\ *"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.engine.impl.auth.SlingAuthenticator.config b/src/main/resources/cms/org.apache.sling.engine.impl.auth.SlingAuthenticator.config
new file mode 100644
index 0000000..2c33e34
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.engine.impl.auth.SlingAuthenticator.config
@@ -0,0 +1,19 @@
+#
+# 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.
+#
+sling.auth.requirements=["/bin","/cms","/libs","/apps","/etc","/home","/var"]
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.event.jobs.QueueConfiguration-cmsqueue.config b/src/main/resources/cms/org.apache.sling.event.jobs.QueueConfiguration-cmsqueue.config
new file mode 100644
index 0000000..9a8d548
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.event.jobs.QueueConfiguration-cmsqueue.config
@@ -0,0 +1,29 @@
+#
+# 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.
+#
+queue.name="Sling\ CMS\ Jobs"
+queue.priority="NORM"
+queue.maxparallel=D"4624633867356078080"
+queue.topics=["cmsjob/*"]
+queue.retries=I"10"
+queue.preferRunOnCreationInstance=B"true"
+queue.threadPoolSize=I"0"
+queue.retrydelay=L"2000"
+service.ranking=I"0"
+queue.type="UNORDERED"
+queue.keepJobs=B"true"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-serviceuser-webconsole.config b/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-serviceuser-webconsole.config
new file mode 100644
index 0000000..b648112
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-serviceuser-webconsole.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+whitelist.bundles=["org.apache.sling.serviceuser.webconsole"]
+whitelist.name="org.apache.sling.serviceuser.webconsole"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling-cms-core.config b/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling-cms-core.config
new file mode 100644
index 0000000..a0039c1
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling-cms-core.config
@@ -0,0 +1,20 @@
+#
+# 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.
+#
+whitelist.bundles=["org.apache.sling.cms.core"]
+whitelist.name="org.apache.sling.cms.core"
\ No newline at end of file
diff --git a/src/main/resources/cms/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.config b/src/main/resources/cms/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.config
new file mode 100644
index 0000000..6372e9c
--- /dev/null
+++ b/src/main/resources/cms/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.config
@@ -0,0 +1,39 @@
+#
+# 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.
+#
+resource.resolver.required.providernames=["JCR"]
+resource.resolver.manglenamespaces=B"true"
+resource.resolver.optimize.alias.resolution=B"true"
+resource.resolver.vanitypath.blacklist=[""]
+resource.resolver.vanity.precedence=B"false"
+resource.resolver.vanitypath.maxEntries=I"-1"
+resource.resolver.required.providers=[""]
+resource.resolver.enable.vanitypath=B"true"
+resource.resolver.providerhandling.paranoid=B"false"
+resource.resolver.allowDirect=B"true"
+resource.resolver.mapping=["/:/","/content/:/","/system/docroot/:/","/mnt/overlay/sling-cms/content:/cms"]
+resource.resolver.vanitypath.whitelist=[""]
+resource.resolver.map.location="/etc/map"
+resource.resolver.vanitypath.maxEntries.startup=B"true"
+resource.resolver.map.observation=["/"]
+resource.resolver.default.vanity.redirect.status=I"302"
+resource.resolver.vanitypath.bloomfilter.maxBytes=I"1024000"
+resource.resolver.searchpath=["/apps","/libs"]
+resource.resolver.log.unclosed=B"true"
+resource.resolver.log.closing=B"false"
+resource.resolver.virtual=["/:/"]
\ No newline at end of file