summaryrefslogtreecommitdiff
path: root/truncate
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-22 00:16:03 +0000
committerPaul Phillips <paulp@improving.org>2010-02-22 00:16:03 +0000
commit6e061d6f2597a3e4bdc7fcf192abbdb419917b70 (patch)
treea1ec1f729ad5f548c4a18cdd4647bc6d0b181380 /truncate
parent91cdb1531656d9240e9ee64509ab528d727d1b51 (diff)
downloadscala-6e061d6f2597a3e4bdc7fcf192abbdb419917b70.tar.gz
scala-6e061d6f2597a3e4bdc7fcf192abbdb419917b70.tar.bz2
scala-6e061d6f2597a3e4bdc7fcf192abbdb419917b70.zip
Some deprecation patrol and minor cleanups.
Diffstat (limited to 'truncate')
-rwxr-xr-xtruncate7
1 files changed, 0 insertions, 7 deletions
diff --git a/truncate b/truncate
deleted file mode 100755
index b7f410e25d..0000000000
--- a/truncate
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-find . -type f -not -path "*.svn*" -name "*.scala" -exec sed -i "" -e 's/$ *Id.*$/$Id$/g' {} \;
-find . -type f -not -path "*.svn*" -name "*.java" -exec sed -i "" -e 's/$ *Id.*$/$Id$/g' {} \;
-find . -type f -not -path "*.svn*" -name "*.cs" -exec sed -i "" -e 's/$ *Id.*$/$Id$/g' {} \;
-find . -type f -not -path "*.svn*" -name "*.js" -exec sed -i "" -e 's/$ *Id.*$/$Id$/g' {} \;
-find . -type f -not -path "*.svn*" -name "*.scala.disabled" -exec sed -i "" -e 's/$ *Id.*$/$Id$/g' {} \;