Repository: airavata
Updated Branches:
  refs/heads/master abc42f690 -> 4c7dcc0a6


Fixed xslt namespace issue


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

Branch: refs/heads/master
Commit: cce7be71e9fe6b9902ccd000744f416c479c1cf6
Parents: abc42f6
Author: Shameera Rathanyaka <[email protected]>
Authored: Tue Jul 14 10:49:12 2015 -0400
Committer: Shameera Rathanyaka <[email protected]>
Committed: Tue Jul 14 10:49:12 2015 -0400

----------------------------------------------------------------------
 modules/configuration/server/src/main/resources/LSFTemplate.xslt   | 2 +-
 modules/configuration/server/src/main/resources/PBSTemplate.xslt   | 2 +-
 modules/configuration/server/src/main/resources/SLURMTemplate.xslt | 2 +-
 modules/configuration/server/src/main/resources/UGETemplate.xslt   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/cce7be71/modules/configuration/server/src/main/resources/LSFTemplate.xslt
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/LSFTemplate.xslt 
b/modules/configuration/server/src/main/resources/LSFTemplate.xslt
index 3ed9285..7859e7f 100644
--- a/modules/configuration/server/src/main/resources/LSFTemplate.xslt
+++ b/modules/configuration/server/src/main/resources/LSFTemplate.xslt
@@ -5,7 +5,7 @@
        in writing, software distributed under the License is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
        ANY ~ KIND, either express or implied. See the License for the specific 
language governing permissions and limitations under
        the License. -->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
 xmlns:ns="http://airavata.apache.org/gsi/ssh/2012/12";>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
 xmlns:ns="http://airavata.apache.org/gfac/core/2012/12";>
     <xsl:output method="text" />
     <xsl:template match="/ns:JobDescriptor">
         <xsl:param name="quote">"</xsl:param>

http://git-wip-us.apache.org/repos/asf/airavata/blob/cce7be71/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 7bdfe09..75b71b2 100644
--- a/modules/configuration/server/src/main/resources/PBSTemplate.xslt
+++ b/modules/configuration/server/src/main/resources/PBSTemplate.xslt
@@ -5,7 +5,7 @@
        in writing, software distributed under the License is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
        ANY ~ KIND, either express or implied. See the License for the specific 
language governing permissions and limitations under
        the License. -->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
 xmlns:ns="http://airavata.apache.org/gsi/ssh/2012/12";>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
 xmlns:ns="http://airavata.apache.org/gfac/core/2012/12";>
 <xsl:output method="text" />
 <xsl:template match="/ns:JobDescriptor">
     <xsl:param name="quote">"</xsl:param>

http://git-wip-us.apache.org/repos/asf/airavata/blob/cce7be71/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 25fc909..43dd552 100644
--- a/modules/configuration/server/src/main/resources/SLURMTemplate.xslt
+++ b/modules/configuration/server/src/main/resources/SLURMTemplate.xslt
@@ -5,7 +5,7 @@
        in writing, software distributed under the License is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
        ANY ~ KIND, either express or implied. See the License for the specific 
language governing permissions and limitations under
        the License. -->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:ns="http://airavata.apache.org/gsi/ssh/2012/12";>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:ns="http://airavata.apache.org/gfac/core/2012/12";>
 <xsl:output method="text" />
 <xsl:template match="/ns:JobDescriptor">
     <xsl:param name="quote">"</xsl:param>

http://git-wip-us.apache.org/repos/asf/airavata/blob/cce7be71/modules/configuration/server/src/main/resources/UGETemplate.xslt
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/UGETemplate.xslt 
b/modules/configuration/server/src/main/resources/UGETemplate.xslt
index 7005295..bfb9b16 100644
--- a/modules/configuration/server/src/main/resources/UGETemplate.xslt
+++ b/modules/configuration/server/src/main/resources/UGETemplate.xslt
@@ -5,7 +5,7 @@
        in writing, software distributed under the License is distributed on an 
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
        ANY ~ KIND, either express or implied. See the License for the specific 
language governing permissions and limitations under
        the License. -->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:ns="http://airavata.apache.org/gsi/ssh/2012/12";>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:ns="http://airavata.apache.org/gfac/core/2012/12";>
 <xsl:output method="text" />
 <xsl:template match="/ns:JobDescriptor">
     <xsl:param name="quote">"</xsl:param>

Reply via email to