You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2015/04/01 23:39:57 UTC

servicemix git commit: SM-2492: Wrong sample keystore format in examples contained in the assembly

Repository: servicemix
Updated Branches:
  refs/heads/servicemix-5.4.x 6487aafe7 -> ac16194c7


SM-2492: Wrong sample keystore format in examples contained in the assembly


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/ac16194c
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/ac16194c
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/ac16194c

Branch: refs/heads/servicemix-5.4.x
Commit: ac16194c78af317be4f77a7cb5ebe737e4221a33
Parents: 6487aaf
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Wed Apr 1 23:38:28 2015 +0200
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Wed Apr 1 23:39:51 2015 +0200

----------------------------------------------------------------------
 assembly/src/main/resources/examples-unix-bin.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/ac16194c/assembly/src/main/resources/examples-unix-bin.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/examples-unix-bin.xml b/assembly/src/main/resources/examples-unix-bin.xml
index c235eaf..d75a416 100644
--- a/assembly/src/main/resources/examples-unix-bin.xml
+++ b/assembly/src/main/resources/examples-unix-bin.xml
@@ -46,12 +46,26 @@
                 <exclude>**/.project</exclude>
                 <exclude>**/.settings/**</exclude>
                 <exclude>**/*.i??</exclude>
+                <exclude>**/*.jks</exclude>
             </excludes>
         </fileSet>
 
         <fileSet>
             <directory>${basedir}/../examples</directory>
             <outputDirectory>/examples/</outputDirectory>
+            <lineEnding>keep</lineEnding>
+            <includes>
+                <include>activemq/**/*.jks</include>
+                <include>activiti/**/*.jks</include>
+                <include>akka/**/*.jks</include>
+                <include>camel/**/*.jks</include>
+                <include>cxf/**/*.jks</include>
+            </includes>
+        </fileSet>
+
+        <fileSet>
+            <directory>${basedir}/../examples</directory>
+            <outputDirectory>/examples/</outputDirectory>
             <lineEnding>unix</lineEnding>
             <filtered>true</filtered>
             <fileMode>0644</fileMode>