summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3-RC1a/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-10 10:11:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-10 10:11:42 +0000
commit4158d0ec1302424961f9e25b5160208ff53f17d2 (patch)
tree7d03ede1e416e5178124c7991f9ad522c72defd8 /tags/java/sca/1.3-RC1a/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
parent776e824dab6456812fbf03acd24d5ed5f1ba84a4 (diff)
Retag 1.3 RC1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--tags/java/sca/1.3-RC1a/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf12
1 files changed, 12 insertions, 0 deletions
diff --git a/tags/java/sca/1.3-RC1a/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf b/tags/java/sca/1.3-RC1a/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
new file mode 100644
index 0000000000..d8e4c1cb7e
--- /dev/null
+++ b/tags/java/sca/1.3-RC1a/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: HelloWorld
+Bundle-SymbolicName: helloworld.HelloWorld
+Bundle-Version: 1.0.0
+Bundle-Localization: plugin
+Import-Package: org.osgi.framework,
+ org.osgi.service.component ,
+ helloworld.ws
+Export-Package: helloworld
+Bundle-Activator: helloworld.OSGiHelloWorldImpl
+