You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/06/11 07:05:35 UTC

svn commit: r783628 - in /servicemix/smx4/features/trunk/assembly/src/main/descriptors: unix-src.xml windows-src.xml

Author: ffang
Date: Thu Jun 11 05:05:34 2009
New Revision: 783628

URL: http://svn.apache.org/viewvc?rev=783628&view=rev
Log:
[SMX4-303]*.jks shouldn't be changed when generated src kit

Modified:
    servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-src.xml
    servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-src.xml

Modified: servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-src.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-src.xml?rev=783628&r1=783627&r2=783628&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-src.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-src.xml Thu Jun 11 05:05:34 2009
@@ -52,6 +52,7 @@
                 <include>**/*.bin</include>
                 <include>**/*.jnilib</include>
                 <include>**/*.cert</include>
+                <include>**/*.jks</include>
                 <include>apache-servicemix/src/main/release/bin/*/wrapper</include>
             </includes>
             <excludes>
@@ -97,6 +98,7 @@
                 <exclude>**/*.iml</exclude>
                 <exclude>**/*.ipr</exclude>
                 <exclude>**/*.iws</exclude>
+                <exclude>**/*.jks</exclude>
 
                 <exclude>**/cobertura.ser</exclude>
 

Modified: servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-src.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-src.xml?rev=783628&r1=783627&r2=783628&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-src.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-src.xml Thu Jun 11 05:05:34 2009
@@ -52,6 +52,7 @@
                 <include>**/*.bin</include>
                 <include>**/*.jnilib</include>
                 <include>**/*.cert</include>
+                <include>**/*.jks</include>
                 <include>apache-servicemix/src/main/release/bin/*/wrapper</include>
             </includes>
             <excludes>
@@ -98,7 +99,7 @@
                 <exclude>**/*.iml</exclude>
                 <exclude>**/*.ipr</exclude>
                 <exclude>**/*.iws</exclude>
-
+                <exclude>**/*.jks</exclude>
                 <exclude>**/cobertura.ser</exclude>
 
             </excludes>