Revision: 2017
http://cogkit.svn.sourceforge.net/cogkit/?rev=2017&view=rev
Author: hategan
Date: 2008-05-13 06:51:34 -0700 (Tue, 13 May 2008)
Log Message:
-----------
a trivial mesasge change
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt4_0_0/src/org/globus/cog/abstraction/impl/execution/gt4_0_0/JobSubmissionTaskHandler.java
Modified: trunk/current/src/cog/modules/provider-gt4_0_0/src/org/globus/cog/abstraction/impl/execution/gt4_0_0/JobSubmissionTaskHandler.java
===================================================================
--- trunk/current/src/cog/modules/provider-gt4_0_0/src/org/globus/cog/abstraction/impl/execution/gt4_0_0/JobSubmissionTaskHandler.java 2008-05-13 11:50:51 UTC (rev 2016)
+++ trunk/current/src/cog/modules/provider-gt4_0_0/src/org/globus/cog/abstraction/impl/execution/gt4_0_0/JobSubmissionTaskHandler.java 2008-05-13 13:51:34 UTC (rev 2017)
@@ -335,7 +335,7 @@
if (FileLocation.LOCAL.overlaps(spec.getExecutableLocation())) {
throw new IllegalSpecException(
- "The gt4.0.0 provider does not support local executables");
+ "The GT4.0.x provider does not support local executables");
}
desc.setExecutable(spec.getExecutable());
@@ -364,7 +364,7 @@
if ("true".equals(AbstractionProperties.getProperties("gt4")
.getProperty("fail.on.redirect"))) {
throw new IllegalSpecException(
- "The gt4.0.0 provider does not support redirection");
+ "The GT4.0.x provider does not support redirection");
}
else {
synchronized (JobSubmissionTaskHandler.class) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|