From c3edc5407d7bb5198c43f332d13b2f3b0c56366e Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Fri, 9 Dec 2005 11:50:18 +0000 Subject: [PATCH] Renamed hop.sh/hop.bat to start.sh/start.bat --- build/main/{hop.bat => start.bat} | 0 build/main/{hop.sh => start.sh} | 0 compile.sh | 2 +- hop.bat => start.bat | 0 hop.sh => start.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename build/main/{hop.bat => start.bat} (100%) rename build/main/{hop.sh => start.sh} (100%) mode change 100644 => 100755 rename hop.bat => start.bat (100%) rename hop.sh => start.sh (100%) diff --git a/build/main/hop.bat b/build/main/start.bat similarity index 100% rename from build/main/hop.bat rename to build/main/start.bat diff --git a/build/main/hop.sh b/build/main/start.sh old mode 100644 new mode 100755 similarity index 100% rename from build/main/hop.sh rename to build/main/start.sh diff --git a/compile.sh b/compile.sh index 95839541..85ad04b0 100755 --- a/compile.sh +++ b/compile.sh @@ -2,5 +2,5 @@ cd build ./build.sh jar cd .. mv lib/helma-* lib/helma.jar -./hop.sh +./start.sh diff --git a/hop.bat b/start.bat similarity index 100% rename from hop.bat rename to start.bat diff --git a/hop.sh b/start.sh similarity index 100% rename from hop.sh rename to start.sh