summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Aniszczyk <caniszczyk@gmail.com>2011-05-05 18:33:16 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-05-05 18:33:16 +0200
commit87455127a33fba9ebfdab9e2a611d4148c7501a4 (patch)
treec3c839a11e4dca1534ca74557efde40781530544 /pom.xml
parenteb9dba2fde1b0581ecae1e509a981a6158285f39 (diff)
downloadjgit-87455127a33fba9ebfdab9e2a611d4148c7501a4.tar.gz
jgit-87455127a33fba9ebfdab9e2a611d4148c7501a4.zip
Add org.eclipse.jgit.ant to parent pom.xml
Bug: 321237 Change-Id: Idd106f2700740db07f41f6d31f50d6b2a30fa732 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6d8c4050a2..5a83da5083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,12 +405,13 @@
<modules>
<module>org.eclipse.jgit</module>
+ <module>org.eclipse.jgit.ant</module>
<module>org.eclipse.jgit.ui</module>
<module>org.eclipse.jgit.http.server</module>
<module>org.eclipse.jgit.iplog</module>
<module>org.eclipse.jgit.pgm</module>
<module>org.eclipse.jgit.junit</module>
- <module>org.eclipse.jgit.junit.http</module>
+ <module>org.eclipse.jgit.junit.http</module>
<module>org.eclipse.jgit.test</module>
<module>org.eclipse.jgit.http.test</module>