You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2015/04/17 23:36:48 UTC

airavata git commit: Fixed - AIRAVATA-1680

Repository: airavata
Updated Branches:
  refs/heads/master 5be53c730 -> 5747ec014


Fixed - AIRAVATA-1680


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/5747ec01
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/5747ec01
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/5747ec01

Branch: refs/heads/master
Commit: 5747ec014899878416372cca41cc196a842ca10a
Parents: 5be53c7
Author: shamrath <sh...@gmail.com>
Authored: Fri Apr 17 17:36:38 2015 -0400
Committer: shamrath <sh...@gmail.com>
Committed: Fri Apr 17 17:36:38 2015 -0400

----------------------------------------------------------------------
 modules/configuration/server/src/main/resources/PBSTemplate.xslt   | 1 -
 modules/configuration/server/src/main/resources/SLURMTemplate.xslt | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/5747ec01/modules/configuration/server/src/main/resources/PBSTemplate.xslt
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/PBSTemplate.xslt b/modules/configuration/server/src/main/resources/PBSTemplate.xslt
index 559c30e..7bdfe09 100644
--- a/modules/configuration/server/src/main/resources/PBSTemplate.xslt
+++ b/modules/configuration/server/src/main/resources/PBSTemplate.xslt
@@ -91,7 +91,6 @@ cd <xsl:text>   </xsl:text><xsl:value-of select="ns:workingDirectory"/><xsl:text
       <xsl:value-of select="."/><xsl:text>   </xsl:text>
 </xsl:for-each>
     <xsl:text>&#xa;</xsl:text>
-~/rabbitmq-java-client-bin-3.3.5/runjava.sh com.rabbitmq.examples.SimpleProducer amqp://<xsl:value-of select="ns:callBackIp"/><xsl:text> </xsl:text><xsl:value-of select="ns:userName"/>,<xsl:value-of select="ns:jobName"/><xsl:text> </xsl:text><xsl:value-of select="$quote"/><xsl:value-of select="$quote"/><xsl:text> </xsl:text><xsl:value-of select="ns:callBackPort"/>
 </xsl:template>
 
 </xsl:stylesheet>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/airavata/blob/5747ec01/modules/configuration/server/src/main/resources/SLURMTemplate.xslt
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/SLURMTemplate.xslt b/modules/configuration/server/src/main/resources/SLURMTemplate.xslt
index a2e274d..25fc909 100644
--- a/modules/configuration/server/src/main/resources/SLURMTemplate.xslt
+++ b/modules/configuration/server/src/main/resources/SLURMTemplate.xslt
@@ -87,7 +87,6 @@ cd <xsl:text>   </xsl:text><xsl:value-of select="ns:workingDirectory"/><xsl:text
     <xsl:text>&#xa;</xsl:text>
     <xsl:value-of select="."/><xsl:text>   </xsl:text>
 </xsl:for-each>
-    ~/rabbitmq-java-client-bin-3.3.5/runjava.sh com.rabbitmq.examples.SimpleProducer amqp://<xsl:value-of select="ns:callBackIp"/><xsl:text> </xsl:text><xsl:value-of select="ns:userName"/>,<xsl:value-of select="ns:jobName"/><xsl:text> </xsl:text><xsl:value-of select="$quote"/><xsl:value-of select="$quote"/><xsl:text> </xsl:text><xsl:value-of select="ns:callBackPort"/>
 </xsl:template>
 
 </xsl:stylesheet>
\ No newline at end of file