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/28 09:30:42 UTC

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

Author: lresende
Date: Thu Jan 28 08:30:41 2010
New Revision: 903999

URL: http://svn.apache.org/viewvc?rev=903999&view=rev
Log:
Excluding dojo resources from binary distribution

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=903999&r1=903998&r2=903999&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 Thu Jan 28 08:30:41 2010
@@ -243,6 +243,10 @@
                 <exclude>*/.settings/**/*</exclude>
                 <exclude>*/work</exclude>
                 <exclude>*/work/**/*</exclude>
+                <exclude>**/resources/dojo</exclude>
+                <exclude>**/resources/dojo/**/*</exclude>
+                <exclude>**/webapp/dojo</exclude>
+                <exclude>**/webapp/dojo/**/*</exclude>
                 <exclude>*/target/classes</exclude>
                 <exclude>*/target/classes/**/*</exclude>
                 <exclude>*/target/test-classes</exclude>