Correct location of AmazonS3 command line client
commite4fc3c3566421f34ad672bab11df0742ee511a45
authorShawn O. Pearce <spearce@spearce.org>
Sun, 1 Nov 2009 00:11:29 +0000 (31 17:11 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 1 Nov 2009 00:12:31 +0000 (31 17:12 -0700)
tree7640651666b842247a5e8c70933b20e306410260
parentcf2edb65180b66bb191a7db1dfa24eeb5801d246
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 af5cb5ced938 ("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>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AmazonS3Client.java [moved from jgit-pgm/src/main/java/org/eclipse/jgit/pgm/AmazonS3Client.java with 100% similarity]