2
Fork 0

Refactored internal api

This commit is contained in:
Willem Cazander 2012-06-04 22:49:12 +02:00
parent 3f31bb8a3a
commit 6ccd763d1f
361 changed files with 23049 additions and 4498 deletions

View file

@ -28,7 +28,7 @@ cd `dirname $0`;
# Config variables
JAVA="java";
JAVA_OPTS="-Xms64m -Xmx256m";
MAIN_CLASS="net.forwardfire.vasc.demo.tech.ui.TechUI";
MAIN_CLASS="net.forwardfire.vasc.demo.tech.core.VascTechDemo";
CP=`echo lib/*.jar | sed 's/ /:/g'`;
# Launch application