Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..bc892795b
--- /dev/null
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Host
+Bundle-SymbolicName: com.mycorp.examples.timeservice.host
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: MyCorp, Inc.
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Import-Package: com.mycorp.examples.timeservice;version="1.0.0",
+ org.osgi.framework,
+ org.osgi.service.remoteserviceadmin;version="1.0.0"
+Bundle-Activator: com.mycorp.examples.timeservice.host.Activator

Back to the top