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

[11/52] [abbrv] incubator-taverna-language git commit: added taverna-scufl2-example to pom

added taverna-scufl2-example to pom


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/1962ee0c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/1962ee0c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/1962ee0c

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

----------------------------------------------------------------------
 pom.xml                         | 1 +
 taverna-scufl2-examples/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/1962ee0c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eef5578..8b158ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,6 +281,7 @@
 	<modules>
 		<module>taverna-scufl2-ucfpackage</module>
 		<module>taverna-scufl2-api</module>
+    <module>taverna-scufl2-examples</module>
 		<module>taverna-scufl2-rdfxml</module>
 		<module>taverna-scufl2-t2flow</module>
 		<module>taverna-scufl2-scufl</module>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/1962ee0c/taverna-scufl2-examples/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-examples/pom.xml b/taverna-scufl2-examples/pom.xml
index b5e1f75..9e33ff3 100644
--- a/taverna-scufl2-examples/pom.xml
+++ b/taverna-scufl2-examples/pom.xml
@@ -24,7 +24,7 @@
 		<version>0.16.1-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-scufl2-examples</artifactId>
-	<name>Apache Taverna SCUFL2 examples</name>
+	<name>Apache Taverna Scufl2 examples</name>
 	<dependencies>
 		<dependency>
 			<groupId>${project.parent.groupId}</groupId>