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 2016/10/24 07:03:44 UTC

[3/6] incubator-taverna-workbench git commit: Disable taverna-report-view

Disable taverna-report-view


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

Branch: refs/heads/master
Commit: a053fbdee4f60632605a736fecd63d31b28fd1a3
Parents: c51d08a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Oct 21 12:19:24 2016 +0200
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Oct 21 12:19:24 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/a053fbde/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b48d7fa..68521f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
             <module>taverna-renderers-impl</module>
             <module>taverna-report-api</module>
             <module>taverna-report-explainer</module>
-            <module>taverna-report-view</module>
+            <module>taverna-results-view</module>
             <module>taverna-retry-ui</module>
             <module>taverna-run-ui</module>
             <module>taverna-selection-api</module>
@@ -103,10 +103,10 @@
 	    e.g. using SCUFL2 Workflow instead of Dataflow, or using the
             taverna-engine Report instead of WorkflowInstanceFacade
 
-            <module>taverna-results-view</module>
             <module>taverna-perspective-results</module>
             <module>taverna-monitor-view</module>
             <module>taverna-report-impl</module>
+            <module>taverna-report-view</module>
 	    -->
 
         </modules>