Automatically add and remove indices and primary key (though it's extremely
unlikely that one would do the latter), automatically remove obsolete columns (might be dangerous, I could be pursuaded to reconsider). git-svn-id: https://samskivert.googlecode.com/svn/trunk@2013 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ CLASSPATH="$JAVA_HOME/jre/lib/rt.jar"
|
||||
for JAR in $ROOT/dist/lib/*.jar; do
|
||||
CLASSPATH=$CLASSPATH:$JAR
|
||||
done
|
||||
CLASSPATH=$ROOT/dist/classes:$CLASSPATH
|
||||
CLASSPATH=$ROOT/dist/classes:$ROOT:$CLASSPATH
|
||||
export CLASSPATH
|
||||
|
||||
eval $JAVA_VM $JAVA_ARGS "$@"
|
||||
|
||||
Reference in New Issue
Block a user