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:32 UTC

[17/58] [abbrv] incubator-taverna-plugin-component git commit: taverna-component-repository/

taverna-component-repository/


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

Branch: refs/heads/master
Commit: 4ce7eea2bdcd412b2d90f4ec7ff6d447e6b778d4
Parents: 2b103cc
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 17:22:03 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 17:22:03 2015 +0000

----------------------------------------------------------------------
 pom.xml                                         |   83 -
 src/main/catalog/XMLSchema.xsd                  | 2473 ------------------
 src/main/catalog/catalog.xml                    |    7 -
 src/main/catalog/xml.xsd                        |  287 --
 .../sf/taverna/t2/component/api/Component.java  |   71 -
 .../t2/component/api/ComponentException.java    |   50 -
 .../t2/component/api/ComponentFactory.java      |   27 -
 .../net/sf/taverna/t2/component/api/Family.java |   99 -
 .../sf/taverna/t2/component/api/License.java    |   12 -
 .../sf/taverna/t2/component/api/NamedItem.java  |    8 -
 .../sf/taverna/t2/component/api/Registry.java   |  139 -
 .../taverna/t2/component/api/SharingPolicy.java |   17 -
 .../sf/taverna/t2/component/api/Version.java    |  206 --
 .../component/api/config/ComponentConfig.java   |    5 -
 .../api/config/ComponentPropertyNames.java      |   14 -
 .../taverna/t2/component/api/package-info.java  |    6 -
 .../component/api/profile/ActivityProfile.java  |    5 -
 .../component/api/profile/AnnotatedElement.java |   10 -
 .../api/profile/ExceptionHandling.java          |   32 -
 .../api/profile/ExceptionReplacement.java       |   27 -
 .../component/api/profile/HandleException.java  |   39 -
 .../t2/component/api/profile/PortProfile.java   |    5 -
 .../t2/component/api/profile/Profile.java       |   47 -
 .../api/profile/SemanticAnnotationProfile.java  |   54 -
 src/main/resources/ComponentProfile.xsd         |  261 --
 taverna-component-repository/pom.xml            |   83 +
 .../src/main/catalog/XMLSchema.xsd              | 2473 ++++++++++++++++++
 .../src/main/catalog/catalog.xml                |    7 +
 .../src/main/catalog/xml.xsd                    |  287 ++
 .../sf/taverna/t2/component/api/Component.java  |   71 +
 .../t2/component/api/ComponentException.java    |   50 +
 .../t2/component/api/ComponentFactory.java      |   27 +
 .../net/sf/taverna/t2/component/api/Family.java |   99 +
 .../sf/taverna/t2/component/api/License.java    |   12 +
 .../sf/taverna/t2/component/api/NamedItem.java  |    8 +
 .../sf/taverna/t2/component/api/Registry.java   |  139 +
 .../taverna/t2/component/api/SharingPolicy.java |   17 +
 .../sf/taverna/t2/component/api/Version.java    |  206 ++
 .../component/api/config/ComponentConfig.java   |    5 +
 .../api/config/ComponentPropertyNames.java      |   14 +
 .../taverna/t2/component/api/package-info.java  |    6 +
 .../component/api/profile/ActivityProfile.java  |    5 +
 .../component/api/profile/AnnotatedElement.java |   10 +
 .../api/profile/ExceptionHandling.java          |   32 +
 .../api/profile/ExceptionReplacement.java       |   27 +
 .../component/api/profile/HandleException.java  |   39 +
 .../t2/component/api/profile/PortProfile.java   |    5 +
 .../t2/component/api/profile/Profile.java       |   47 +
 .../api/profile/SemanticAnnotationProfile.java  |   54 +
 .../src/main/resources/ComponentProfile.xsd     |  261 ++
 50 files changed, 3984 insertions(+), 3984 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/4ce7eea2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 771618d..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,83 +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.component</groupId>
-	<artifactId>component-repository</artifactId>
-	<version>${t2.activities.version}</version>
-	<name>Taverna Component Repository API</name>
-	<packaging>bundle</packaging>
-	<scm>
-		<connection>scm:git:https://github.com/taverna/taverna-component-repository.git</connection>
-		<developerConnection>scm:git:ssh://git@github.com/taverna/taverna-component-repository.git</developerConnection>
-		<url>https://github.com/taverna/taverna-component-repository/</url>
-		<tag>HEAD</tag>
-	</scm>
-	<dependencies>
-		<dependency>
-			<groupId>uk.org.taverna.scufl2</groupId>
-			<artifactId>scufl2-api</artifactId>
-			<version>${scufl2.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.clerezza.ext</groupId>
-			<artifactId>com.hp.hpl.jena</artifactId>
-			<version>0.6-incubating</version>
-		</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>
-				<configuration>
-					<instructions>
-						<Export-Package>net.sf.taverna.t2.component.api,net.sf.taverna.t2.component.api.profile,net.sf.taverna.t2.component.api.profile.doc</Export-Package>
-					</instructions>
-				</configuration>
-			</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>
-	<inceptionYear>2014</inceptionYear>
-</project>
\ No newline at end of file