Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-11-25 03:47:26 +0000
committerrelves2009-11-25 03:47:26 +0000
commit173d40086f013b834908cb3a828bb78547af243c (patch)
tree727a8a29b5d7327cea551c9db6b271a9b5052db0 /org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
parentf9d18153b6157adebba197243b96bd651e200c1b (diff)
downloadorg.eclipse.mylyn.tasks-173d40086f013b834908cb3a828bb78547af243c.tar.gz
org.eclipse.mylyn.tasks-173d40086f013b834908cb3a828bb78547af243c.tar.xz
org.eclipse.mylyn.tasks-173d40086f013b834908cb3a828bb78547af243c.zip
NEW - bug 281711: produce Java API for OSLC CM 1.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281711
Diffstat (limited to 'org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF18
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..a9d1e8f78
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.mylyn.oslc.ui;singleton:=true
+Bundle-Version: 3.2.0.qualifier
+Bundle-Vendor: %Bundle-Vendor
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.ui.forms,
+ org.eclipse.core.runtime,
+ org.eclipse.jface,
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.2.0,3.4.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,3.4.0)",
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.2.0,3.4.0)",
+ org.eclipse.mylyn.commons.net;bundle-version="[3.2.0,3.4.0)",
+ org.eclipse.mylyn.commons.core;bundle-version="[3.2.0,3.4.0)",
+ org.eclipse.mylyn.oslc.core
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.mylyn.internal.oslc.ui

Back to the top