diff options
Diffstat (limited to '')
2 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/modules/implementation-spring-sca/src/main/resources/META-INF/spring.handlers b/branches/sca-java-2.0-M3/modules/implementation-spring-sca/src/main/resources/META-INF/spring.handlers new file mode 100644 index 0000000000..6d29e21024 --- /dev/null +++ b/branches/sca-java-2.0-M3/modules/implementation-spring-sca/src/main/resources/META-INF/spring.handlers @@ -0,0 +1 @@ +http\://www.springframework.org/schema/sca=org.apache.tuscany.sca.implementation.spring.namespace.ScaNamespaceHandler
diff --git a/branches/sca-java-2.0-M3/modules/implementation-spring-sca/src/main/resources/META-INF/spring.schemas b/branches/sca-java-2.0-M3/modules/implementation-spring-sca/src/main/resources/META-INF/spring.schemas new file mode 100644 index 0000000000..249cc21c13 --- /dev/null +++ b/branches/sca-java-2.0-M3/modules/implementation-spring-sca/src/main/resources/META-INF/spring.schemas @@ -0,0 +1 @@ +http\://www.osoa.org/xmlns/sca/1.0/spring-sca.xsd=org/springframework/sca/xml/spring-sca.xsd |