From 327ea2366e59054d98ba533403c69f7721989f3d Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 7 Apr 2009 13:16:58 +0000 Subject: Initial support for the SCAClient API, probably better ways we can do this but this is the simplest way to get it working as a starting point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762760 13f79535-47bb-0310-9956-ffa450edef68 --- .../META-INF/services/org.oasisopen.sca.client.SCAClientFactory | 1 + 1 file changed, 1 insertion(+) create mode 100644 java/sca/modules/node-impl/src/main/resources/META-INF/services/org.oasisopen.sca.client.SCAClientFactory (limited to 'java/sca/modules/node-impl/src/main/resources') diff --git a/java/sca/modules/node-impl/src/main/resources/META-INF/services/org.oasisopen.sca.client.SCAClientFactory b/java/sca/modules/node-impl/src/main/resources/META-INF/services/org.oasisopen.sca.client.SCAClientFactory new file mode 100644 index 0000000000..698f01330d --- /dev/null +++ b/java/sca/modules/node-impl/src/main/resources/META-INF/services/org.oasisopen.sca.client.SCAClientFactory @@ -0,0 +1 @@ +org.apache.tuscany.sca.node.impl.SCAClientFactoryImpl -- cgit v1.2.3