You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by jb...@apache.org on 2011/10/31 20:01:44 UTC

svn commit: r1195641 - in /incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin: agent agent.bat

Author: jbonofre
Date: Mon Oct 31 20:01:43 2011
New Revision: 1195641

URL: http://svn.apache.org/viewvc?rev=1195641&view=rev
Log:
Update classworlds version in agent startup script.

Modified:
    incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent
    incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent.bat

Modified: incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent
URL: http://svn.apache.org/viewvc/incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent?rev=1195641&r1=1195640&r2=1195641&view=diff
==============================================================================
--- incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent (original)
+++ incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent Mon Oct 31 20:01:43 2011
@@ -143,7 +143,7 @@ elif [ "$JVM_VENDOR" = "IBM" ]; then
 fi
 
 # define classworlds
-CLASSPATH=$KALUMET_AGENT_HOME/lib/classworlds-1.0.1.jar
+CLASSPATH=$KALUMET_AGENT_HOME/lib/classworlds-1.1.jar
 CLASSWORLDS_CONF=$KALUMET_AGENT_HOME/conf/agent.conf
 
 # for cygwin, switch paths to Windows format before running java

Modified: incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent.bat
URL: http://svn.apache.org/viewvc/incubator/kalumet/AutoDeploy/branches/0.5/src/main/release/bin/agent.bat?rev=1195641&r1=1195640&r2=1195641&view=diff
==============================================================================
Binary files - no diff available.