summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.3.1-RC0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-29 09:48:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-29 09:48:35 +0000
commit4d2574031dd0edc23e111427e7a3b2210a7072ed (patch)
treed7fe53f26863c7bd45de50965a7af2944435798c /tags/java/sca/1.3.1-RC0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
parent7d34713fecd6b842bb4abd78f3bbc5bac6dad3bf (diff)
Remove old RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/sca/1.3.1-RC0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf')
-rw-r--r--tags/java/sca/1.3.1-RC0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf12
1 files changed, 0 insertions, 12 deletions
diff --git a/tags/java/sca/1.3.1-RC0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf b/tags/java/sca/1.3.1-RC0/itest/osgi-implementation/src/main/resources/osgi/ws/HelloWorld.mf
deleted file mode 100644
index d8e4c1cb7e..0000000000
--- a/tags/java/sca/1.3.1-RC0/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
-