summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/META-INF
diff options
context:
space:
mode:
authorChris Aniszczyk <caniszczyk@gmail.com>2009-10-13 15:53:55 -0500
committerShawn O. Pearce <spearce@spearce.org>2009-10-16 09:13:35 -0700
commit1a41a89e4c99250a9710e57894fd6af983f7d94d (patch)
tree6295d62ce2d56b45aba9d0ec54c8ebf10717eb11 /org.eclipse.jgit.test/META-INF
parent3e83a9e1df3c8664db33150f4c69204aefc02031 (diff)
downloadjgit-1a41a89e4c99250a9710e57894fd6af983f7d94d.tar.gz
jgit-1a41a89e4c99250a9710e57894fd6af983f7d94d.zip
Refactor org.eclipse.jgit.test to be a bundle
This way dependencies are described by the MANIFEST.MF, and the same build tools can be used to compile the tests. Change-Id: I4dc926148410ecbadcf71b9474aeeb509691aa32
Diffstat (limited to 'org.eclipse.jgit.test/META-INF')
-rw-r--r--org.eclipse.jgit.test/META-INF/MANIFEST.MF12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..8c89f045cf
--- /dev/null
+++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %plugin_name
+Bundle-SymbolicName: org.eclipse.jgit.test
+Bundle-Version: 0.6.0.qualifier
+Bundle-Localization: plugin
+Bundle-Vendor: %provider_name
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: com.jcraft.jsch,
+ junit.framework,
+ junit.textui