From 083035d3c8e95ca226cd5de41ef7199e7b114cda Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 14 Feb 2007 14:19:50 +0000 Subject: [PATCH] * Removed old and obsolete ant infrastructure. Developers are now required to have their own ant installed. --- compile.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 compile.sh diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 67c88c0c..00000000 --- a/compile.sh +++ /dev/null @@ -1,5 +0,0 @@ -cd build -./build.sh jar -cd .. -mv lib/helma-* lib/helma.jar -./start.sh