Author: jgoodyear
Date: Mon Feb 23 14:53:35 2009
New Revision: 747037
URL: http://svn.apache.org/viewvc?rev=747037&view=rev
Log:
SMX4-199: Move 'demos' folder into 'examples/kernel-demos' folder.
Modified:
servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml
Modified:
servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml?rev=747037&r1=747036&r2=747037&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
(original)
+++ servicemix/smx4/features/trunk/assembly/src/main/descriptors/unix-bin.xml
Mon Feb 23 14:53:35 2009
@@ -28,6 +28,7 @@
<outputDirectory>/</outputDirectory>
<excludes>
<exclude>bin/*</exclude>
+ <exclude>**/demos/**</exclude>
<exclude>etc/org.apache.servicemix.features.cfg</exclude>
<exclude>LICENSE.txt</exclude>
<exclude>NOTICE.txt</exclude>
@@ -46,6 +47,17 @@
<fileMode>0755</fileMode>
</fileSet>
+ <!-- Copy over kernel demo to examples folder -->
+ <fileSet>
+
<directory>target/dependencies/unix/apache-servicemix-kernel-${servicemix.kernel.version}/demos</directory>
+ <outputDirectory>/examples/kernel-demos</outputDirectory>
+ <lineEnding>unix</lineEnding>
+ <includes>
+ <include>pom.xml</include>
+ <include>**/smx4web/**</include>
+ </includes>
+ </fileSet>
+
<!-- Copy license and other files from root -->
<fileSet>
<directory>..</directory>
Modified:
servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml?rev=747037&r1=747036&r2=747037&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml
(original)
+++
servicemix/smx4/features/trunk/assembly/src/main/descriptors/windows-bin.xml
Mon Feb 23 14:53:35 2009
@@ -27,6 +27,7 @@
<directory>target/dependencies/win/apache-servicemix-kernel-${servicemix.kernel.version}</directory>
<outputDirectory>/</outputDirectory>
<excludes>
+ <exclude>**/demos/**</exclude>
<exclude>etc/org.apache.servicemix.features.cfg</exclude>
<exclude>LICENSE.txt</exclude>
<exclude>NOTICE.txt</exclude>
@@ -35,6 +36,17 @@
</excludes>
</fileSet>
+ <!-- Copy over kernel demo to examples folder -->
+ <fileSet>
+
<directory>target/dependencies/unix/apache-servicemix-kernel-${servicemix.kernel.version}/demos</directory>
+ <outputDirectory>/examples/kernel-demos</outputDirectory>
+ <lineEnding>unix</lineEnding>
+ <includes>
+ <include>pom.xml</include>
+ <include>**/smx4web/**</include>
+ </includes>
+ </fileSet>
+
<!-- Copy license and other files from root -->
<fileSet>
<directory>..</directory>