summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.