From 2352290398183e940c2d3e478f49e3902367dd64 Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Wed, 27 Apr 2011 15:59:14 -0500 Subject: [PATCH] Add pom.xml to org.eclipse.jgit.ant Also-by: Ketan Padegaonkar Bug: 321237 CQ: 5111 Change-Id: Ie93b85df76fcb5c077b93f01ed1959eaeffb3c20 Signed-off-by: Chris Aniszczyk --- org.eclipse.jgit.ant/pom.xml | 114 +++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 org.eclipse.jgit.ant/pom.xml diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml new file mode 100644 index 000000000..de6b7b641 --- /dev/null +++ b/org.eclipse.jgit.ant/pom.xml @@ -0,0 +1,114 @@ + + + + 4.0.0 + + + org.eclipse.jgit + org.eclipse.jgit-parent + 1.0.0-SNAPSHOT + + + org.eclipse.jgit.ant + JGit - Ant Tasks + + + Ant based user interface for Git + + + + + + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + + + org.apache.ant + ant + 1.7.1 + + + + + src/ + + + + . + + plugin.properties + + + + resources/ + + + + + + maven-jar-plugin + + + ${bundle-manifest} + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + UTF-8 + + + + +