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.packaging/org.eclipse.jgit.pgm.feature | |
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.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 7 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index b69e1ef5d2..85d5d355c1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -34,13 +34,6 @@ unpack="false"/> <plugin - id="org.eclipse.jgit.iplog" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin id="org.eclipse.jgit.ui" download-size="0" install-size="0" diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index 877db0b2dc..d51e8bae90 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -79,12 +79,6 @@ <dependency> <groupId>org.eclipse.jgit</groupId> - <artifactId>org.eclipse.jgit.iplog</artifactId> - <version>2.3.0-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.ui</artifactId> <version>2.3.0-SNAPSHOT</version> </dependency> |