Adding tools/transifex/.tx/config to the rat exclude list Signed-off-by: Chip Childers <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e7e862db Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e7e862db Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e7e862db Branch: refs/heads/internallb Commit: e7e862db2fd65ff913158f5287a4328f403b73ea Parents: a0dbf89 Author: Chip Childers <[email protected]> Authored: Mon Apr 29 16:57:55 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Apr 29 16:57:55 2013 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e7e862db/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7d5b4c3..be8aa62 100644 --- a/pom.xml +++ b/pom.xml @@ -398,6 +398,7 @@ <exclude>patches/systemvm/debian/config/var/www/html/userdata/.htaccess</exclude> <exclude>patches/systemvm/debian/config/var/www/html/latest/.htaccess</exclude> <exclude>patches/systemvm/debian/vpn/etc/ipsec.d/l2tp.conf</exclude> + <exclude>tools/transifex/.tx/config</exclude> </excludes> </configuration> </plugin>
