Browse Source

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>
tags/v1.0.0.201106011211-rc3
Chris Aniszczyk 13 years ago
parent
commit
87455127a3
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      pom.xml

+ 2
- 1
pom.xml View File

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

Loading…
Cancel
Save