From 4ed0ed906e82c9484b384419fa4ef4c980768731 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 13 Nov 2008 20:02:36 +0000 Subject: Creating Java SCA 1.x branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/osgi/sdo/ds/HelloWorldClient.mf | 14 +++++++++ .../resources/osgi/sdo/ds/HelloWorldClient.xml | 33 ++++++++++++++++++++++ .../resources/osgi/sdo/ds/HelloWorldService.mf | 13 +++++++++ .../resources/osgi/sdo/ds/HelloWorldService.xml | 25 ++++++++++++++++ 4 files changed, 85 insertions(+) create mode 100644 branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf create mode 100644 branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.xml create mode 100644 branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf create mode 100644 branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.xml (limited to 'branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo') diff --git a/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf new file mode 100644 index 0000000000..6a3c845cca --- /dev/null +++ b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.mf @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: HelloWorldClient +Bundle-SymbolicName: ds.helloworld.sdo.HelloWorldClient +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Import-Package: org.osgi.framework, org.osgi.service.component, + org.osoa.sca, org.osoa.sca.annotations, + commonj.sdo, commonj.sdo.helper, + org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl, + org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl, + helloworld.sdo +Export-Package: helloworld.sdo.client +Service-Component: osgi/sdo/ds/HelloWorldClient.xml diff --git a/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.xml b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.xml new file mode 100644 index 0000000000..cb6345432f --- /dev/null +++ b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldClient.xml @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf new file mode 100644 index 0000000000..89871fa8f6 --- /dev/null +++ b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.mf @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: HelloWorldService +Bundle-SymbolicName: ds.helloworld.sdo.HelloWorldService +Bundle-Version: 1.0.0 +Bundle-Localization: plugin +Import-Package: org.osgi.framework, org.osgi.service.component, + org.osoa.sca, org.osoa.sca.annotations, + commonj.sdo, commonj.sdo.helper, + org.apache.tuscany.sdo.helper, org.apache.tuscany.sdo.impl, org.apache.tuscany.sdo.model, org.apache.tuscany.sdo.model.impl, + org.eclipse.emf.ecore, org.eclipse.emf.ecore.util, org.eclipse.emf.ecore.impl +Export-Package: helloworld.sdo +Service-Component: osgi/sdo/ds/HelloWorldService.xml diff --git a/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.xml b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.xml new file mode 100644 index 0000000000..d968d1ffc5 --- /dev/null +++ b/branches/sca-java-1.x/itest/osgi-implementation/src/main/resources/osgi/sdo/ds/HelloWorldService.xml @@ -0,0 +1,25 @@ + + + + + + + + -- cgit v1.2.3