From 130ecaad6d10bcb11c7e60e043cf66a9d455e51a Mon Sep 17 00:00:00 2001 From: Ketan Padegaonkar Date: Tue, 26 Apr 2011 09:41:56 -0700 Subject: Add GitCheckoutTask to org.eclipse.jgit.ant Bug: 321237 Change-Id: I5c4753f7b99d0be002b32e403f5dfff9353c57b0 Signed-off-by: Chris Aniszczyk --- .../resources/org/eclipse/jgit/ant/ant-tasks.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org.eclipse.jgit.ant/resources/org/eclipse') 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 8aa1fbfce6..b0454a14d6 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,2 +1,3 @@ git-init=org.eclipse.jgit.ant.tasks.GitInitTask -git-clone=org.eclipse.jgit.ant.tasks.GitCloneTask \ No newline at end of file +git-clone=org.eclipse.jgit.ant.tasks.GitCloneTask +git-checkout=org.eclipse.jgit.ant.tasks.GitCheckoutTask \ No newline at end of file -- cgit v1.2.3