|
From: <ha...@us...> - 2007-11-23 21:29:35
|
Revision: 1844
http://cogkit.svn.sourceforge.net/cogkit/?rev=1844&view=rev
Author: hategan
Date: 2007-11-23 13:29:26 -0800 (Fri, 23 Nov 2007)
Log Message:
-----------
updated package names due to refactoring in SSH provider
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/resources/task.xml
Modified: trunk/current/src/cog/modules/karajan/resources/task.xml
===================================================================
--- trunk/current/src/cog/modules/karajan/resources/task.xml 2007-11-23 21:28:54 UTC (rev 1843)
+++ trunk/current/src/cog/modules/karajan/resources/task.xml 2007-11-23 21:29:26 UTC (rev 1844)
@@ -44,7 +44,7 @@
<export name="InteractiveSSHSecurityContext" restricted="true">
<element arguments="" optargs="username, privatekey, nogui">
<set name="sc">
- <java:new classname="org.globus.cog.abstraction.impl.execution.ssh.InteractiveSSHSecurityContextImpl"/>
+ <java:new classname="org.globus.cog.abstraction.impl.ssh.InteractiveSSHSecurityContextImpl"/>
</set>
<if>
<isDefined name="username"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|