Print

Print


Commit in GeomConverter on MAIN
build.sh+15added 1.1
buildDist.sh-151.4 removed
+15-15
1 added + 1 removed, total 2 files


GeomConverter
build.sh added at 1.1
diff -N build.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ build.sh	6 Jan 2006 23:18:13 -0000	1.1
@@ -0,0 +1,15 @@
+#!/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 clean \
+      jar:install run:install

GeomConverter
buildDist.sh removed after 1.4
diff -N buildDist.sh
--- buildDist.sh	31 Aug 2005 19:09:13 -0000	1.4
+++ /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 clean \
-      jar:install run:install
CVSspam 0.2.8