diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-05 18:33:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-05 18:33:16 +0200 |
commit | 87455127a33fba9ebfdab9e2a611d4148c7501a4 (patch) | |
tree | c3c839a11e4dca1534ca74557efde40781530544 /pom.xml | |
parent | eb9dba2fde1b0581ecae1e509a981a6158285f39 (diff) | |
download | jgit-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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |