Parcourir la source

Revert "Update to JCommander 1.27"

This reverts commit 479aabd5b8.
tags/v1.0.0
James Moger il y a 12 ans
Parent
révision
a6aac0e777
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1
    1
      .classpath
  2. 4
    4
      src/com/gitblit/build/Build.java

+ 1
- 1
.classpath Voir le fichier

@@ -7,7 +7,7 @@
<classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/log4j-1.2.17-sources.jar"/>
<classpathentry kind="lib" path="ext/slf4j-api-1.6.6.jar" sourcepath="ext/slf4j-api-1.6.6-sources.jar"/>
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.6.6.jar" sourcepath="ext/slf4j-log4j12-1.6.6-sources.jar"/>
<classpathentry kind="lib" path="ext/jcommander-1.27.jar" sourcepath="ext/jcommander-1.27-sources.jar"/>
<classpathentry kind="lib" path="ext/jcommander-1.17.jar" sourcepath="ext/jcommander-1.17-sources.jar"/>
<classpathentry kind="lib" path="ext/bcprov-jdk16-1.46.jar" sourcepath="ext/bcprov-jdk16-1.46-sources.jar"/>
<classpathentry kind="lib" path="ext/bcmail-jdk16-1.46.jar" sourcepath="ext/bcmail-jdk16-1.46-sources.jar"/>
<classpathentry kind="lib" path="ext/jsch-0.1.44-1.jar" sourcepath="ext/jsch-0.1.44-1-sources.jar"/>

+ 4
- 4
src/com/gitblit/build/Build.java Voir le fichier

@@ -461,10 +461,10 @@ public class Build {
private static class MavenObject {
public static final MavenObject JCOMMANDER = new MavenObject("jCommander", "com/beust",
"jcommander", "1.27", 51000, 32000, 141000,
"58c9cbf0f1fa296f93c712f2cf46de50471920f9",
"fae697ac46477a5227a5ee14f8f3a1270a4627b0",
"a3ffcf1c0792a8ab851e99f3973ad8aa7cb825a8");
"jcommander", "1.17", 34000, 32000, 141000,
"219a3540f3b27d7cc3b1d91d6ea046cd8723290e",
"0bb50eec177acf0e94d58e0cf07262fe5164331d",
"c7adc475ca40c288c93054e0f4fe58f3a98c0cb5");
public static final MavenObject JETTY = new MavenObject("Jetty",
"org/eclipse/jetty/aggregate", "jetty-webapp", "7.4.3.v20110701", 1000000, 680000,

Chargement…
Annuler
Enregistrer