You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/12/31 12:25:32 UTC

svn commit: r730375 - /tuscany/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml

Author: antelder
Date: Wed Dec 31 03:25:30 2008
New Revision: 730375

URL: http://svn.apache.org/viewvc?rev=730375&view=rev
Log:
Add some more samples to the compact distro

Modified:
    tuscany/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml

Modified: tuscany/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml?rev=730375&r1=730374&r2=730375&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml (original)
+++ tuscany/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml Wed Dec 31 03:25:30 2008
@@ -72,6 +72,12 @@
                 <include>calculator/*</include>
                 <include>calculator/src/**/*</include>
                 <include>calculator/target/*.jar</include>
+                <include>helloworld-script/*</include>
+                <include>helloworld-script/src/**/*</include>
+                <include>helloworld-script/target/*.jar</include>
+                <include>helloworld-spring/*</include>
+                <include>helloworld-spring/src/**/*</include>
+                <include>helloworld-spring/target/*.jar</include>
             </includes>
         </fileSet>
         <!-- Add all the demos to the demos directory -->
@@ -102,8 +108,6 @@
                 <exclude>*/**/*.ruleset</exclude>
                 <exclude>*/bin</exclude>
                 <exclude>*/bin/**/*</exclude>
-                <exclude>target</exclude>
-                <exclude>target/**/*</exclude>
             </excludes>
         </fileSet>
     </fileSets>