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

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


The following commit(s) were added to refs/heads/master by this push:
     new d5d28fb  [KARAF-4662] Remove extra spaces around filesystem configfile
d5d28fb is described below

commit d5d28fbedff6236982fb01d60e149b5bef31de0a
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Dec 21 17:28:22 2017 +0100

    [KARAF-4662] Remove extra spaces around filesystem configfile
---
 assembly/src/main/resources/features.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/assembly/src/main/resources/features.xml 
b/assembly/src/main/resources/features.xml
index 40a8d87..1aafb83 100644
--- a/assembly/src/main/resources/features.xml
+++ b/assembly/src/main/resources/features.xml
@@ -28,9 +28,7 @@
     </feature>
 
     <feature name="cave-storage" version="${project.version}">
-        <configfile finalname="/etc/org.apache.karaf.cave.server.storage.cfg">
-            
mvn:org.apache.karaf.cave/apache-karaf-cave/${project.version}/cfg/filesystem
-        </configfile>
+        <configfile 
finalname="/etc/org.apache.karaf.cave.server.storage.cfg">mvn:org.apache.karaf.cave/apache-karaf-cave/${project.version}/cfg/filesystem</configfile>
         <bundle>mvn:org.jsoup/jsoup/${jsoup.version}</bundle>
         
<bundle>mvn:commons-codec/commons-codec/${commons-codec.version}</bundle>
         
<bundle>mvn:org.apache.karaf.cave.server/org.apache.karaf.cave.server.api/${project.version}</bundle>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to