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 2010/01/29 18:39:46 UTC

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

Author: lresende
Date: Fri Jan 29 17:39:46 2010
New Revision: 904569

URL: http://svn.apache.org/viewvc?rev=904569&view=rev
Log:
Excluding dojo resources from 'sample' fileset as well

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

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml?rev=904569&r1=904568&r2=904569&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/bin.xml Fri Jan 29 17:39:46 2010
@@ -71,6 +71,10 @@
                 <exclude>*/.settings/**/*</exclude>
                 <exclude>*/.externalToolBuilders</exclude>
                 <exclude>*/.externalToolBuilders/**/*</exclude>
+                <exclude>**/resources/dojo</exclude>
+                <exclude>**/resources/dojo/**/*</exclude>
+                <exclude>**/webapp/dojo</exclude>
+                <exclude>**/webapp/dojo/**/*</exclude>                
                 <exclude>*/work</exclude>
                 <exclude>*/work/**/*</exclude>
                 <exclude>**/activemq-test.log</exclude>