add another module
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/8e572304 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/8e572304 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/8e572304 Branch: refs/heads/cwl-browse Commit: 8e5723046e9873cf6f87368e832505c933c87fa3 Parents: 84b4242 Author: ThilinaManamgoda <[email protected]> Authored: Wed Jun 22 19:32:39 2016 +0530 Committer: ThilinaManamgoda <[email protected]> Committed: Wed Jun 22 19:32:39 2016 +0530 ---------------------------------------------------------------------- pom.xml | 4 +++- taverna-cwl-utilities/pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/8e572304/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 92e2d8f..ccbefd2 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,9 @@ <module>taverna-wsdl-generic</module> <module>taverna-xpath-activity</module> <module>taverna-cwl-activity-ui</module> - </modules> + + <module>taverna-cwl-utilities</module> + </modules> <build> http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/8e572304/taverna-cwl-utilities/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-cwl-utilities/pom.xml b/taverna-cwl-utilities/pom.xml new file mode 100644 index 0000000..5316b02 --- /dev/null +++ b/taverna-cwl-utilities/pom.xml @@ -0,0 +1,24 @@ +<?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.commonactivities</groupId> + <artifactId>apache-taverna-common-activities</artifactId> + <version>2.1.0-incubating-SNAPSHOT</version> + </parent> + <artifactId>taverna-cwl-utilities</artifactId> + <packaging>bundle</packaging> + <name>Apache Taverna CWL Activity</name> + +</project>
