Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties')
-rw-r--r--org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties3
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

Back to the top