diff options
author | Ketan Padegaonkar <KetanPadegaonkar@gmail.com> | 2011-04-26 09:41:56 -0700 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-02 09:27:20 -0500 |
commit | 130ecaad6d10bcb11c7e60e043cf66a9d455e51a (patch) | |
tree | 07a84f4bc39b830b5cc8429bf59afb1975a54801 /org.eclipse.jgit.ant/resources/org/eclipse | |
parent | f8b89a922f2fb554482213845be3e8a2c5cb6cfa (diff) | |
download | jgit-130ecaad6d10bcb11c7e60e043cf66a9d455e51a.tar.gz jgit-130ecaad6d10bcb11c7e60e043cf66a9d455e51a.zip |
Add GitCheckoutTask to org.eclipse.jgit.ant
Bug: 321237
Change-Id: I5c4753f7b99d0be002b32e403f5dfff9353c57b0
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.ant/resources/org/eclipse')
-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 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 |