diff options
author | Ketan Padegaonkar <KetanPadegaonkar@gmail.com> | 2011-04-26 09:33:52 -0700 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-02 09:22:47 -0500 |
commit | f8b89a922f2fb554482213845be3e8a2c5cb6cfa (patch) | |
tree | 4af4ce9b238188455e5ce8661bf2015f8b3beb39 /org.eclipse.jgit.ant/resources/org/eclipse | |
parent | fdeb3272705865e886cc0d47de18c967281ec6bb (diff) | |
download | jgit-f8b89a922f2fb554482213845be3e8a2c5cb6cfa.tar.gz jgit-f8b89a922f2fb554482213845be3e8a2c5cb6cfa.zip |
Add GitCloneTask to org.eclipse.jgit.ant
Bug: 321237
Change-Id: I605da8150048158d918c577ef8ca4f6edbed0133
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 75cd2305b4..8aa1fbfce6 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 +1,2 @@ -git-init=org.eclipse.jgit.ant.tasks.GitInitTask
\ No newline at end of file +git-init=org.eclipse.jgit.ant.tasks.GitInitTask +git-clone=org.eclipse.jgit.ant.tasks.GitCloneTask
\ No newline at end of file |