diff options
author | Tomasz Zarna <tzarna@gmail.com> | 2013-01-22 12:41:31 +0100 |
---|---|---|
committer | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2013-01-28 21:00:34 +0100 |
commit | 96dc4207efced301cca848daae2d17f682663687 (patch) | |
tree | 29368d995a8d909acc3dd0e8436f5bc372ab0207 /org.eclipse.jgit.ant.test/META-INF | |
parent | 910a69d4c8a892a71f4ac1f8c54f7d91887001d5 (diff) | |
download | jgit-96dc4207efced301cca848daae2d17f682663687.tar.gz jgit-96dc4207efced301cca848daae2d17f682663687.zip |
Align execution environment with JRE on the classpath in jgit.ant.test
Change-Id: Ic11ddce81dbcc7d703742c7e86941d2f43668617
Diffstat (limited to 'org.eclipse.jgit.ant.test/META-INF')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index 6e24ef823c..4c955b01a5 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ant.test Bundle-Version: 2.3.0.qualifier Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, org.apache.tools.ant.types, org.eclipse.jgit.ant.tasks;version="2.3.0", |