From e4fc3c3566421f34ad672bab11df0742ee511a45 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 31 Oct 2009 17:11:29 -0700 Subject: [PATCH] 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 --- .../src}/org/eclipse/jgit/pgm/AmazonS3Client.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {jgit-pgm/src/main/java => org.eclipse.jgit.pgm/src}/org/eclipse/jgit/pgm/AmazonS3Client.java (100%) diff --git a/jgit-pgm/src/main/java/org/eclipse/jgit/pgm/AmazonS3Client.java b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AmazonS3Client.java similarity index 100% rename from jgit-pgm/src/main/java/org/eclipse/jgit/pgm/AmazonS3Client.java rename to org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AmazonS3Client.java