You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/01/19 15:59:41 UTC

incubator-taverna-commandline git commit: TAVERNA-876 avoid lib/lib on Windows

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master 3fdabc8a6 -> c3a31c56f


TAVERNA-876 avoid lib/lib on Windows


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/c3a31c56
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/c3a31c56
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/c3a31c56

Branch: refs/heads/master
Commit: c3a31c56fbd7ec3188a65c37a29691fbc1f2bbfe
Parents: 3fdabc8
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Jan 19 14:55:09 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Jan 19 14:55:09 2016 +0000

----------------------------------------------------------------------
 taverna-commandline-product/src/main/etc/executeworkflow.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/c3a31c56/taverna-commandline-product/src/main/etc/executeworkflow.bat
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/src/main/etc/executeworkflow.bat b/taverna-commandline-product/src/main/etc/executeworkflow.bat
index 165dc83..2c805d7 100644
--- a/taverna-commandline-product/src/main/etc/executeworkflow.bat
+++ b/taverna-commandline-product/src/main/etc/executeworkflow.bat
@@ -14,4 +14,4 @@ set ARGS=%ARGS% "-Dlog4j.configuration=file:///%TAVERNA_HOME%conf/log4j.properti
 set ARGS=%ARGS% "-Djava.util.logging.config.file=%TAVERNA_HOME%conf/logging.properties"
 set ARGS=%ARGS% "-Dtaverna.app.startup=%TAVERNA_HOME%."
 
-java %ARGS% -jar "%TAVERNA_HOME%lib\/lib/org.apache.taverna.commandline/taverna-commandline-launcher-3.1.0-incubating-SNAPSHOT.jar" %*
+java %ARGS% -jar "%TAVERNA_HOME%lib/org.apache.taverna.commandline/taverna-commandline-launcher-3.1.0-incubating-SNAPSHOT.jar" %*