From 875ac5d246878b199c393e9700c8a085c8939333 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 19 Mar 2009 17:02:07 +0000 Subject: [maven-release-plugin] copy for branch tb3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756088 13f79535-47bb-0310-9956-ffa450edef68 --- .../calculator/dosgi/META-INF/MANIFEST.MF | 19 ++++++++ .../calculator/dosgi/bundle.componentType | 54 ++++++++++++++++++++++ .../calculator/dosgi/calculator.composite | 38 +++++++++++++++ .../dosgi/operations/META-INF/MANIFEST.MF | 20 ++++++++ .../dosgi/operations/bundle.componentType | 47 +++++++++++++++++++ .../dosgi/operations/operations.composite | 30 ++++++++++++ 6 files changed, 208 insertions(+) create mode 100644 sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/META-INF/MANIFEST.MF create mode 100644 sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/bundle.componentType create mode 100644 sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/calculator.composite create mode 100644 sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/META-INF/MANIFEST.MF create mode 100644 sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/bundle.componentType create mode 100644 sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/operations.composite (limited to 'sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator') diff --git a/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/META-INF/MANIFEST.MF b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..5a4db21087 --- /dev/null +++ b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/META-INF/MANIFEST.MF @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Export-Package: calculator.dosgi;version="1.0.0" +Bundle-Version: 1.0.0 +Bundle-Name: calculator.dosgi +Bundle-Activator: calculator.dosgi.CalculatorActivator +Bundle-ManifestVersion: 2 +Import-Package: calculator.dosgi.operations;version="1.0.0", + org.osgi.framework, + org.osgi.service.packageadmin, + org.osgi.util.tracker, + org.osgi.service.component;resolution:=optional +Bundle-SymbolicName: calculator.dosgi +Bundle-Vendor: The Apache Software Foundation +Bundle-ActivationPolicy: lazy +Eclipse-LazyStart: true +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-DocURL: http://www.apache.org/ +Service-Component: OSGI-INF/calculator-component.xml + diff --git a/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/bundle.componentType b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/bundle.componentType new file mode 100644 index 0000000000..7860094626 --- /dev/null +++ b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/bundle.componentType @@ -0,0 +1,54 @@ + + + + + + + + + 1 + ABC + + + + + + 1 + ABC + + + + 1 + ABC + + + + 1 + ABC + + + + 1 + ABC + + + diff --git a/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/calculator.composite b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/calculator.composite new file mode 100644 index 0000000000..44d53f6345 --- /dev/null +++ b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/calculator.composite @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/META-INF/MANIFEST.MF b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..eb15e778b1 --- /dev/null +++ b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/META-INF/MANIFEST.MF @@ -0,0 +1,20 @@ +Manifest-Version: 1.0 +Export-Package: calculator.dosgi.operations;version="1.0.0" +Bundle-Version: 1.0.0 +Bundle-Name: calculator.dosgi.operations +Bundle-Activator: calculator.dosgi.operations.OperationsActivator +Bundle-ManifestVersion: 2 +Import-Package: calculator.dosgi.operations;version="1.0.0", + org.osgi.framework, + org.osgi.service.component;resolution:=optional +Bundle-SymbolicName: calculator.dosgi.operations +Bundle-Vendor: The Apache Software Foundation +Bundle-ActivationPolicy: lazy +Eclipse-LazyStart: true +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-DocURL: http://www.apache.org/ +Service-Component: OSGI-INF/add-component.xml, + OSGI-INF/subtract-component.xml, + OSGI-INF/multiply-component.xml, + OSGI-INF/divide-component.xml + diff --git a/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/bundle.componentType b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/bundle.componentType new file mode 100644 index 0000000000..6f6f4bdce6 --- /dev/null +++ b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/bundle.componentType @@ -0,0 +1,47 @@ + + + + + + + + + 1 + ABC + + + + 1 + ABC + + + + 1 + ABC + + + + 1 + ABC + + + diff --git a/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/operations.composite b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/operations.composite new file mode 100644 index 0000000000..964be5643e --- /dev/null +++ b/sandbox/ant/sca/branches/tb3/modules/implementation-osgi-runtime/src/test/resources/calculator/dosgi/operations/operations.composite @@ -0,0 +1,30 @@ + + + + + + + + + -- cgit v1.2.3