taverna-ogc --> taverna-gis
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/commit/d3267a81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/tree/d3267a81 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/diff/d3267a81 Branch: refs/heads/master Commit: d3267a81824cda26a5d00303082e9242ff2d18ce Parents: 3ca3856 Author: Edi Karadumi <[email protected]> Authored: Mon Jul 11 12:37:41 2016 +0100 Committer: Edi Karadumi <[email protected]> Committed: Mon Jul 11 12:37:41 2016 +0100 ---------------------------------------------------------------------- taverna-ogc-activity-ui/.gitignore | 1 - taverna-ogc-activity-ui/pom.xml | 135 -------------------------------- taverna-ogc-activity/pom.xml | 75 ------------------ 3 files changed, 211 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/d3267a81/taverna-ogc-activity-ui/.gitignore ---------------------------------------------------------------------- diff --git a/taverna-ogc-activity-ui/.gitignore b/taverna-ogc-activity-ui/.gitignore deleted file mode 100644 index 8b13789..0000000 --- a/taverna-ogc-activity-ui/.gitignore +++ /dev/null @@ -1 +0,0 @@ - http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/d3267a81/taverna-ogc-activity-ui/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-ogc-activity-ui/pom.xml b/taverna-ogc-activity-ui/pom.xml deleted file mode 100644 index 5149a81..0000000 --- a/taverna-ogc-activity-ui/pom.xml +++ /dev/null @@ -1,135 +0,0 @@ -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.taverna.gis</groupId> - <artifactId>apache-taverna-plugin-gis</artifactId> - <version>0.0.1-incubating-SNAPSHOT</version> - </parent> - <artifactId>taverna-ogc-activity-ui</artifactId> - <packaging>bundle</packaging> - <name>Apache Taverna OGC Activity UI</name> - - <properties> -<!-- Temporary Taverna 2.5 dependencies --> - <t2.lang.version>1.5</t2.lang.version> - <t2.ui.api.version>1.5</t2.ui.api.version> - <t2.ui.impl.version>1.5</t2.ui.impl.version> - </properties> - <dependencies> -<!-- START CWL dependencies --> -<!-- - <dependency> - <groupId>?</groupId> - <artifactId>?</artifactId> - <version>?</version> - </dependency> - <dependency> - <groupId>${project.parent.groupId}</groupId> - <artifactId>taverna-ogc-activity</artifactId> - <version>${project.parent.version}</version> - </dependency> ---> -<!-- END CWL dependencies --> - -<!-- START Taverna 3 dependencies --> - <dependency> - <groupId>org.apache.taverna.language</groupId> - <artifactId>taverna-scufl2-api</artifactId> - <version>${taverna.language.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.engine</groupId> - <artifactId>taverna-services-api</artifactId> - <version>${taverna.engine.version}</version> - </dependency> -<!-- Temporarily disabled to avoid confusion with Taverna 2 deps below - <dependency> - <groupId>org.apache.taverna.workbench</groupId> - <artifactId>taverna-workbench-api</artifactId> - <version>${taverna.workbench.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.workbench</groupId> - <artifactId>taverna-contextual-views-api</artifactId> - <version>${taverna.workbench.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.workbench</groupId> - <artifactId>taverna-menu-api</artifactId> - <version>${taverna.workbench.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.workbench</groupId> - <artifactId>taverna-workflow-view</artifactId> - <version>${taverna.workbench.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.workbench</groupId> - <artifactId>taverna-activity-tools</artifactId> - <version>${taverna.workbench.version}</version> - </dependency> ---> -<!-- END Taverna 3 dependencies --> - -<!-- START Taverna 2 dependencies --> - - <dependency> - <groupId>net.sf.taverna.t2.ui-api</groupId> - <artifactId>activity-palette-api</artifactId> - <version>${t2.ui.api.version}</version> - </dependency> - <dependency> - <groupId>net.sf.taverna.t2.ui-api</groupId> - <artifactId>activity-icons-api</artifactId> - <version>${t2.ui.api.version}</version> - </dependency> - <dependency> - <groupId>net.sf.taverna.t2.ui-api</groupId> - <artifactId>menu-api</artifactId> - <version>${t2.ui.api.version}</version> - </dependency> - <dependency> - <groupId>net.sf.taverna.t2.ui-impl</groupId> - <artifactId>contextual-views-impl</artifactId> - <version>${t2.ui.impl.version}</version> - </dependency> - <dependency> - <groupId>net.sf.taverna.t2.ui-impl</groupId> - <artifactId>activity-tools</artifactId> - <version>${t2.ui.impl.version}</version> - </dependency> - <dependency> - <groupId>net.sf.taverna.t2.lang</groupId> - <artifactId>ui</artifactId> - <version>${t2.lang.version}</version> - </dependency> -<!-- END Taverna 2 dependencies --> - - </dependencies> - - <repositories> - <!-- these needed only for Taverna 2 dependencies --> - <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> -</project> http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/d3267a81/taverna-ogc-activity/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-ogc-activity/pom.xml b/taverna-ogc-activity/pom.xml deleted file mode 100644 index aca7cf3..0000000 --- a/taverna-ogc-activity/pom.xml +++ /dev/null @@ -1,75 +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.gis</groupId> - <artifactId>apache-taverna-plugin-gis</artifactId> - <version>0.0.1-incubating-SNAPSHOT</version> - </parent> - <artifactId>taverna-ogc-activity</artifactId> - <packaging>bundle</packaging> - <name>Apache Taverna OGC Activity</name> - - <dependencies> - <dependency> - <groupId>org.apache.taverna.language</groupId> - <artifactId>taverna-scufl2-api</artifactId> - <version>${taverna.language.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.engine</groupId> - <artifactId>taverna-reference-api</artifactId> - <version>${taverna.engine.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.engine</groupId> - <artifactId>taverna-workflowmodel-api</artifactId> - <version>${taverna.engine.version}</version> - </dependency> - <dependency> - <groupId>org.apache.taverna.osgi</groupId> - <artifactId>taverna-app-configuration-api</artifactId> - <version>${taverna.osgi.version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.taverna.engine</groupId> - <artifactId>taverna-activity-test-utils</artifactId> - <version>${taverna.engine.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.taverna.engine</groupId> - <artifactId>taverna-workflowmodel-impl</artifactId> - <version>${taverna.engine.version}</version> - <scope>test</scope> - </dependency> - - </dependencies> - - -</project>
