changeset 63:ce467a831e45

Remove unnecessary jar from classpath in agent startup script.
author Jon VanAlten <jon.vanalten@redhat.com>
date Tue, 31 Jan 2012 17:19:30 -0500
parents c1cc0b37e8c1
children 41210ed840cf
files scripts/thermostat-agent
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/thermostat-agent	Tue Jan 31 16:56:48 2012 -0500
+++ b/scripts/thermostat-agent	Tue Jan 31 17:19:30 2012 -0500
@@ -40,11 +40,10 @@
 JAVA_DIR="@JAVA_DIR@"
 JAVA_EXE="@JAVA_HOME@/bin/java"
 JCOMMON_JAR="${JAVA_DIR}/jcommon.jar"
-JFREECHART_JAR="${JAVA_DIR}/jfreechart/jfreechart.jar"
 MONGO_JAR="${JAVA_DIR}/mongo.jar"
 BSON_JAR="${JAVA_DIR}/bson.jar"
 TOOLS_JAR="@JAVA_HOME@/../lib/tools.jar"
-AGENT_CLASSPATH="${JCOMMON_JAR}:${JFREECHART_JAR}:${MONGO_JAR}:${BSON_JAR}:${TOOLS_JAR}"
+AGENT_CLASSPATH="${JCOMMON_JAR}:${MONGO_JAR}:${BSON_JAR}:${TOOLS_JAR}"
 # Find the directory where thermostat is installed.
 # Note this will not work if there are symlinks to resolve that
 # are not full paths.