User: user57 Date: 01/10/03 15:42:58 Modified: src/bin update-website.sh Log: o jboss-website needs a JDK not a JRE to build Revision Changes Path 1.10 +2 -2 newsite/src/bin/update-website.sh Index: update-website.sh =================================================================== RCS file: /cvsroot/jboss/newsite/src/bin/update-website.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- update-website.sh 2001/10/03 00:57:02 1.9 +++ update-website.sh 2001/10/03 22:42:57 1.10 @@ -6,7 +6,7 @@ ## ## ### ====================================================================== ### -# $Id: update-website.sh,v 1.9 2001/10/03 00:57:02 user57 Exp $ +# $Id: update-website.sh,v 1.10 2001/10/03 22:42:57 user57 Exp $ ## ## Returns exit status 0 for success, 1 for errors and 2 for fatal errors. @@ -37,7 +37,7 @@ # Setup Java if [ "x$JAVA_HOME" = "x" ]; then - JAVA_HOME=/opt/java/jre + JAVA_HOME="/opt/java/jdk" fi export JAVA_HOME
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
