summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 15:57:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 15:57:20 +0100
commitf44e27943511b2c0a2ea27c8044df8ff182bc4a3 (patch)
tree9fff25fc7a00b64243b2292d4ecb7709643bbfa2
parente88be03e9a94ce81977af5b1ee30e7639bc66b4d (diff)
downloadATCD-f44e27943511b2c0a2ea27c8044df8ff182bc4a3.tar.gz
Added more file extensions
* ACE/bin/zap_svn_id.pl:
-rwxr-xr-xACE/bin/zap_svn_id.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/zap_svn_id.pl b/ACE/bin/zap_svn_id.pl
index 2c9beef1891..fdd3ea60e71 100755
--- a/ACE/bin/zap_svn_id.pl
+++ b/ACE/bin/zap_svn_id.pl
@@ -7,7 +7,7 @@ eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}'
# You may want to run the "find" command with this script, which maybe
# something like this:
#
-# find . -type f \( -name "*.inl" -o -name "*.cc" -o -name "*.c" -o -name "*.cpp" -o -name "*.h" \) -print | xargs $ACE_ROOT/bin/zap_svn_id.pl
+# find . -type f \( -name "*.inl" -o -name "*.h" -o -name "*.cpp" -o -name "*.mpc" -o -name "*.idl" -o -name "*.conf" \) -print | xargs $ACE_ROOT/bin/zap_svn_id.pl
# The first three lines above let this script run without specifying the
# full path to perl, as long as it is in the user's PATH.