diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-06 08:17:01 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-06 08:17:01 +0000 |
commit | 4ac16b609bc1a784c513db7c9c74fe1903f18bb5 (patch) | |
tree | cbe1c0d23b3a390c938e451909f6cec34f16ecc3 /sca-java-2.x/trunk/testing | |
parent | 5b6af381171f4500c7cfc5c9ce179edef9e0fd78 (diff) |
Add RAT exclude for OO diagrams
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042543 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml b/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml index 7e246308a4..47ff46da35 100644 --- a/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml @@ -64,6 +64,7 @@ <exclude>**/DEPENDENCIES</exclude> <exclude>**/target/**/*.log</exclude> <exclude>**/config.ini</exclude> + <exclude>**/*.odg</exclude> <exclude>tuscany-sca-2.0-SNAPSHOT/features/configuration/config.ini</exclude> </excludes> </configuration> |