]> source.dussan.org Git - jgit.git/commit
Add org.eclipse.jgit.ant 06/3306/3
authorKetan Padegaonkar <KetanPadegaonkar@gmail.com>
Mon, 25 Apr 2011 17:24:48 +0000 (10:24 -0700)
committerChris Aniszczyk <caniszczyk@gmail.com>
Mon, 2 May 2011 14:12:55 +0000 (09:12 -0500)
commitfdeb3272705865e886cc0d47de18c967281ec6bb
treee7c7ca25bff25a1ac12c95498241a9aa6eff29fc
parentd05d351f3be5207a168c43b7cc52404195c2d567
Add org.eclipse.jgit.ant

Adds the initial project and a GitInitTask.

Bug: 321237
Change-Id: I06b94e0b42b20ecf51f86845e47d49913f3513c4
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.ant/.classpath [new file with mode: 0644]
org.eclipse.jgit.ant/.gitignore [new file with mode: 0644]
org.eclipse.jgit.ant/.project [new file with mode: 0644]
org.eclipse.jgit.ant/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.ant/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
org.eclipse.jgit.ant/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.jgit.ant/build.properties [new file with mode: 0644]
org.eclipse.jgit.ant/plugin.properties [new file with mode: 0644]
org.eclipse.jgit.ant/resources/org/eclipse/jgit/ant/ant-tasks.properties [new file with mode: 0644]
org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java [new file with mode: 0644]