diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-17 20:37:33 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-17 20:37:33 +0000 |
commit | 1bce2af6ab834ea0985d8ef855118c0a37dc794e (patch) | |
tree | abe1635cce5414cc5ad7f8e466ee0a75206eb036 /sca-java-2.x/trunk/itest | |
parent | 65ed45b9687cc651a07e7f7ea98dc41d57d5869e (diff) |
Exclude DEPENDENCIES from rat check
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml b/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml index fec631b113..d662aee9f0 100644 --- a/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/legal-checks/pom.xml @@ -61,6 +61,7 @@ <excludes> <exclude>tuscany-sca-2.0-SNAPSHOT/CHANGES</exclude> <exclude>**/MANIFEST.MF</exclude> + <exclude>**/DEPENDENCIES</exclude> <exclude>**/target/**/*.log</exclude> <exclude>tuscany-sca-2.0-SNAPSHOT/features/configuration/config.ini</exclude> </excludes> |