Skip to content

Commit

Permalink
Added Spring DM files.
Browse files Browse the repository at this point in the history
git-svn-id: https://taverna.googlecode.com/svn/unsorted/scufl2/trunk@12852 bf327186-88b3-11dd-a302-d386e5130c1c
  • Loading branch information
david@mygrid.org.uk committed Mar 31, 2011
1 parent a48b542 commit 5f8b51a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

<service ref="rdfXMLReader" interface="uk.org.taverna.scufl2.api.io.WorkflowBundleReader" />

<service ref="rdfXMLWriter" interface="uk.org.taverna.scufl2.api.io.WorkflowBundleWriter" />

</beans:beans>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">

<bean id="rdfXMLReader" class="uk.org.taverna.scufl2.rdfxml.RDFXMLReader" />

<bean id="rdfXMLWriter" class="uk.org.taverna.scufl2.rdfxml.RDFXMLWriter" />

</beans>

0 comments on commit 5f8b51a

Please sign in to comment.