diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2012-03-23 09:10:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-04-18 18:57:36 +0200 |
commit | a2dac2c78d1fff0b2cedadcdaac030001eb851ac (patch) | |
tree | cc22f3a9b9676b9349456e6b7585074ff6420383 /pom.xml | |
parent | 95ed300b04f52e6d0625dfb5a6e0e52aac4bc412 (diff) | |
download | jgit-a2dac2c78d1fff0b2cedadcdaac030001eb851ac.tar.gz jgit-a2dac2c78d1fff0b2cedadcdaac030001eb851ac.zip |
Allow to write tests with CLI syntax
CQ: 6385
Bug: 365444
Change-Id: I2d5164cd92429673fe3c37e9f5f9bc565192cc12
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -470,6 +470,7 @@ <module>org.eclipse.jgit.ant.test</module> <module>org.eclipse.jgit.http.test</module> <module>org.eclipse.jgit.storage.dht.test</module> + <module>org.eclipse.jgit.pgm.test</module> </modules> </project> |