Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsliebig2007-11-06 08:53:17 +0000
committersliebig2007-11-06 08:53:17 +0000
commitf59f7c40e91ad4795192740cc30d7a4238416e38 (patch)
treea74fd874a601f39f3da8b7621193eb814457a2b8 /bundles/ie.wombat.jbdiff.test/META-INF/MANIFEST.MF
parent1d5257c7ef12f0bf60ae5f7531ffdb355cb13202 (diff)
downloadrt.equinox.p2-f59f7c40e91ad4795192740cc30d7a4238416e38.tar.gz
rt.equinox.p2-f59f7c40e91ad4795192740cc30d7a4238416e38.tar.xz
rt.equinox.p2-f59f7c40e91ad4795192740cc30d7a4238416e38.zip
Test the extended jbdiff library
Diffstat (limited to 'bundles/ie.wombat.jbdiff.test/META-INF/MANIFEST.MF')
-rw-r--r--bundles/ie.wombat.jbdiff.test/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/ie.wombat.jbdiff.test/META-INF/MANIFEST.MF b/bundles/ie.wombat.jbdiff.test/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..d302fe5fa
--- /dev/null
+++ b/bundles/ie.wombat.jbdiff.test/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: JBDiff Test Plug-in
+Bundle-SymbolicName: ie.wombat.jbdiff.test
+Bundle-Version: 0.1.0.1
+Bundle-Activator: ie.wombat.jbdiff.test.Activator
+Import-Package: org.osgi.framework;version="1.3.0"
+Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
+ J2SE-1.4
+Require-Bundle: org.junit,
+ ie.wombat.jbdiff

Back to the top