You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/18 06:46:21 UTC

svn commit: r638222 - in /incubator/tuscany/java/sca/distribution/src/main/assembly: bin.xml src.xml

Author: lresende
Date: Mon Mar 17 22:46:20 2008
New Revision: 638222

URL: http://svn.apache.org/viewvc?rev=638222&view=rev
Log:
Updates to bin and src distribution assembly files

Modified:
    incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
    incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml?rev=638222&r1=638221&r2=638222&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml Mon Mar 17 22:46:20 2008
@@ -64,22 +64,60 @@
                 <include>**/*</include>
             </includes>
             <excludes>
+                <!-- General file/folders to exclude -->
+                <exclude>*/.classpath</exclude>
+                <exclude>*/.project</exclude>
+                <exclude>*/.settings</exclude>
+                <exclude>*/.settings/**/*</exclude>
+                <exclude>*/.externalToolBuilders</exclude>
+                <exclude>*/.externalToolBuilders/**/*</exclude>
+                <exclude>*/work</exclude>
+                <exclude>*/work/**/*</exclude>
+                <exclude>*/target/mvn-eclipse-cache.properties</exclude>
+                <exclude>*/target/classes</exclude>
+                <exclude>*/target/classes/**/*</exclude>
+                <exclude>*/target/dependency-maven-plugin-markers</exclude>
+                <exclude>*/target/dependency-maven-plugin-markers/**/*</exclude>
+                <exclude>*/target/test-classes</exclude>
+                <exclude>*/target/test-classes/**/*</exclude>
+                <exclude>*/target/surefire-reports</exclude>
+                <exclude>*/target/surefire-reports/**/*</exclude>
+                <exclude>*/target/sdo-source</exclude>
+                <exclude>*/target/sdo-source/**/*</exclude>
+                <exclude>*/target/wsdl2java-source</exclude>
+                <exclude>*/target/wsdl2java-source/**/*</exclude>
+                <exclude>*/**/derby.log</exclude>
+                <exclude>*/**/*.svg</exclude>
+                <!-- Sample specific work file/folders to exclude -->
                 <exclude>pom.xml</exclude>
-                <exclude>old</exclude>
-                <exclude>old/**/*</exclude>
-                <exclude>das-service</exclude>
-                <exclude>das-service/**/*</exclude>
-                <exclude>das-service-web</exclude>
-                <exclude>das-service-web/**/*</exclude>
-                <exclude>company-das</exclude>
-                <exclude>company-das/**/*</exclude>
-                <exclude>company-das-webapp</exclude>
-                <exclude>company-das-webapp/**/*</exclude>
+                <exclude>calculator-distributed/work</exclude>
+                <exclude>calculator-distributed/work/**/*</exclude>
+                <exclude>calculator-webapp/target/sample-calculator-webapp</exclude>
+                <exclude>calculator-webapp/target/sample-calculator-webapp/**/*</exclude>
+                <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp</exclude>
+                <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp/**/*</exclude>
+                <exclude>calculator-ws-secure-webapp</exclude>
+                <exclude>calculator-ws-secure-webapp/**/*</exclude>
+                <exclude>calculator-ws-secure-webapp/work</exclude>
+                <exclude>callback-ws-client/work</exclude>
+                <exclude>callback-ws-client/work/**/*</exclude>
+                <exclude>callback-ws-service/work</exclude>
+                <exclude>callback-ws-service/work/**/*</exclude>
+                <exclude>chat-webapp/target/sample-chat-webapp</exclude>
+                <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude>
+                <exclude>domain-webapp</exclude>
+                <exclude>domain-webapp/**/*</exclude>
+                <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude>
+                <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp</exclude>
+                <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp/**/*</exclude>
                 <exclude>helloworld-jms-webapp</exclude>
                 <exclude>helloworld-jms-webapp/**/*</exclude>
                 <exclude>helloworld-jms-webapp/work</exclude>
+                <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp</exclude>
+                <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp/**/*</exclude>
                 <exclude>helloworld-ws-deep-webapp</exclude>
                 <exclude>helloworld-ws-deep-webapp/**/*</exclude>
                 <exclude>helloworld-ws-deep-webapp/work</exclude>
@@ -106,69 +144,28 @@
                 <exclude>helloworld-ws-sdo/work/**/*</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp/**/*</exclude>
-                <exclude>calculator-distributed/work</exclude>
-                <exclude>calculator-distributed/work/**/*</exclude>
-                <exclude>calculator-webapp/target/sample-calculator-webapp</exclude>
-                <exclude>calculator-webapp/target/sample-calculator-webapp/**/*</exclude>
-                <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp</exclude>
-                <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp/**/*</exclude>
-                <exclude>calculator-ws-secure-webapp</exclude>
-                <exclude>calculator-ws-secure-webapp/**/*</exclude>
-                <exclude>calculator-ws-secure-webapp/work</exclude>
-                <exclude>callback-ws-client/work</exclude>
-                <exclude>callback-ws-client/work/**/*</exclude>
-                <exclude>callback-ws-service/work</exclude>
-                <exclude>callback-ws-service/work/**/*</exclude>
-                <exclude>chat-webapp/target/sample-chat-webapp</exclude>
-                <exclude>chat-webapp/target/sample-chat-webapp/**/*</exclude>
-                <exclude>domain-webapp</exclude>
-                <exclude>domain-webapp/**/*</exclude>
-                <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude>
-                <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp/**/*</exclude>
-                <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp</exclude>
-                <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp/**/*</exclude>
-                <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp</exclude>
-                <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp/**/*</exclude>
                 <exclude>osgi-supplychain/.felix</exclude>
                 <exclude>osgi-supplychain/.felix/**/*</exclude>
                 <exclude>osgi-supplychain/target/sample-osgi-supplychain</exclude>
                 <exclude>osgi-supplychain/target/sample-osgi-supplychain/**/*</exclude>
                 <exclude>loanapplication</exclude>
                 <exclude>loanapplication/**/*</exclude>
-                <!--exclude>quote-xquery</exclude-->
-                <!--exclude>quote-xquery/**/*</exclude-->
                 <exclude>simple-callback-ws/work</exclude>
                 <exclude>simple-callback-ws/work/**/*</exclude>
                 <exclude>spi-implementation-pojo</exclude>
                 <exclude>spi-implementation-pojo/**/*</exclude>
-                <exclude>*/.classpath</exclude>
-                <exclude>*/.project</exclude>
-                <exclude>*/.settings</exclude>
-                <exclude>*/.settings/**/*</exclude>
-                <exclude>*/.externalToolBuilders</exclude>
-                <exclude>*/.externalToolBuilders/**/*</exclude>
-                <exclude>*/target/mvn-eclipse-cache.properties</exclude>
-                <exclude>*/target/classes</exclude>
-                <exclude>*/target/classes/**/*</exclude>
-                <exclude>*/target/dependency-maven-plugin-markers</exclude>
-                <exclude>*/target/dependency-maven-plugin-markers/**/*</exclude>
-                <exclude>*/target/test-classes</exclude>
-                <exclude>*/target/test-classes/**/*</exclude>
-                <exclude>*/target/surefire-reports</exclude>
-                <exclude>*/target/surefire-reports/**/*</exclude>
-                <exclude>*/target/sdo-source</exclude>
-                <exclude>*/target/sdo-source/**/*</exclude>
-                <exclude>*/target/wsdl2java-source</exclude>
-                <exclude>*/target/wsdl2java-source/**/*</exclude>
-                <exclude>*/**/derby.log</exclude>
-                <exclude>*/**/*.svg</exclude>
+                <!-- Sample war files to exclude -->
+                <exclude>calculator-ws-secure-webapp/target/sample-calculator-ws-secure-webapp.war</exclude>
                 <exclude>calculator-ws-webapp/target/sample-calculator-ws-webapp.war</exclude>
-                <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
-                <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp.war</exclude>
-                <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp.war</exclude>
-                <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp.war</exclude>
                 <exclude>chat-webapp/target/sample-chat-webapp.war</exclude>
+                <exclude>domain-webapp/target/sample-domain-webapp.war</exclude>
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp.war</exclude>
+                <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp.war</exclude>
+                <exclude>helloworld-jms-webapp/target/sample-helloworld-jms-webapp.war</exclude>
+                <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp.war</exclude>
+                <exclude>helloworld-ws-deep-webapp/target/sample-helloworld-ws-deep-webapp.war</exclude>
+                <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
+                <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-webapp.war</exclude>
             </excludes>
         </fileSet>
         <!-- Add all the demos to the demos directory -->
@@ -188,6 +185,8 @@
                 <exclude>alert-aggregator-webapp/target/sdo-source/**/*</exclude>
                 <exclude>helloworld-ws-sdo/work</exclude>
                 <exclude>helloworld-ws-sdo/work/**/*</exclude>
+                <exclude>bigbank/target</exclude>
+                <exclude>bigbank/target/**/*</exclude>
                 <exclude>bigbank-account/src/main/resources/web/dojo</exclude> 
                 <exclude>bigbank-account/src/main/resources/web/dojo/**/*</exclude>
                 <exclude>secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude> 

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml?rev=638222&r1=638221&r2=638222&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/src.xml Mon Mar 17 22:46:20 2008
@@ -58,124 +58,122 @@
 	     <outputDirectory>tuscany-sca-${tuscany.version}-src</outputDirectory>
 	     <includes>
 	         <include>**/*</include>
-           </includes>
-         <excludes>
-    		 <exclude>contrib</exclude>
-    		 <exclude>contrib/**/*</exclude>
-    		 <exclude>doc</exclude>
-    		 <exclude>doc/**/*</exclude>
-             <exclude>**/target</exclude>
-    		 <exclude>**/target/**/*</exclude>
-    		 <exclude>**/build</exclude>
-    		 <exclude>**/build/**/*</exclude>
-    		 <exclude>**/.settings</exclude>
-    		 <exclude>**/.settings/**/*</exclude>
-    		 <exclude>**/.classpath</exclude>
-    		 <exclude>**/.project</exclude>
-    		 <exclude>**/.wtpmodules</exclude>
-    		 <exclude>**/surefire*</exclude>
-    		 <exclude>**/cobertura.ser</exclude>
-    		 <exclude>bin</exclude>
-    		 <exclude>bin/*</exclude>
-    		 <exclude>**/var/journal</exclude>
-    		 <exclude>**/build.out*</exclude>
-    		 <exclude>velocity.log</exclude>
-    		 <exclude>distribution/target-last-successful</exclude>
-    		 <exclude>distribution/target-last-successful/**/*</exclude>
-    		 <exclude>itest/velocity.log</exclude>
-    		 <exclude>itest/databindings/jaxbgen/velocity.log</exclude>
-             <exclude>itest/old</exclude>
-             <exclude>itest/old/**/*</exclude>
-             <exclude>itest/exceptions-simple-ws/work</exclude>
-             <exclude>itest/exceptions-simple-ws/work/**/*</exclude>
-             <exclude>itest/callablereferences/work</exclude>
-             <exclude>itest/callablereferences/work/**/*</exclude>
-             <exclude>itest/large-sdo-ws/work</exclude>
-             <exclude>itest/large-sdo-ws/work/**/*</exclude>
-             <exclude>itest/ws-void-args-return/work</exclude>
-             <exclude>itest/ws-void-args-return/work/**/*</exclude>
-             <exclude>itest/contribution-import-export/import-wsdl/work</exclude>
-             <exclude>itest/contribution-import-export/import-wsdl/work/**/*</exclude>
-             <exclude>itest/contribution-import-export/import-composite/work</exclude>
-             <exclude>itest/contribution-import-export/import-composite/work/**/*</exclude>
-             <exclude>modules/host-tomcat/work</exclude>
-             <exclude>modules/host-tomcat/work/**/*</exclude>
-             <exclude>modules/node-impl/work</exclude>
-             <exclude>modules/node-impl/work/**/*</exclude>
-             <!--exclude>modules/binding-jms</exclude>
-             <exclude>modules/binding-jms/**/*</exclude-->
-             <exclude>modules/implementation-bpel/derby.log</exclude>
-             <exclude>modules/implementation-das</exclude>
-             <exclude>modules/implementation-das/**/*</exclude>
-             <exclude>modules/implementation-data</exclude>
-             <exclude>modules/implementation-data/**/*</exclude>
-             <exclude>modules/implementation-ejb</exclude>
-             <exclude>modules/implementation-ejb/**/*</exclude>
-             <exclude>modules/implementation-ejb-xml</exclude>
-             <exclude>modules/implementation-ejb-xml/**/*</exclude>
-             <exclude>modules/implementation-osgi/.felix</exclude>
-             <exclude>modules/implementation-osgi/.felix/**/*</exclude>
-             <exclude>samples/old</exclude>
-             <exclude>samples/old/**/*</exclude>
-             <exclude>samples/calculator-distributed/work</exclude>
-             <exclude>samples/calculator-distributed/work/**/*</exclude>
-             <exclude>samples/callback-ws-client/work</exclude>
-             <exclude>samples/callback-ws-client/work/**/*</exclude>
-             <exclude>samples/callback-ws-service/work</exclude>
-             <exclude>samples/callback-ws-service/work/**/*</exclude>
-             <exclude>samples/company-das</exclude>
-             <exclude>samples/company-das/**/*</exclude>
-             <exclude>samples/company-das-webapp</exclude>
-             <exclude>samples/company-das-webapp/**/*</exclude>
-             <exclude>samples/das-service</exclude>
-             <exclude>samples/das-service/**/*</exclude>
-             <exclude>samples/das-service-web</exclude>
-             <exclude>samples/das-service-web/**/*</exclude>
-             <exclude>samples/domain-webapp</exclude>
-             <exclude>samples/domain-webapp/**/*</exclude>
-             <exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo</exclude>
-             <exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo/**/*</exclude>
-             <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
-             <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
-             <exclude>samples/helloworld-ws-deep-webapp</exclude>
-             <exclude>samples/helloworld-ws-deep-webapp/**/*</exclude>
-             <exclude>samples/helloworld-ws-deep-webapp/work</exclude>
-             <exclude>samples/helloworld-ws-deep-webapp/work/**/*</exclude>
-             <exclude>samples/helloworld-ws-reference/work</exclude>
-             <exclude>samples/helloworld-ws-reference/work/**/*</exclude>
-             <exclude>samples/helloworld-ws-reference-jms/activemq-data</exclude>
-             <exclude>samples/helloworld-ws-reference-jms/activemq-data/**/*</exclude>
-             <exclude>samples/helloworld-ws-reference-secure/work</exclude>
-             <exclude>samples/helloworld-ws-reference-secure/work/**/*</exclude>
-             <exclude>samples/helloworld-ws-sdo/work</exclude>
-             <exclude>samples/helloworld-ws-sdo/work/**/*</exclude>
-             <exclude>samples/helloworld-ws-service/work</exclude>
-             <exclude>samples/helloworld-ws-service/work/**/*</exclude>
-             <exclude>samples/helloworld-ws-service-jms/activemq-data</exclude>
-             <exclude>samples/helloworld-ws-service-jms/activemq-data/**/*</exclude>
-             <exclude>samples/helloworld-ws-service-secure/work</exclude>
-             <exclude>samples/helloworld-ws-service-secure/work/**/*</exclude>
-             <exclude>samples/helloworld-ws-service-webapp</exclude>
-             <exclude>samples/helloworld-ws-service-webapp/**/*</exclude>
-             <exclude>samples/osgi-supplychain/.felix</exclude>
-             <exclude>samples/osgi-supplychain/.felix/**/*</exclude>
-             <!--exclude>samples/quote-xquery</exclude-->
-             <!--exclude>samples/quote-xquery/**/*</exclude-->
-             <exclude>samples/spi-implementation-pojo</exclude>
-             <exclude>samples/spi-implementation-pojo/**/*</exclude>
-             <exclude>samples/simple-callback-ws/work</exclude>
-             <exclude>samples/simple-callback-ws/work/**/*</exclude>
-             <exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo</exclude>
-             <exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo/**/*</exclude>
-             <exclude>demos/bigbank-account/src/main/resources/web/dojo</exclude> 
-             <exclude>demos/bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
-             <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude> 
-             <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
-             <exclude>*/**/*.svg</exclude>
-             <exclude>*/**/*.ruleset</exclude>
-             <exclude>*/**/*.pmd</exclude>
-             <exclude>*/**/*.checkstyle</exclude>
-         </excludes>
+             </includes>
+             <excludes>
+    		<exclude>contrib</exclude>
+    		<exclude>contrib/**/*</exclude>
+    		<exclude>doc</exclude>
+    		<exclude>doc/**/*</exclude>
+                <exclude>**/target</exclude>
+    		<exclude>**/target/**/*</exclude>
+    		<exclude>**/build</exclude>
+    		<exclude>**/build/**/*</exclude>
+    		<exclude>**/.settings</exclude>
+    		<exclude>**/.settings/**/*</exclude>
+    		<exclude>**/.classpath</exclude>
+    		<exclude>**/.project</exclude>
+    		<exclude>**/.wtpmodules</exclude>
+    		<exclude>**/surefire*</exclude>
+    		<exclude>**/cobertura.ser</exclude>
+    		<exclude>bin</exclude>
+    		<exclude>bin/*</exclude>
+    		<exclude>**/var/journal</exclude>
+    		<exclude>**/build.out*</exclude>
+    		<exclude>velocity.log</exclude>
+                <exclude>*/work</exclude>
+                <exclude>*/work/**/*</exclude>
+    		<exclude>distribution/target-last-successful</exclude>
+    		<exclude>distribution/target-last-successful/**/*</exclude>
+    		<exclude>itest/velocity.log</exclude>
+    		<exclude>itest/databindings/jaxbgen/velocity.log</exclude>
+                <exclude>itest/old</exclude>
+                <exclude>itest/old/**/*</exclude>
+                <exclude>itest/exceptions-simple-ws/work</exclude>
+                <exclude>itest/exceptions-simple-ws/work/**/*</exclude>
+                <exclude>itest/callablereferences/work</exclude>
+                <exclude>itest/callablereferences/work/**/*</exclude>
+                <exclude>itest/large-sdo-ws/work</exclude>
+                <exclude>itest/large-sdo-ws/work/**/*</exclude>
+                <exclude>itest/ws-void-args-return/work</exclude>
+                <exclude>itest/ws-void-args-return/work/**/*</exclude>
+                <exclude>itest/contribution-import-export/import-wsdl/work</exclude>
+                <exclude>itest/contribution-import-export/import-wsdl/work/**/*</exclude>
+                <exclude>itest/contribution-import-export/import-composite/work</exclude>
+                <exclude>itest/contribution-import-export/import-composite/work/**/*</exclude>
+                <exclude>modules/host-tomcat/work</exclude>
+                <exclude>modules/host-tomcat/work/**/*</exclude>
+                <exclude>modules/node-impl/work</exclude>
+                <exclude>modules/node-impl/work/**/*</exclude>
+                <exclude>modules/implementation-bpel/derby.log</exclude>
+                <exclude>modules/implementation-das</exclude>
+                <exclude>modules/implementation-das/**/*</exclude>
+                <exclude>modules/implementation-data</exclude>
+                <exclude>modules/implementation-data/**/*</exclude>
+                <exclude>modules/implementation-ejb</exclude>
+                <exclude>modules/implementation-ejb/**/*</exclude>
+                <exclude>modules/implementation-ejb-xml</exclude>
+                <exclude>modules/implementation-ejb-xml/**/*</exclude>
+                <exclude>modules/implementation-osgi/.felix</exclude>
+                <exclude>modules/implementation-osgi/.felix/**/*</exclude>
+                <exclude>samples/old</exclude>
+                <exclude>samples/old/**/*</exclude>
+                <exclude>samples/calculator-distributed/work</exclude>
+                <exclude>samples/calculator-distributed/work/**/*</exclude>
+                <exclude>samples/callback-ws-client/work</exclude>
+                <exclude>samples/callback-ws-client/work/**/*</exclude>
+                <exclude>samples/callback-ws-service/work</exclude>
+                <exclude>samples/callback-ws-service/work/**/*</exclude>
+                <exclude>samples/company-das</exclude>
+                <exclude>samples/company-das/**/*</exclude>
+                <exclude>samples/company-das-webapp</exclude>
+                <exclude>samples/company-das-webapp/**/*</exclude>
+                <exclude>samples/das-service</exclude>
+                <exclude>samples/das-service/**/*</exclude>
+                <exclude>samples/das-service-web</exclude>
+                <exclude>samples/das-service-web/**/*</exclude>
+                <exclude>samples/domain-webapp</exclude>
+                <exclude>samples/domain-webapp/**/*</exclude>
+                <exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo</exclude>
+                <exclude>samples/helloworld-jsonrpc-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
+                <exclude>samples/helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>samples/helloworld-ws-deep-webapp</exclude>
+                <exclude>samples/helloworld-ws-deep-webapp/**/*</exclude>
+                <exclude>samples/helloworld-ws-deep-webapp/work</exclude>
+                <exclude>samples/helloworld-ws-deep-webapp/work/**/*</exclude>
+                <exclude>samples/helloworld-ws-reference/work</exclude>
+                <exclude>samples/helloworld-ws-reference/work/**/*</exclude>
+                <exclude>samples/helloworld-ws-reference-jms/activemq-data</exclude>
+                <exclude>samples/helloworld-ws-reference-jms/activemq-data/**/*</exclude>
+                <exclude>samples/helloworld-ws-reference-secure/work</exclude>
+                <exclude>samples/helloworld-ws-reference-secure/work/**/*</exclude>
+                <exclude>samples/helloworld-ws-sdo/work</exclude>
+                <exclude>samples/helloworld-ws-sdo/work/**/*</exclude>
+                <exclude>samples/helloworld-ws-service/work</exclude>
+                <exclude>samples/helloworld-ws-service/work/**/*</exclude>
+                <exclude>samples/helloworld-ws-service-jms/activemq-data</exclude>
+                <exclude>samples/helloworld-ws-service-jms/activemq-data/**/*</exclude>
+                <exclude>samples/helloworld-ws-service-secure/work</exclude>
+                <exclude>samples/helloworld-ws-service-secure/work/**/*</exclude>
+                <exclude>samples/helloworld-ws-service-webapp</exclude>
+                <exclude>samples/helloworld-ws-service-webapp/**/*</exclude>
+                <exclude>samples/osgi-supplychain/.felix</exclude>
+                <exclude>samples/osgi-supplychain/.felix/**/*</exclude>
+                <exclude>samples/spi-implementation-pojo</exclude>
+                <exclude>samples/spi-implementation-pojo/**/*</exclude>
+                <exclude>samples/simple-callback-ws/work</exclude>
+                <exclude>samples/simple-callback-ws/work/**/*</exclude>
+                <exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo</exclude>
+                <exclude>demos/alert-aggregator-webapp/src/main/webapp/dojo/**/*</exclude>
+                <exclude>demos/bigbank-account/src/main/resources/web/dojo</exclude> 
+                <exclude>demos/bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
+                <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude> 
+                <exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude> 
+                <exclude>*/**/*.svg</exclude>
+                <exclude>*/**/*.ruleset</exclude>
+                <exclude>*/**/*.pmd</exclude>
+                <exclude>*/**/*.checkstyle</exclude>
+             </excludes>
 	 </fileSet>
      </fileSets>
 </assembly>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org