summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test/META-INF
diff options
context:
space:
mode:
authorKetan Padegaonkar <KetanPadegaonkar@gmail.com>2011-05-20 14:45:00 +0530
committerChris Aniszczyk <caniszczyk@gmail.com>2011-05-23 08:39:40 -0500
commit3344b93c84fa351623bf686d71dff9769e87144b (patch)
tree923c0691bf177b1bc5448845d9e3857dd10b498f /org.eclipse.jgit.ant.test/META-INF
parent40fa75feb4536218a59b4cb6ea71e3579c8000dd (diff)
downloadjgit-3344b93c84fa351623bf686d71dff9769e87144b.tar.gz
jgit-3344b93c84fa351623bf686d71dff9769e87144b.zip
Add GitAddTask
Change-Id: Ia9a3c9f4728e13d1e62f530b1d843d09afb4eb42 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.MF1
1 files changed, 1 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
index 564c0f40f6..2811b71ebf 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Bundle-Version: 1.0.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.apache.tools.ant,
+ org.apache.tools.ant.types,
org.eclipse.jgit.ant.tasks;version="1.0.0",
org.eclipse.jgit.junit,
org.eclipse.jgit.lib;version="1.0.0",