summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/pom.xml
diff options
context:
space:
mode:
authorSasa Zivkov <sasa.zivkov@sap.com>2010-05-19 14:37:33 -0700
committerShawn O. Pearce <spearce@spearce.org>2010-05-19 14:37:33 -0700
commit3c667b328ae086dcbfe159a22b3c86779a4590e5 (patch)
tree767e21af42edd693e8e1cb66953d3ebb7a9ed135 /org.eclipse.jgit.test/pom.xml
parentf3d8a8ecad614906a2c4ec0077cdb24129da6c6d (diff)
downloadjgit-3c667b328ae086dcbfe159a22b3c86779a4590e5.tar.gz
jgit-3c667b328ae086dcbfe159a22b3c86779a4590e5.zip
Test root locale translations
Ensures all translations exist in the root locale. Change-Id: Ic8a8bdfd4a06c6d1ebd1e85a8082a32c82d155c7
Diffstat (limited to 'org.eclipse.jgit.test/pom.xml')
-rw-r--r--org.eclipse.jgit.test/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml
index 9b3301132d..ce4bc8300d 100644
--- a/org.eclipse.jgit.test/pom.xml
+++ b/org.eclipse.jgit.test/pom.xml
@@ -80,6 +80,36 @@
<artifactId>org.eclipse.jgit.junit</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.ui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.console</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.http.server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.iplog</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.pgm</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>