Add git-client project 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/8057ea8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/tree/8057ea8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/diff/8057ea8d
Branch: refs/heads/taverna2 Commit: 8057ea8d6c7a525f27d59258f1c09c0434e17f96 Parents: 1417ed2 Author: edikaradumi <[email protected]> Authored: Fri Jul 15 20:12:46 2016 +0100 Committer: edikaradumi <[email protected]> Committed: Fri Jul 15 20:12:46 2016 +0100 ---------------------------------------------------------------------- apache-taverna-plugin-gis-client/pom.xml | 36 ++++++++++++++++++++ .../apache/taverna/gis/client/impl/temp.java | 5 +++ .../org/apache/taverna/gis/client/temp.java | 5 +++ 3 files changed, 46 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/8057ea8d/apache-taverna-plugin-gis-client/pom.xml ---------------------------------------------------------------------- diff --git a/apache-taverna-plugin-gis-client/pom.xml b/apache-taverna-plugin-gis-client/pom.xml new file mode 100644 index 0000000..53e75a5 --- /dev/null +++ b/apache-taverna-plugin-gis-client/pom.xml @@ -0,0 +1,36 @@ +<?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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.taverna2.gis</groupId> + <artifactId>apache-taverna2-plugin-gis</artifactId> + <version>0.0.1-incubating-SNAPSHOT</version> + </parent> + <artifactId>apache-taverna2-plugin-gis-client</artifactId> + <name>Gis Taverna Client</name> + <dependencies> + <dependency> + <groupId>org.n52.wps</groupId> + <artifactId>52n-wps-client-lib</artifactId> + <version>3.5.0</version> + </dependency> + </dependencies> +</project> http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/8057ea8d/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/impl/temp.java ---------------------------------------------------------------------- diff --git a/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/impl/temp.java b/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/impl/temp.java new file mode 100644 index 0000000..c0bb13e --- /dev/null +++ b/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/impl/temp.java @@ -0,0 +1,5 @@ +package org.apache.taverna.gis.client.impl; + +public class temp { + +} http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/8057ea8d/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/temp.java ---------------------------------------------------------------------- diff --git a/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/temp.java b/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/temp.java new file mode 100644 index 0000000..29067c2 --- /dev/null +++ b/apache-taverna-plugin-gis-client/src/main/java/org/apache/taverna/gis/client/temp.java @@ -0,0 +1,5 @@ +package org.apache.taverna.gis.client; + +public class temp { + +}
