From 6b9ff03e4c3d928fa79937971787a5a01ae6db14 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Jun 2008 03:03:05 +0000 Subject: renamed some stuff --- build.xml | 8 ++++---- scripts/checklinelengths.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index ac20c03..06ae714 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - + This is the distributed systems simulation/learning environment! @@ -26,8 +26,8 @@ - - + + @@ -38,7 +38,7 @@ - + diff --git a/scripts/checklinelengths.sh b/scripts/checklinelengths.sh index cf98cd8..7cfcacf 100755 --- a/scripts/checklinelengths.sh +++ b/scripts/checklinelengths.sh @@ -18,7 +18,7 @@ MAXLEN=80 -for i in `find ./sources -name \*.java | grep -v VSDefaultPrefs.java` +for i in `find ./sources -name \*.java` do awk -v MAXLEN=$MAXLEN -v file=$i '{ if (length > MAXLEN) -- cgit v1.2.3