Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-11-25 20:47:23 +0000
committerrelves2009-11-25 20:47:23 +0000
commitd469b0916eb6f214434380c7ca663de0c95a6009 (patch)
tree2c0da00fdec07a4d15b23e98b77983e0148c7c1c /org.eclipse.mylyn.oslc.tests/META-INF
parent173d40086f013b834908cb3a828bb78547af243c (diff)
downloadorg.eclipse.mylyn.tasks-d469b0916eb6f214434380c7ca663de0c95a6009.tar.gz
org.eclipse.mylyn.tasks-d469b0916eb6f214434380c7ca663de0c95a6009.tar.xz
org.eclipse.mylyn.tasks-d469b0916eb6f214434380c7ca663de0c95a6009.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.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..45d77822b
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Tests
+Bundle-SymbolicName: org.eclipse.mylyn.oslc.tests
+Bundle-Version: 1.0.0.qualifier
+Require-Bundle: org.eclipse.core.runtime,
+ org.junit,
+ org.eclipse.mylyn.commons.core;bundle-version="3.2.0",
+ org.eclipse.mylyn.tasks.core;bundle-version="3.2.0",
+ org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
+ org.jdom;bundle-version="1.0.0",
+ org.eclipse.mylyn.commons.tests;bundle-version="0.0.0",
+ org.eclipse.mylyn.oslc.cm.ui;bundle-version="3.2.0",
+ org.eclipse.mylyn.oslc.core;bundle-version="3.2.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top