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 2018/06/06 22:54:25 UTC

[1/2] incubator-taverna-plugin-component git commit: Use taverna-credential-manager-api

Repository: incubator-taverna-plugin-component
Updated Branches:
  refs/heads/master 9075dc70c -> 00c2f0686


Use taverna-credential-manager-api


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

Branch: refs/heads/master
Commit: e92ab2ae0a9b164bc5bca6f63a5032226963a66d
Parents: 9075dc7
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Jun 6 23:53:51 2018 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Jun 6 23:53:51 2018 +0100

----------------------------------------------------------------------
 taverna-component-activity/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/e92ab2ae/taverna-component-activity/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-component-activity/pom.xml b/taverna-component-activity/pom.xml
index 3d05378..9410910 100644
--- a/taverna-component-activity/pom.xml
+++ b/taverna-component-activity/pom.xml
@@ -92,7 +92,7 @@
 			<version>${taverna.language.version}</version> </dependency> -->
 		<dependency>
 			<groupId>org.apache.taverna.engine</groupId>
-			<artifactId>taverna-credential-manager</artifactId>
+			<artifactId>taverna-credential-manager-api</artifactId>
 			<version>${taverna.engine.version}</version>
 		</dependency>
 


[2/2] incubator-taverna-plugin-component git commit: Avoid XML syntax error

Posted by st...@apache.org.
Avoid XML syntax error


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/00c2f068
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/00c2f068
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/00c2f068

Branch: refs/heads/master
Commit: 00c2f0686c3772eefc02f2d681e31db66a2a1177
Parents: e92ab2a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Jun 6 23:54:08 2018 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Jun 6 23:54:08 2018 +0100

----------------------------------------------------------------------
 .../src/main/resources/NewMyExperimentSchema.xsd                  | 3 +--
 .../src/main/resources/ComponentProfile.xsd                       | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/00c2f068/taverna-component-activity/src/main/resources/NewMyExperimentSchema.xsd
----------------------------------------------------------------------
diff --git a/taverna-component-activity/src/main/resources/NewMyExperimentSchema.xsd b/taverna-component-activity/src/main/resources/NewMyExperimentSchema.xsd
index fe4dd18..0f8e133 100644
--- a/taverna-component-activity/src/main/resources/NewMyExperimentSchema.xsd
+++ b/taverna-component-activity/src/main/resources/NewMyExperimentSchema.xsd
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -470,4 +469,4 @@
 	<xs:element name="workflow" type="ComponentType" />
 	<xs:element name="pack" type="ComponentFamilyType" />
 	<xs:element name="file" type="ComponentProfileType" />
-</xs:schema>
\ No newline at end of file
+</xs:schema>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/00c2f068/taverna-component-repository-api/src/main/resources/ComponentProfile.xsd
----------------------------------------------------------------------
diff --git a/taverna-component-repository-api/src/main/resources/ComponentProfile.xsd b/taverna-component-repository-api/src/main/resources/ComponentProfile.xsd
index 27d4ba5..4ebd042 100644
--- a/taverna-component-repository-api/src/main/resources/ComponentProfile.xsd
+++ b/taverna-component-repository-api/src/main/resources/ComponentProfile.xsd
@@ -1,4 +1,3 @@
-<?xml version="1.0"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <!--