Browse Source

Correct location of AmazonS3 command line client

This code belongs inside of the org.eclipse.jgit.pgm bundle
so it is executable from the command line.

In af5cb5ced9 ("Move AmazonS3 command line utility to jgit-pgm")
I accidentally moved this class into the wrong directory, probably
during some sort of rebase when I tried to pull this commit out of
its original position in an abanonded Maven refactoring series.

Change-Id: I19adafa87b70586dd44040e9dfce30f3d482ed28
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tags/v0.7.0
Shawn O. Pearce 14 years ago
parent
commit
e4fc3c3566
1 changed files with 0 additions and 0 deletions
  1. 0
    0
      org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AmazonS3Client.java

jgit-pgm/src/main/java/org/eclipse/jgit/pgm/AmazonS3Client.java → org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AmazonS3Client.java View File


Loading…
Cancel
Save