Exclude generate sdo stuff

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2010-06-14 20:21:29 +00:00
parent 7b5efa5048
commit e8ec07b8a4

View file

@ -41,6 +41,8 @@
<exclude>**/target/maven-archiver/**/*</exclude>
<exclude>**/target/test-classes</exclude>
<exclude>**/target/test-classes/**/*</exclude>
<exclude>**/target/sdo-source</exclude>
<exclude>**/target/sdo-source/**/*</exclude>
<exclude>**/target/surefire-reports</exclude>
<exclude>**/target/surefire-reports/**/*</exclude>
<exclude>**/target/surefire-osgi-reports</exclude>