]> source.dussan.org Git - jgit.git/commit
Revert "The constructor CmdLineException(String) is deprecated" 35/7935/2
authorShawn O. Pearce <spearce@spearce.org>
Wed, 26 Sep 2012 17:19:00 +0000 (10:19 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 26 Sep 2012 17:20:42 +0000 (10:20 -0700)
commit31261b5c2f261653e11d0d9960ce26fa0d4c82d5
tree269bf58b1efa2c924596fdb43a051d1dbd431001
parent83e7554e177cb9226d9b17f1e214e2b3dd80e881
Revert "The constructor CmdLineException(String) is deprecated"

This reverts commit 07f99362575f324e466d7f5ae49d5f8f69cf7a8a.

07f9 seems to require a more recent args4j, but I cannot locate a CQ
that verifies we can use a version more recent then 2.0.12. 2.0.16
has been released, but the Hudson CI instance at Eclipse won't
build it.

Since the commit fixes an issue identified in March but wasn't
actually submitted to the tree until September, we can continue to
ignore whatever the problem is/was until someone can attempt a more
correctly working solution.

Change-Id: I94fa432c219bda21c1126976bb60e5292760092e
org.eclipse.jgit.pgm/pom.xml
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/AbstractTreeIteratorHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/ObjectIdHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevCommitHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevTreeHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/SubcommandHandler.java