Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..f75101af3
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.identity/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ECF Identity API
+Bundle-SymbolicName: org.eclipse.ecf.identity;singleton:=true
+Bundle-Version: 0.9.3
+Bundle-Activator: org.eclipse.ecf.internal.core.identity.Activator
+Bundle-Vendor: Eclipse.org
+Require-Bundle: org.eclipse.core.runtime
+Eclipse-LazyStart: true
+Export-Package: org.eclipse.ecf.core.identity,
+ org.eclipse.ecf.core.util
+Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top