diff options
author | Ketan Padegaonkar <KetanPadegaonkar@gmail.com> | 2011-05-20 14:45:00 +0530 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-23 08:39:40 -0500 |
commit | 3344b93c84fa351623bf686d71dff9769e87144b (patch) | |
tree | 923c0691bf177b1bc5448845d9e3857dd10b498f /org.eclipse.jgit.ant/resources | |
parent | 40fa75feb4536218a59b4cb6ea71e3579c8000dd (diff) | |
download | jgit-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/resources')
-rw-r--r-- | org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties b/org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties index b0454a14d6..c92d5a9cf2 100644 --- a/org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties +++ b/org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties @@ -1,3 +1,4 @@ git-init=org.eclipse.jgit.ant.tasks.GitInitTask git-clone=org.eclipse.jgit.ant.tasks.GitCloneTask -git-checkout=org.eclipse.jgit.ant.tasks.GitCheckoutTask
\ No newline at end of file +git-checkout=org.eclipse.jgit.ant.tasks.GitCheckoutTask +git-add=org.eclipse.jgit.ant.tasks.GitAddTask |