From fdeb3272705865e886cc0d47de18c967281ec6bb Mon Sep 17 00:00:00 2001 From: Ketan Padegaonkar Date: Mon, 25 Apr 2011 10:24:48 -0700 Subject: Add org.eclipse.jgit.ant Adds the initial project and a GitInitTask. Bug: 321237 Change-Id: I06b94e0b42b20ecf51f86845e47d49913f3513c4 Signed-off-by: Chris Aniszczyk --- org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties (limited to 'org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties') 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 new file mode 100644 index 0000000000..75cd2305b4 --- /dev/null +++ b/org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties @@ -0,0 +1 @@ +git-init=org.eclipse.jgit.ant.tasks.GitInitTask \ No newline at end of file -- cgit v1.2.3