You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/09/18 19:09:44 UTC

svn commit: r1387265 - /karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/descriptors/unix-bin.xml

Author: jbonofre
Date: Tue Sep 18 17:09:44 2012
New Revision: 1387265

URL: http://svn.apache.org/viewvc?rev=1387265&view=rev
Log:
[KARAF-1821] Fix file mode on lib and system folders of the assemblies

Modified:
    karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/descriptors/unix-bin.xml

Modified: karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/descriptors/unix-bin.xml?rev=1387265&r1=1387264&r2=1387265&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/descriptors/unix-bin.xml (original)
+++ karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/descriptors/unix-bin.xml Tue Sep 18 17:09:44 2012
@@ -82,19 +82,6 @@
             </excludes>
         </fileSet>
 
-        <!-- Copy over files that should not get the line endings converted -->
-        <fileSet>
-            <directory>src/main/distribution/binary</directory>
-            <outputDirectory>/</outputDirectory>
-        </fileSet>
-
-        <!-- Copy over the files that should not get the line endings converted but need to be chmod to 755 -->
-        <fileSet>
-            <directory>src/main/distribution/unix-binary</directory>
-            <outputDirectory>/</outputDirectory>
-            <fileMode>0755</fileMode>
-        </fileSet>
-
         <!-- Copy over the files that need unix line endings and also chmod to 755 -->
         <fileSet>
             <directory>src/main/distribution/unix-shell</directory>
@@ -107,10 +94,12 @@
         <fileSet>
             <directory>target/dependencies</directory>
             <outputDirectory>/</outputDirectory>
+            <fileMode>0644</fileMode>
         </fileSet>
         <fileSet>
             <directory>target/features-repo</directory>
             <outputDirectory>system</outputDirectory>
+            <fileMode>0644</fileMode>
         </fileSet>
     </fileSets>