Commit in GeomConverter/scripts on MAIN
build.sh-151.1 removed
remove old build script

GeomConverter/scripts
build.sh removed after 1.1
diff -N build.sh
--- build.sh	6 Aug 2008 00:22:40 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-checkcyg=$(uname | grep CYGWIN)
-if [ -n "$checkcyg" ]
-then 
-  install_dir=$(cygpath -w $(pwd))
-else
-  install_dir=$(pwd)
-fi
-
-echo "install_dir=$install_dir"
-
-maven -Drun.install=${install_dir} \
-      -Dmaven.test.skip=true \
-      eclipse jar:install run:install
CVSspam 0.2.8