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 + + + + +