Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF b/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..628eaaa7
--- /dev/null
+++ b/org.eclipse.rmf.reqif10.pror.presentation.id/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.presentation.id;singleton:=true
+Bundle-Version: 0.4.0.qualifier
+Bundle-ClassPath: .
+Bundle-Activator: org.eclipse.rmf.reqif10.pror.presentation.id.provider.IDEditPlugin$Implementation
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.rmf.reqif10.pror.presentation.id,
+ org.eclipse.rmf.reqif10.pror.presentation.id.impl,
+ org.eclipse.rmf.reqif10.pror.presentation.id.provider,
+ org.eclipse.rmf.reqif10.pror.presentation.id.util,
+ org.eclipse.rmf.reqif10.pror.presentation.ui
+Require-Bundle: org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.4.0"
+Bundle-ActivationPolicy: lazy

Back to the top