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:46:14 UTC

[50/52] [abbrv] incubator-taverna-workbench git commit: Include *-activity-ui modules

Include *-activity-ui modules


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

Branch: refs/heads/master
Commit: 85259af8fd222c25a2136885ecc890cde2fdefaf
Parents: de60e31
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Feb 5 10:37:43 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 5 10:37:43 2015 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/85259af8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 16f4811..60900d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,10 @@
     <taverna.commonactivities.version>2.1.0-incubating-SNAPSHOT</taverna.commonactivities.version>
   </properties>
 	<modules>
+    <module>taverna-dataflow-activity-ui</module>
+    <module>taverna-disabled-activity-ui</module>
+    <module>taverna-stringconstant-activity-ui</module>
+    <module>taverna-unrecognized-activity-ui</module>
     <module>taverna-workbench-activity-icons-api</module>
     <module>taverna-workbench-activity-palette-api</module>
     <module>taverna-workbench-activity-palette-impl</module>