Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2012-03-23 08:10:41 +0000
committerMatthias Sohn2012-04-18 16:57:36 +0000
commita2dac2c78d1fff0b2cedadcdaac030001eb851ac (patch)
treecc22f3a9b9676b9349456e6b7585074ff6420383 /pom.xml
parent95ed300b04f52e6d0625dfb5a6e0e52aac4bc412 (diff)
downloadjgit-a2dac2c78d1fff0b2cedadcdaac030001eb851ac.tar.gz
jgit-a2dac2c78d1fff0b2cedadcdaac030001eb851ac.tar.xz
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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a0302018de..390ddb95ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Back to the top