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:54:44 UTC

[36/49] incubator-taverna-workbench-product git commit: T3-887 Added REST activity UI. T3-891 Added parallelize UI. T3-892 Added retry UI.

T3-887 Added REST activity UI.
T3-891 Added parallelize UI.
T3-892 Added retry UI.

git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@16147 bf327186-88b3-11dd-a302-d386e5130c1c


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

Branch: refs/heads/master
Commit: 2b888f1ababd0fd39a60e8c7cc2eebadffa4d870
Parents: ab0e746
Author: david@mygrid.org.uk <da...@bf327186-88b3-11dd-a302-d386e5130c1c>
Authored: Wed Oct 16 13:18:14 2013 +0000
Committer: david@mygrid.org.uk <da...@bf327186-88b3-11dd-a302-d386e5130c1c>
Committed: Wed Oct 16 13:18:14 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/2b888f1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f72e98f..918fb68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,6 +373,11 @@
 		</dependency>
 		<dependency>
 			<groupId>net.sf.taverna.t2.ui-activities</groupId>
+			<artifactId>rest-activity-ui</artifactId>
+			<version>2.0-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sf.taverna.t2.ui-activities</groupId>
 			<artifactId>rshell-activity-ui</artifactId>
 			<version>2.0-SNAPSHOT</version>
 		</dependency>
@@ -504,12 +509,18 @@
 			<artifactId>menu-items</artifactId>
 			<version>2.0-SNAPSHOT</version>
 		</dependency>
-		<!-- <dependency> <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>parallelize-ui</artifactId>
-			<version>2.0-SNAPSHOT</version> </dependency> -->
+		<dependency>
+			<groupId>net.sf.taverna.t2.ui-exts</groupId>
+			<artifactId>parallelize-ui</artifactId>
+			<version>2.0-SNAPSHOT</version>
+		</dependency>
 		<!-- <dependency> <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>renderers-exts</artifactId>
 			<version>2.0-SNAPSHOT</version> </dependency> -->
-		<!-- <dependency> <groupId>net.sf.taverna.t2.ui-exts</groupId> <artifactId>retry-ui</artifactId>
-			<version>2.0-SNAPSHOT</version> </dependency> -->
+		<dependency>
+			<groupId>net.sf.taverna.t2.ui-exts</groupId>
+			<artifactId>retry-ui</artifactId>
+			<version>2.0-SNAPSHOT</version>
+		</dependency>
 
 
 		<!-- Taverna Platform -->