Excluding dojo resources from 'sample' fileset as well

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2010-01-29 18:03:25 +00:00
parent 4f374ecd7d
commit ce3b2bdb0e

View file

@ -75,6 +75,10 @@
<exclude>*/work/**/*</exclude>
<exclude>**/activemq-test.log</exclude>
<exclude>**/derby.log</exclude>
<exclude>**/resources/dojo</exclude>
<exclude>**/resources/dojo/**/*</exclude>
<exclude>**/webapp/dojo</exclude>
<exclude>**/webapp/dojo/**/*</exclude>
<exclude>**/target/war/**</exclude>
<exclude>*/target/mvn-eclipse-cache.properties</exclude>
<exclude>*/target/classes</exclude>
@ -239,6 +243,10 @@
<exclude>**/pom.transformed.xml</exclude>
<exclude>*/.settings</exclude>
<exclude>*/.settings/**/*</exclude>
<exclude>**/resources/dojo</exclude>
<exclude>**/resources/dojo/**/*</exclude>
<exclude>**/webapp/dojo</exclude>
<exclude>**/webapp/dojo/**/*</exclude>
<exclude>*/work</exclude>
<exclude>*/work/**/*</exclude>
<exclude>*/target/classes</exclude>