disable taverna-report-impl from build
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/ac573d67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/ac573d67 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/ac573d67 Branch: refs/heads/master Commit: ac573d674947c07cfe08ebb5949a0803dfdf479a Parents: 74aad1c Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Aug 19 11:45:47 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Oct 21 09:16:52 2016 +0200 ---------------------------------------------------------------------- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/ac573d67/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1fca2e6..1ed54fc 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,6 @@ <module>taverna-renderers-impl</module> <module>taverna-report-api</module> <module>taverna-report-explainer</module> - <module>taverna-report-impl</module> <module>taverna-report-view</module> <module>taverna-retry-ui</module> <module>taverna-run-ui</module> @@ -99,11 +98,15 @@ <module>taverna-uibuilder</module> <module>batik-osgi</module> - <!-- TAVERNA-992 depend on updates to results perspective + <!-- TAVERNA-992 The below needs updating to Taverna 3 workbench + + 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> --> </modules>
