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 2015/02/23 11:35:26 UTC

[11/58] [abbrv] incubator-taverna-plugin-component git commit: taverna-component-activity/

taverna-component-activity/


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/e15f9c85
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/e15f9c85
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/e15f9c85

Branch: refs/heads/master
Commit: e15f9c8505eb5f0bf3ae7b08790635a1067cbefd
Parents: 481ad43
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 17:19:21 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 17:19:21 2015 +0000

----------------------------------------------------------------------
 .travis.yml                                     |    1 -
 README.md                                       |    7 -
 pom.xml                                         |  190 --
 src/main/catalog/XMLSchema.xsd                  | 2473 ------------------
 src/main/catalog/catalog.xml                    |    7 -
 src/main/catalog/xml.xsd                        |  287 --
 .../taverna/t2/component/ComponentActivity.java |  152 --
 .../ComponentActivityConfigurationBean.java     |  145 -
 .../t2/component/ComponentActivityFactory.java  |  125 -
 .../ComponentActivityLocalChecker.java          |   52 -
 .../ComponentActivityUpgradeChecker.java        |   69 -
 .../t2/component/ComponentExceptionFactory.java |   27 -
 .../t2/component/ComponentHealthCheck.java      |   24 -
 .../ComponentImplementationException.java       |   26 -
 .../sf/taverna/t2/component/ProxyCallback.java  |  250 --
 .../component/profile/ActivityProfileImpl.java  |   54 -
 .../component/profile/BaseProfileLocator.java   |  145 -
 .../component/profile/ComponentProfileImpl.java |  686 -----
 .../t2/component/profile/PortProfileImpl.java   |   59 -
 .../profile/SemanticAnnotationProfileImpl.java  |  177 --
 .../t2/component/registry/ClientVersion.java    |   33 -
 .../t2/component/registry/Component.java        |  161 --
 .../t2/component/registry/ComponentFamily.java  |  162 --
 .../registry/ComponentImplementationCache.java  |   65 -
 .../component/registry/ComponentRegistry.java   |  245 --
 .../t2/component/registry/ComponentUtil.java    |  113 -
 .../t2/component/registry/ComponentVersion.java |   65 -
 .../ComponentVersionIdentification.java         |  196 --
 .../registry/local/LocalComponent.java          |  134 -
 .../registry/local/LocalComponentFamily.java    |  141 -
 .../registry/local/LocalComponentRegistry.java  |  205 --
 .../local/LocalComponentRegistryFactory.java    |   45 -
 .../registry/local/LocalComponentVersion.java   |   94 -
 .../t2/component/registry/standard/Client.java  |  637 -----
 .../registry/standard/NewComponent.java         |  220 --
 .../registry/standard/NewComponentFamily.java   |  132 -
 .../registry/standard/NewComponentLicense.java  |   58 -
 .../registry/standard/NewComponentProfile.java  |  103 -
 .../registry/standard/NewComponentRegistry.java |  469 ----
 .../standard/NewComponentRegistryFactory.java   |   66 -
 .../t2/component/registry/standard/Policy.java  |  135 -
 .../registry/standard/annotations/Unused.java   |   25 -
 .../standard/annotations/package-info.java      |    6 -
 .../registry/standard/package-info.java         |    5 -
 .../t2/component/utils/AnnotationUtils.java     |   91 -
 .../taverna/t2/component/utils/SystemUtils.java |  117 -
 src/main/resources/BaseProfile.xml              |  123 -
 src/main/resources/EmptyProfile.xml             |   12 -
 .../spring/component-activity-context.xml       |   70 -
 src/main/resources/NewMyExperimentSchema.xsd    |  454 ----
 .../t2/component/registry/version.properties    |    1 -
 src/main/resources/schema.json                  |   36 -
 .../t2/component/ComponentActivityTest.java     |  103 -
 .../component/registry/ComponentFamilyTest.java |  125 -
 .../registry/ComponentRegistryTest.java         |  184 --
 .../t2/component/registry/ComponentTest.java    |  114 -
 .../registry/ComponentVersionTest.java          |   97 -
 .../taverna/t2/component/registry/Harness.java  |   11 -
 .../local/LocalComponentFamilyTest.java         |   43 -
 .../local/LocalComponentRegistryTest.java       |   61 -
 .../registry/local/LocalComponentTest.java      |   43 -
 .../local/LocalComponentVersionTest.java        |   43 -
 .../registry/local/RegistrySupport.java         |   24 -
 .../standard/NewComponentFamilyTest.java        |   25 -
 .../standard/NewComponentRegistryTest.java      |   75 -
 .../registry/standard/NewComponentTest.java     |   25 -
 .../standard/NewComponentVersionTest.java       |   25 -
 .../registry/standard/RegistrySupport.java      |   33 -
 .../net/sf/taverna/t2/util/AnnotationTest.java  |   31 -
 ...rity.credentialmanager.CredentialProviderSPI |    1 -
 src/test/resources/ValidationComponent.xml      |   62 -
 src/test/resources/beanshell_test.t2flow        |  113 -
 src/test/resources/hello_anyone.wfbundle        |  Bin 10087 -> 0 bytes
 taverna-component-activity/pom.xml              |  190 ++
 .../src/main/catalog/XMLSchema.xsd              | 2473 ++++++++++++++++++
 .../src/main/catalog/catalog.xml                |    7 +
 .../src/main/catalog/xml.xsd                    |  287 ++
 .../taverna/t2/component/ComponentActivity.java |  152 ++
 .../ComponentActivityConfigurationBean.java     |  145 +
 .../t2/component/ComponentActivityFactory.java  |  125 +
 .../ComponentActivityLocalChecker.java          |   52 +
 .../ComponentActivityUpgradeChecker.java        |   69 +
 .../t2/component/ComponentExceptionFactory.java |   27 +
 .../t2/component/ComponentHealthCheck.java      |   24 +
 .../ComponentImplementationException.java       |   26 +
 .../sf/taverna/t2/component/ProxyCallback.java  |  250 ++
 .../component/profile/ActivityProfileImpl.java  |   54 +
 .../component/profile/BaseProfileLocator.java   |  145 +
 .../component/profile/ComponentProfileImpl.java |  686 +++++
 .../t2/component/profile/PortProfileImpl.java   |   59 +
 .../profile/SemanticAnnotationProfileImpl.java  |  177 ++
 .../t2/component/registry/ClientVersion.java    |   33 +
 .../t2/component/registry/Component.java        |  161 ++
 .../t2/component/registry/ComponentFamily.java  |  162 ++
 .../registry/ComponentImplementationCache.java  |   65 +
 .../component/registry/ComponentRegistry.java   |  245 ++
 .../t2/component/registry/ComponentUtil.java    |  113 +
 .../t2/component/registry/ComponentVersion.java |   65 +
 .../ComponentVersionIdentification.java         |  196 ++
 .../registry/local/LocalComponent.java          |  134 +
 .../registry/local/LocalComponentFamily.java    |  141 +
 .../registry/local/LocalComponentRegistry.java  |  205 ++
 .../local/LocalComponentRegistryFactory.java    |   45 +
 .../registry/local/LocalComponentVersion.java   |   94 +
 .../t2/component/registry/standard/Client.java  |  637 +++++
 .../registry/standard/NewComponent.java         |  220 ++
 .../registry/standard/NewComponentFamily.java   |  132 +
 .../registry/standard/NewComponentLicense.java  |   58 +
 .../registry/standard/NewComponentProfile.java  |  103 +
 .../registry/standard/NewComponentRegistry.java |  469 ++++
 .../standard/NewComponentRegistryFactory.java   |   66 +
 .../t2/component/registry/standard/Policy.java  |  135 +
 .../registry/standard/annotations/Unused.java   |   25 +
 .../standard/annotations/package-info.java      |    6 +
 .../registry/standard/package-info.java         |    5 +
 .../t2/component/utils/AnnotationUtils.java     |   91 +
 .../taverna/t2/component/utils/SystemUtils.java |  117 +
 .../src/main/resources/BaseProfile.xml          |  123 +
 .../src/main/resources/EmptyProfile.xml         |   12 +
 .../spring/component-activity-context.xml       |   70 +
 .../main/resources/NewMyExperimentSchema.xsd    |  454 ++++
 .../t2/component/registry/version.properties    |    1 +
 .../src/main/resources/schema.json              |   36 +
 .../t2/component/ComponentActivityTest.java     |  103 +
 .../component/registry/ComponentFamilyTest.java |  125 +
 .../registry/ComponentRegistryTest.java         |  184 ++
 .../t2/component/registry/ComponentTest.java    |  114 +
 .../registry/ComponentVersionTest.java          |   97 +
 .../taverna/t2/component/registry/Harness.java  |   11 +
 .../local/LocalComponentFamilyTest.java         |   43 +
 .../local/LocalComponentRegistryTest.java       |   61 +
 .../registry/local/LocalComponentTest.java      |   43 +
 .../local/LocalComponentVersionTest.java        |   43 +
 .../registry/local/RegistrySupport.java         |   24 +
 .../standard/NewComponentFamilyTest.java        |   25 +
 .../standard/NewComponentRegistryTest.java      |   75 +
 .../registry/standard/NewComponentTest.java     |   25 +
 .../standard/NewComponentVersionTest.java       |   25 +
 .../registry/standard/RegistrySupport.java      |   33 +
 .../net/sf/taverna/t2/util/AnnotationTest.java  |   31 +
 ...rity.credentialmanager.CredentialProviderSPI |    1 +
 .../src/test/resources/ValidationComponent.xml  |   62 +
 .../src/test/resources/beanshell_test.t2flow    |  113 +
 .../src/test/resources/hello_anyone.wfbundle    |  Bin 0 -> 10087 bytes
 144 files changed, 10605 insertions(+), 10613 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/e15f9c85/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index dff5f3a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1 +0,0 @@
-language: java

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/e15f9c85/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
deleted file mode 100644
index 4f059a0..0000000
--- a/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Taverna Workflow System
-====
-Component Activity: data model and execution implementation
-----
-This code was previously hosted at [Google Code](http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.activities/).
-
-See [this sibling repository](https://github.com/taverna/taverna-component-activity-ui) for the GUI for editing and working with Components.

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/e15f9c85/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 01d00ca..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,190 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>net.sf.taverna</groupId>
-		<artifactId>taverna-parent</artifactId>
-		<version>3.0.1-SNAPSHOT</version>
-	</parent>
-	<groupId>net.sf.taverna.t2.activities</groupId>
-	<artifactId>component-activity</artifactId>
-	<version>${t2.activities.version}</version>
-	<name>Taverna Component activity</name>
-	<packaging>bundle</packaging>
-	<properties>
-		<jena.core.version>2.11.1</jena.core.version>
-	</properties>
-
-	<scm>
-		<connection>scm:git:https://github.com/taverna/taverna-component-activity.git</connection>
-		<developerConnection>scm:git:ssh://git@github.com/taverna/taverna-component-activity.git</developerConnection>
-		<url>https://github.com/taverna/taverna-component-activity/</url>
-		<tag>HEAD</tag>
-	</scm>
-
-	<dependencies>
-		<dependency>
-			<groupId>net.sf.taverna.component</groupId>
-			<artifactId>component-repository</artifactId>
-			<version>${t2.activities.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.taverna.t2.core</groupId>
-			<artifactId>reference-api</artifactId>
-			<version>${t2.core.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.taverna.t2.core</groupId>
-			<artifactId>workflowmodel-api</artifactId>
-			<version>${t2.core.version}</version>
-		</dependency>
-		<dependency>
-      <!-- FIXME: Avoid -->
-			<groupId>net.sf.taverna.t2.core</groupId>
-			<artifactId>workflowmodel-impl</artifactId>
-			<version>${t2.core.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>uk.org.taverna.platform</groupId>
-			<artifactId>taverna-execution-api</artifactId>
-			<version>${platform.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.taverna.t2.activities</groupId>
-			<artifactId>dataflow-activity</artifactId>
-			<version>${t2.activities.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>uk.org.taverna.configuration</groupId>
-			<artifactId>taverna-app-configuration-api</artifactId>
-			<version>${taverna.configuration.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>uk.org.taverna.scufl2</groupId>
-			<artifactId>scufl2-api</artifactId>
-			<version>${scufl2.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>uk.org.taverna.scufl2</groupId>
-			<artifactId>scufl2-t2flow</artifactId>
-			<version>${scufl2.version}</version>
-		</dependency>
-		<!-- 
-		<dependency>
-			<groupId>uk.org.taverna.scufl2</groupId>
-			<artifactId>scufl2-annotation</artifactId>
-			<version>${scufl2.version}</version>
-		</dependency>
-		 -->
-
-		<dependency>
-			<groupId>org.jdom</groupId>
-			<artifactId>com.springsource.org.jdom</artifactId>
-			<version>${jdom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>${commons.io.version}</version>
-		</dependency>
-    <!--
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>com.springsource.org.apache.httpcomponents.httpclient</artifactId>
-			<version>${apache.httpclient.version}</version>
-			<exclusions>
-				<exclusion>
-					<groupId>org.apache.httpcomponents</groupId>
-					<artifactId>com.springsource.org.apache.httpcomponents.httpclient-cache</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.apache.httpcomponents</groupId>
-					<artifactId>com.springsource.org.apache.httpcomponents.httpmime</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-    -->
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>com.springsource.org.apache.commons.httpclient</artifactId>
-      <version>${commons.httpclient.version}</version>
-    </dependency>
-
-		<dependency>
-			<groupId>org.apache.log4j</groupId>
-			<artifactId>com.springsource.org.apache.log4j</artifactId>
-			<version>${log4j.version}</version>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.clerezza.ext</groupId>
-			<artifactId>com.hp.hpl.jena</artifactId>
-			<version>0.6-incubating</version>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.taverna.t2.security</groupId>
-			<artifactId>credential-manager</artifactId>
-			<version>${t2.security.version}</version>
-		</dependency>
-
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>${junit.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.taverna.t2.activities</groupId>
-			<artifactId>activity-test-utils</artifactId>
-			<version>${t2.activities.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
-	
-	<repositories>
-		<repository>
-			<releases />
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<id>mygrid-repository</id>
-			<name>myGrid Repository</name>
-			<url>http://www.mygrid.org.uk/maven/repository</url>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots />
-			<id>mygrid-snapshot-repository</id>
-			<name>myGrid Snapshot Repository</name>
-			<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
-		</repository>
-	</repositories>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<extensions>true</extensions>
-			</plugin>
-			<plugin>
-				<groupId>org.jvnet.jaxb2.maven2</groupId>
-				<artifactId>maven-jaxb2-plugin</artifactId>
-				<version>0.8.3</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>generate</goal>
-						</goals>
-						<configuration>
-							<catalog>${basedir}/src/main/catalog/catalog.xml</catalog>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-</project>