You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by st...@apache.org on 2014/09/04 01:47:16 UTC

svn commit: r1622375 - /oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr

Author: starchmd
Date: Wed Sep  3 23:47:15 2014
New Revision: 1622375

URL: http://svn.apache.org/r1622375
Log:
Fixing issue OODT-745, removing trailing spaces

Modified:
    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr?rev=1622375&r1=1622374&r2=1622375&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr Wed Sep  3 23:47:15 2014
@@ -85,7 +85,7 @@ if [ "$1" = "start" ]; then
     -Dorg.apache.oodt.cas.workflow.properties="$WORKFLOW_HOME"/etc/workflow.properties \
     -Djava.io.tmpdir="$OODT_TMPDIR" \
     -Dorg.apache.oodt.cas.pge.task.metkeys.legacyMode="true" \
-    -Dorg.apache.oodt.cas.pge.task.status.legacyMode="true" \    
+    -Dorg.apache.oodt.cas.pge.task.status.legacyMode="true" \
     org.apache.oodt.cas.workflow.system.XmlRpcWorkflowManager \
     --portNum "$WORKFLOW_PORT" 2>&1 &