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 2009/10/31 10:20:58 UTC

svn commit: r831525 - /tuscany/java/sca/distribution/all/src/main/components/bin-samples.xml

Author: antelder
Date: Sat Oct 31 09:20:52 2009
New Revision: 831525

URL: http://svn.apache.org/viewvc?rev=831525&view=rev
Log:
Include some missing samples

Modified:
    tuscany/java/sca/distribution/all/src/main/components/bin-samples.xml

Modified: tuscany/java/sca/distribution/all/src/main/components/bin-samples.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/src/main/components/bin-samples.xml?rev=831525&r1=831524&r2=831525&view=diff
==============================================================================
--- tuscany/java/sca/distribution/all/src/main/components/bin-samples.xml (original)
+++ tuscany/java/sca/distribution/all/src/main/components/bin-samples.xml Sat Oct 31 09:20:52 2009
@@ -37,8 +37,11 @@
                 <include>dosgi-calculator-operations/**/*</include>
                 <include>webapps/helloworld/**/*</include>
                 <include>webapps/helloworld-bpel/**/*</include>
+                <include>webapps/helloworld-jms/**/*</include>
+                <include>webapps/helloworld-js-client/**/*</include>
                 <include>webapps/helloworld-jsf/**/*</include>
                 <include>webapps/helloworld-jsp/**/*</include>
+                <include>webapps/helloworld-servlet/**/*</include>
                 <include>webapps/helloworld-stripes/**/*</include>
             </includes>
             <excludes>
@@ -71,8 +74,11 @@
                 <exclude>*/target/surefire-osgi-reports/**/*</exclude>
                 <exclude>webapps/helloworld/target/**/*</exclude>
                 <exclude>webapps/helloworld-bpel/target/**/*</exclude>
+                <exclude>webapps/helloworld-jms/target/**/*</exclude>
+                <exclude>webapps/helloworld-js-client/target/**/*</exclude>
                 <exclude>webapps/helloworld-jsf/target/**/*</exclude>
                 <exclude>webapps/helloworld-jsp/target/**/*</exclude>
+                <exclude>webapps/helloworld-servlet/target/**/*</exclude>
                 <exclude>webapps/helloworld-stripes/target/**/*</exclude>
             </excludes>
         </fileSet>