summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf')
-rw-r--r--sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf12
1 files changed, 0 insertions, 12 deletions
diff --git a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf b/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
deleted file mode 100644
index d8e4c1cb7e..0000000000
--- a/sca-java-1.x/tags/1.5.1-RC1/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-