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/23 11:10:29 UTC

[54/54] incubator-taverna-engine git commit: org.apache.taverna.scufl2

org.apache.taverna.scufl2


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/1eca6315
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/1eca6315
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/1eca6315

Branch: refs/heads/master
Commit: 1eca6315f88bfd19672114e3f3b574246a2994a5
Parents: b8bb0b6
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 23:43:42 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 23:43:42 2015 +0000

----------------------------------------------------------------------
 .../src/main/resources/META-INF/spring/run-context-osgi.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/1eca6315/taverna-run-impl/src/main/resources/META-INF/spring/run-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-run-impl/src/main/resources/META-INF/spring/run-context-osgi.xml b/taverna-run-impl/src/main/resources/META-INF/spring/run-context-osgi.xml
index 3b07748..739d06f 100644
--- a/taverna-run-impl/src/main/resources/META-INF/spring/run-context-osgi.xml
+++ b/taverna-run-impl/src/main/resources/META-INF/spring/run-context-osgi.xml
@@ -13,6 +13,6 @@
 
 	<reference id="eventAdmin" interface="org.osgi.service.event.EventAdmin" />
 
-	<reference id="workflowBundleIO" interface="uk.org.taverna.scufl2.api.io.WorkflowBundleIO" />
+	<reference id="workflowBundleIO" interface="org.apache.taverna.scufl2.api.io.WorkflowBundleIO" />
 
 </beans:beans>