diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-06 13:00:13 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-06 13:00:13 +0000 |
commit | 4e300ebfa2f14aac54579b3e66dcfb8d5c940f50 (patch) | |
tree | b1f905cda5ef3d1f7784a1b5bf1f8d84e6f76226 | |
parent | 0b990c2469b9327140bd0606c6649a3daee00506 (diff) |
Exclude sample html files from legal checks
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165651 13f79535-47bb-0310-9956-ffa450edef68
-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 47ff46da35..fc0cb0b4bc 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 @@ -65,6 +65,7 @@ <exclude>**/target/**/*.log</exclude> <exclude>**/config.ini</exclude> <exclude>**/*.odg</exclude> + <exclude>**/*.html</exclude> <exclude>tuscany-sca-2.0-SNAPSHOT/features/configuration/config.ini</exclude> </excludes> </configuration> |