You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:21 UTC

[sling-org-apache-sling-karaf-configs] 03/39: use cfg format for DocumentNodeStoreService until KARAF-4760 is fixed

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git

commit 643622d0680b94693d1bc877e54220cac710388a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 11 20:16:34 2016 +0000

    use cfg format for DocumentNodeStoreService until KARAF-4760 is fixed
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1764341 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                             |  4 ++--
 ...ak.plugins.document.DocumentNodeStoreService.cfg | 21 +++++++++++++++++++++
 ...plugins.document.DocumentNodeStoreService.config |  2 --
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14b877a..7c9c62e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,8 +79,8 @@
                 </artifact>
                 <artifact>
                   <classifier>org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService</classifier>
-                  <file>src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config</file>
-                  <type>config</type>
+                  <file>src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.cfg</file>
+                  <type>cfg</type>
                 </artifact>
                 <artifact>
                   <classifier>org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService</classifier>
diff --git a/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.cfg b/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.cfg
new file mode 100644
index 0000000..a16b733
--- /dev/null
+++ b/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.cfg
@@ -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.
+#
+################################################################################
+
+mongouri="mongodb://localhost:27017"
+db="sling"
diff --git a/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config b/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config
deleted file mode 100644
index 4d31389..0000000
--- a/src/main/resources/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config
+++ /dev/null
@@ -1,2 +0,0 @@
-mongouri="mongodb://localhost:27017"
-db="sling"

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