initial check-in

This commit is contained in:
Tobi Schäfer 2001-06-21 13:04:14 +00:00
parent d1e6694a47
commit 27b20500c7
17 changed files with 284 additions and 0 deletions

12
build/main/hop.sh Normal file
View file

@ -0,0 +1,12 @@
#! /bin/sh
# Stupid shell script for starting Hop with a JDK-like virtual machine.
# Presumes that you have your classpath set.
export HOP_PORT=8080
export JARS=lib/helma.jar:lib/berkeley.jar:lib/village.jar:lib/jsdk.jar:lib/openxml.jar
export JARS=$JARS:lib/sax.jar:lib/regexp.jar:lib/netcomponents.jar:lib/jimi.jar
export JARS=$JARS:lib/mail.jar:lib/activation.jar:lib/mysql.jar
java -classpath $CLASSPATH:$JARS helma.objectmodel.db.Server -w $HOP_PORT