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/17 12:17:32 UTC

[16/52] [abbrv] incubator-taverna-language git commit: Removed outdated taverna-scufl2-rdf

Removed outdated taverna-scufl2-rdf

see taverna-scufl2-schemas for ontologies


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

Branch: refs/heads/master
Commit: db25fe67f2de77fe701f363907c5ad4c41ee522b
Parents: 1962ee0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Feb 10 15:12:24 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Feb 10 15:12:24 2015 +0000

----------------------------------------------------------------------
 taverna-scufl2-rdf/.gitignore                   |    1 -
 taverna-scufl2-rdf/pom.xml                      |  260 ---
 .../uk/org/taverna/scufl2/rdf/RdfWriter.java    |   26 -
 .../src/main/resources/scufl2.rdf               | 1663 -----------------
 .../src/main/resources/scufl2.ttl               | 1674 ------------------
 .../src/main/resources/taverna-2.2.rdf          |  143 --
 .../src/main/resources/taverna-2.2.ttl          |  138 --
 .../java/uk/org/taverna/scufl2/rdf/TestRDF.java |  173 --
 .../src/test/resources/example.rdf              |  281 ---
 .../src/test/resources/example.scufl2           |  Bin 45060 -> 0 bytes
 .../src/test/resources/example.t2flow           |  239 ---
 .../src/test/resources/example.ttl              |  218 ---
 .../resources/example/META-INF/container.xml    |   34 -
 .../resources/example/META-INF/manifest.xml     |   45 -
 .../resources/example/Thumbnails/thumbnail.png  |  Bin 19064 -> 0 bytes
 .../resources/example/Thumbnails/thumbnail.svg  |   91 -
 .../example/annotation/workflow/HelloWorld.rdf  |   74 -
 .../example/annotation/workflow/HelloWorld.ttl  |   41 -
 .../example/annotation/workflowBundle.rdf       |   37 -
 .../example/annotation/workflowBundle.ttl       |    8 -
 .../example/diagram/workflow/HelloWorld.png     |  Bin 10243 -> 0 bytes
 .../example/diagram/workflow/HelloWorld.svg     |   91 -
 .../src/test/resources/example/mimetype         |    1 -
 .../resources/example/profile/tavernaServer.rdf |  124 --
 .../resources/example/profile/tavernaServer.ttl |  109 --
 .../example/profile/tavernaWorkbench.rdf        |  112 --
 .../example/profile/tavernaWorkbench.ttl        |   86 -
 .../resources/example/workflow/HelloWorld.rdf   |   92 -
 .../resources/example/workflow/HelloWorld.ttl   |   59 -
 .../test/resources/example/workflowBundle.rdf   |   49 -
 .../test/resources/example/workflowBundle.ttl   |   16 -
 31 files changed, 5885 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/.gitignore
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/.gitignore b/taverna-scufl2-rdf/.gitignore
deleted file mode 100644
index ea8c4bf..0000000
--- a/taverna-scufl2-rdf/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/target

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/pom.xml b/taverna-scufl2-rdf/pom.xml
deleted file mode 100644
index be24015..0000000
--- a/taverna-scufl2-rdf/pom.xml
+++ /dev/null
@@ -1,260 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to 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.
--->
-<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>org.apache.taverna.language</groupId>
-		<artifactId>taverna-language</artifactId>
-		<version>0.15.0-incubating-SNAPSHOT</version>
-	</parent>
-	<artifactId>taverna-scufl2-rdf</artifactId>
-	<packaging>bundle</packaging>
-	<name>Apache Taverna Scufl 2 RDF serialisation</name>
-<properties>
-		<elmo.version>1.5</elmo.version>
-	</properties>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<version>1.6</version>
-				<executions>
-					<execution>
-						<phase>generate-sources</phase>
-						<configuration>
-							<tasks>
-								<property name="compile_classpath" refid="maven.compile.classpath" />
-								<property name="runtime_classpath" refid="maven.runtime.classpath" />
-								<property name="test_classpath" refid="maven.test.classpath" />
-								<property name="plugin_classpath" refid="maven.plugin.classpath" />
-
-								<!-- inspired by http://openprovenance.org/java/maven-releases/org/openprovenance/opm-elmo/1.1.1/opm-elmo-1.1.1.pom -->
-
-								<mkdir dir="${project.build.directory}" />
-								<mkdir dir="${project.build.directory}/generated-sources" />
-								<mkdir dir="${project.build.directory}/generated-sources/elmo" />
-
-								<java classname="org.openrdf.elmo.codegen.OntologyConverter" fork="true" failonerror="true" maxmemory="128m">
-									<arg value="-b" />
-									<arg value="uk.org.taverna.scufl2.ontology=http://ns.taverna.org.uk/2010/scufl2#" />
-									<arg value="-j" />
-									<arg value="target/scufl2-ontology.jar" />
-									<!-- <arg value="-p" /> <arg value="" /> -->
-									<arg value="src/main/resources/scufl2.ttl" />
-									<classpath refid="maven.plugin.classpath" />
-									<classpath>
-										<pathelement path="." />
-									</classpath>
-								</java>
-								<unzip src="${project.build.directory}/scufl2-ontology.jar" dest="${project.build.directory}/generated-sources/elmo">
-									<patternset>
-										<exclude name="**/*.class" />
-									</patternset>
-								</unzip>
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-				<dependencies>
-					<dependency>
-						<groupId>org.openrdf.elmo</groupId>
-						<artifactId>elmo-codegen</artifactId>
-						<version>1.5</version>
-					</dependency>
-					<dependency>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-log4j12</artifactId>
-						<version>1.5.2</version>  <!-- note old version required for elmo! -->
-					</dependency>
-				</dependencies>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>build-helper-maven-plugin</artifactId>
-				<version>1.8</version>
-				<executions>
-					<execution>
-						<id>add-source</id>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>add-source</goal>
-							<goal>add-resource</goal>
-						</goals>
-						<configuration>
-							<sources>
-								<source>${project.build.directory}/generated-sources/elmo/</source>
-							</sources>
-							<resources>
-								<resource>
-									<directory>${project.build.directory}/generated-sources/elmo/META-INF</directory>
-									<targetPath>META-INF</targetPath>
-								</resource>
-							</resources>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-						<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-			</plugin>
-		</plugins>
-		<pluginManagement>
-			<plugins>
-				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-				<plugin>
-					<groupId>org.eclipse.m2e</groupId>
-					<artifactId>lifecycle-mapping</artifactId>
-					<version>1.0.0</version>
-					<configuration>
-						<lifecycleMappingMetadata>
-							<pluginExecutions>
-								<pluginExecution>
-									<pluginExecutionFilter>
-										<groupId>org.apache.maven.plugins</groupId>
-										<artifactId>maven-antrun-plugin</artifactId>
-										<versionRange>[1.6,)</versionRange>
-										<goals>
-											<goal>run</goal>
-										</goals>
-									</pluginExecutionFilter>
-									<action>
-										<execute/>
-									</action>
-								</pluginExecution>
-								<pluginExecution>
-									<pluginExecutionFilter>
-										<groupId>org.codehaus.mojo</groupId>
-										<artifactId>build-helper-maven-plugin</artifactId>
-										<versionRange>[1.8,)</versionRange>
-										<goals>
-											<goal>add-source</goal>
-											<goal>add-resource</goal>
-										</goals>
-									</pluginExecutionFilter>
-									<action>
-										<execute/>
-									</action>
-								</pluginExecution>
-							</pluginExecutions>
-						</lifecycleMappingMetadata>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.openrdf.elmo</groupId>
-			<artifactId>elmo-api</artifactId>
-			<version>${elmo.version}</version>
-		</dependency>
-
-		<dependency>
-			<groupId>org.openrdf.elmo</groupId>
-			<artifactId>elmo-sesame</artifactId>
-			<version>${elmo.version}</version>
-			<exclusions>
-				<exclusion>
-					<groupId>org.slf4j</groupId>
-					<artifactId>jcl104-over-slf4j</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.7.5</version>
-		</dependency>
-		<dependency>
-			<groupId>org.openrdf.elmo</groupId>
-			<artifactId>elmo-dynabean</artifactId>
-			<version>${elmo.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.openrdf.sesame</groupId>
-			<artifactId>sesame-repository-sail</artifactId>
-			<version>${sesame.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.openrdf.sesame</groupId>
-			<artifactId>sesame-sail-memory</artifactId>
-			<version>${sesame.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.openrdf.elmo</groupId>
-			<artifactId>elmo-codegen</artifactId>
-			<version>${elmo.version}</version>
-		</dependency>
-
-
-	</dependencies>
-	<description>Taverna workflow language serialisation as RDF</description>
-	<!--
-	<repositories>
-		<repository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<id>aduna-opensource.releases</id>
-			<name>Aduna Open Source - Maven releases</name>
-			<url>http://repo.aduna-software.org/maven2/releases</url>
-		</repository>
-		<repository>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<id>aduna-opensource.snapshots</id>
-			<name>Aduna Open Source - Maven snapshots</name>
-			<url>http://repo.aduna-software.org/maven2/snapshots</url>
-		</repository>
-	</repositories>
-	<pluginRepositories>
-		<pluginRepository>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-			<id>aduna-opensource.releases</id>
-			<name>Aduna Open Source - Maven releases</name>
-			<url>http://repo.aduna-software.org/maven2/releases</url>
-		</pluginRepository>
-	</pluginRepositories>
-	 -->
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/main/java/uk/org/taverna/scufl2/rdf/RdfWriter.java
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/main/java/uk/org/taverna/scufl2/rdf/RdfWriter.java b/taverna-scufl2-rdf/src/main/java/uk/org/taverna/scufl2/rdf/RdfWriter.java
deleted file mode 100644
index 644a146..0000000
--- a/taverna-scufl2-rdf/src/main/java/uk/org/taverna/scufl2/rdf/RdfWriter.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package uk.org.taverna.scufl2.rdf;
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to 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.
- *
-*/
-
-
-public class RdfWriter {
-
-}