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/05/14 21:44:12 UTC

airavata git commit: Edited both bfac-server and server bin-assembly.xml to add UGETemplate.xslt to bin directory.

Repository: airavata
Updated Branches:
  refs/heads/master 86a79b669 -> 41cb87a9f


Edited both bfac-server and server bin-assembly.xml to add UGETemplate.xslt to bin directory.


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

Branch: refs/heads/master
Commit: 41cb87a9f64d29f7089437d4cf2ed1b332a1c5cf
Parents: 86a79b6
Author: shamrath <sh...@gmail.com>
Authored: Thu May 14 15:44:10 2015 -0400
Committer: shamrath <sh...@gmail.com>
Committed: Thu May 14 15:44:10 2015 -0400

----------------------------------------------------------------------
 .../distribution/gfac-server/src/main/assembly/bin-assembly.xml    | 2 +-
 modules/distribution/server/src/main/assembly/bin-assembly.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/41cb87a9/modules/distribution/gfac-server/src/main/assembly/bin-assembly.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/gfac-server/src/main/assembly/bin-assembly.xml b/modules/distribution/gfac-server/src/main/assembly/bin-assembly.xml
index 4aab99d..5f55e4e 100644
--- a/modules/distribution/gfac-server/src/main/assembly/bin-assembly.xml
+++ b/modules/distribution/gfac-server/src/main/assembly/bin-assembly.xml
@@ -114,7 +114,7 @@
 				<include>gfac-config.xml</include>
 				<include>PBSTemplate.xslt</include>
 				<include>SLURMTemplate.xslt</include>
-				<include>SGETemplate.xslt</include>
+				<include>UGETemplate.xslt</include>
 				<include>gsissh.properties</include>
 			</includes>
 		</fileSet>

http://git-wip-us.apache.org/repos/asf/airavata/blob/41cb87a9/modules/distribution/server/src/main/assembly/bin-assembly.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/server/src/main/assembly/bin-assembly.xml b/modules/distribution/server/src/main/assembly/bin-assembly.xml
index 18ccad6..8b88e92 100644
--- a/modules/distribution/server/src/main/assembly/bin-assembly.xml
+++ b/modules/distribution/server/src/main/assembly/bin-assembly.xml
@@ -128,7 +128,7 @@
 				<include>PBSTemplate.xslt</include>
 				<include>SLURMTemplate.xslt</include>
 				<include>LSFTemplate.xslt</include>
-				<include>SGETemplate.xslt</include>
+				<include>UGETemplate.xslt</include>
 				<include>gsissh.properties</include>
 			</includes>
 		</fileSet>