Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-07-28 00:33:04 +0000
committerSteffen Pingel2012-07-28 00:33:04 +0000
commit17ca9f7a4fce6a601da1ad7be38e4815e017899f (patch)
tree93327d3875fb959d2c7dc4729433a34529a10eab /org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF
parentb4f5181df152d2d182697590bf89e4cd79d63a4e (diff)
downloadorg.eclipse.mylyn.tasks-17ca9f7a4fce6a601da1ad7be38e4815e017899f.tar.gz
org.eclipse.mylyn.tasks-17ca9f7a4fce6a601da1ad7be38e4815e017899f.tar.xz
org.eclipse.mylyn.tasks-17ca9f7a4fce6a601da1ad7be38e4815e017899f.zip
382115: add tests bundle
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382115 Change-Id: I33184629de8a5de1a93680bff098340941af506f
Diffstat (limited to 'org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..e2e12c11d
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.activity.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Tasks Activity
+Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.tests
+Bundle-Version: 3.9.0.qualifier
+Bundle-Vendor: Eclipse Mylyn
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.junit;bundle-version="4.5.0",
+ org.eclipse.core.runtime,
+ org.eclipse.mylyn.commons.core,
+ org.eclipse.mylyn.commons.sdk.util,
+ org.eclipse.mylyn.tasks.core,
+ org.eclipse.mylyn.tasks.activity.core,
+ org.eclipse.mylyn.tasks.activity.ui,
+ org.eclipse.jface
+Export-Package: org.eclipse.mylyn.tasks.activity.tests;x-internal:=true

Back to the top