diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-01-09 13:56:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-01-09 14:21:40 +0100 |
commit | 850e5bc24e31c8c510592b24c8a2f425bc2988f0 (patch) | |
tree | ee52bb8c96781bceddd30f7a25081855a46ab347 /org.eclipse.jgit.pgm/pom.xml | |
parent | 04214819784b722b7ab24bb82150b393a085b6b8 (diff) | |
download | jgit-850e5bc24e31c8c510592b24c8a2f425bc2988f0.tar.gz jgit-850e5bc24e31c8c510592b24c8a2f425bc2988f0.zip |
Delete the iplog generator
It stopped working when we moved to the Eclipse foundation's Gerrit
server since it doesn't use the Gerrit internal user store but LDAP.
Instead, since 2.0, we use the Eclipse foundation's automatic IP log
generator [1] to generate IP logs for releasing jgit and egit.
[1] http://www.eclipse.org/projects/ip_log_selector.php
Change-Id: I98dc65efb62909bc0258e6c680df0c93a57e9677
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index a6944d0e4a..17ed092dc4 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -84,12 +84,6 @@ <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.ui</artifactId> <version>${project.version}</version> </dependency> |