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

[04/49] incubator-taverna-workbench-product git commit: git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@15176 bf327186-88b3-11dd-a302-d386e5130c1c


git-svn-id: https://taverna.googlecode.com/svn/taverna/products/taverna-workbench-product/trunk@15176 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/026c0de3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/026c0de3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/026c0de3

Branch: refs/heads/master
Commit: 026c0de3e46d092d92c041cad7080204a48d0ec7
Parents: 5af9b53
Author: david@mygrid.org.uk <da...@bf327186-88b3-11dd-a302-d386e5130c1c>
Authored: Mon Oct 1 16:24:06 2012 +0000
Committer: david@mygrid.org.uk <da...@bf327186-88b3-11dd-a302-d386e5130c1c>
Committed: Mon Oct 1 16:24:06 2012 +0000

----------------------------------------------------------------------
 taverna-workbench-product/pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/026c0de3/taverna-workbench-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-workbench-product/pom.xml b/taverna-workbench-product/pom.xml
index 40ce91a..36981b1 100644
--- a/taverna-workbench-product/pom.xml
+++ b/taverna-workbench-product/pom.xml
@@ -90,7 +90,7 @@
 		</dependency>
 
 		<!-- Taverna Activities -->
-		<dependency>
+		<!-- <dependency>
 			<groupId>net.sf.taverna.t2.activities</groupId>
 			<artifactId>all-activities</artifactId>
 			<version>${t2.activities.version}</version>
@@ -100,6 +100,21 @@
 					<artifactId>biomoby-activity</artifactId>
 				</exclusion>
 			</exclusions>
+		</dependency> -->
+		<dependency>
+			<groupId>net.sf.taverna.t2.activities</groupId>
+			<artifactId>beanshell-activity</artifactId>
+			<version>${t2.activities.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sf.taverna.t2.activities</groupId>
+			<artifactId>biomart-activity</artifactId>
+			<version>${t2.activities.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>net.sf.taverna.t2.activities</groupId>
+			<artifactId>stringconstant-activity</artifactId>
+			<version>${t2.activities.version}</version>
 		</dependency>
 
 		<!-- Taverna Activities UI -->