summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf')
-rw-r--r--branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf10
1 files changed, 0 insertions, 10 deletions
diff --git a/branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf b/branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
deleted file mode 100644
index ebca01749a..0000000000
--- a/branches/sca-java-0.99/itest/osgi-implementation/src/main/resources/osgi/passbyref/Greetings.mf
+++ /dev/null
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Greetings
-Bundle-SymbolicName: helloworld.Greetings
-Bundle-Version: 1.0.0
-Bundle-Localization: plugin
-Import-Package: org.osgi.framework
-Export-Package: helloworld
-Bundle-Activator: helloworld.OSGiGreetingsImpl
-