bugfixx
authorha <ha>
Sun, 16 Sep 2001 13:46:54 +0000 (13:46 +0000)
committerha <ha>
Sun, 16 Sep 2001 13:46:54 +0000 (13:46 +0000)
build.sh

index d6f9fb8..bf65dc0 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 # build.sh -- the build-script for Mir
 
 # Identify the custom class path components we need
-JAVA_HOME=/usr/lib/j2sdk1.3
+JAVA_HOME=/usr/local/jdk1.2.2
 
 # Add all JAR files to CLASSPATH
 LOCALCLASSPATH=`echo /usr/share/java/*.jar | tr ' ' ':'`
@@ -13,7 +13,7 @@ TOMCAT_HOME=/usr/share/tomcat
 CP=$LIB_HOME/servlet.jar
 CP=$LIB_HOME/ant.jar:$LIB_HOME/xerces.jar
 CP=$CP:$LOCALCLASSPATH
-CP=$CP:$TOMCAT_HOME/lib/tomcat.jar
+CP=$CP:$LIB_HOME/servlet-2.2.jar
 CP=$CP:$LIB_HOME/gnu-regexp-1.0.8.jar
 CP=$CP:$LIB_HOME/freemarker.jar:$LIB_HOME/freemarker-utility.jar
 CP=$CP:$LIB_HOME/mm.mysql