User: norbert
Date: 00/06/09 14:43:20
Modified: build build.sh
Log:
Fix for UNIX build
Revision Changes Path
1.3 +2 -13 spyderMQ/build/build.sh
Index: build.sh
===================================================================
RCS file: /products/cvs/ejboss/spyderMQ/build/build.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.sh 2000/05/31 18:21:20 1.2
+++ build.sh 2000/06/09 21:43:20 1.3
@@ -6,19 +6,8 @@
# If your java binary is not in the path, edit this to point to the actual
# location
-JAVA=/opt/jdk1.2.2/bin/java
-
-# -----------------------------------------------------------
-# The targets are the different build scripts.
-# The default "dist" is suggested.See INSTALL for details
-#
-# "core" target builds EJBoss core classes
-# "clean" target removes bin directory
-# -----------------------------------------------------------
-
+JAVA=java
TARGET=${1}
-# TARGET=core
-# TARGET=clean
#-------------------------------------------------------------------
# Define the paths to each of the packages
@@ -40,7 +29,7 @@
# No need to edit anything past here
#--------------------------------------------
if test -z "${TARGET}" ; then
-TARGET=core
+TARGET=dist
fi
echo Now building ${TARGET} for JDK${JDK}...