diff options
author | Ketan Padegaonkar <KetanPadegaonkar@gmail.com> | 2011-05-19 11:58:28 +0530 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-19 08:55:17 -0500 |
commit | dc30c95d971ca270f442403ada0d4e3b00151419 (patch) | |
tree | c4d0a3cbdd74a9a3be44ea1aaa1b154fb47c1d2b /org.eclipse.jgit.ant.test/META-INF | |
parent | e3c4610c74c3eef0fdf573d45ab4fe0b01d61fe6 (diff) | |
download | jgit-dc30c95d971ca270f442403ada0d4e3b00151419.tar.gz jgit-dc30c95d971ca270f442403ada0d4e3b00151419.zip |
Add org.eclipse.jgit.ant.test
Change-Id: I9bfb1298864294b8ce29b91660f1cf8316e5f620
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..a3c2d81389 --- /dev/null +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Bundle-Localization: plugin +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %plugin_name +Bundle-SymbolicName: org.eclipse.jgit.ant.test +Bundle-Version: 1.0.0.qualifier +Bundle-ActivationPolicy: lazy +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Import-Package: org.eclipse.jgit.ant.tasks;version="1.0.0", + org.junit;version="[4.0.0,5.0.0)" |