diff --git a/build.xml b/build.xml index 1e88bb400..e92e41c10 100644 --- a/build.xml +++ b/build.xml @@ -708,9 +708,6 @@ - - - diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java b/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java index 8ef24d373..12e87f613 100644 --- a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java +++ b/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java @@ -350,7 +350,7 @@ public class GATKRunReport { * @return a non-null AWS access key for the GATK user */ protected static String getAWSAccessKey() { - return getAWSKey("GATK_AWS_access.key"); + return getAWSKey("resources/GATK_AWS_access.key"); } /** @@ -358,7 +358,7 @@ public class GATKRunReport { * @return a non-null AWS secret key for the GATK user */ protected static String getAWSSecretKey() { - return getAWSKey("GATK_AWS_secret.key"); + return getAWSKey("resources/GATK_AWS_secret.key"); } /** diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATK_AWS_access.key b/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_access.key similarity index 100% rename from public/java/src/org/broadinstitute/sting/gatk/phonehome/GATK_AWS_access.key rename to public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_access.key diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATK_AWS_secret.key b/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_secret.key similarity index 100% rename from public/java/src/org/broadinstitute/sting/gatk/phonehome/GATK_AWS_secret.key rename to public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_secret.key