From a78c488ea5768d23815b95adad11f11fd35f61af Mon Sep 17 00:00:00 2001 From: Christian Edward Gruber Date: Thu, 20 Mar 2014 20:39:02 -0700 Subject: [PATCH] Fix up API diffs upload script. --- build.xml | 23 ++++++++++++----------- uploadApiDiffs.sh | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/build.xml b/build.xml index 730cc7b669..4bba6fe60a 100644 --- a/build.xml +++ b/build.xml @@ -126,15 +126,17 @@ - - - - - - + + + + + + + @@ -149,10 +151,9 @@ - + - + diff --git a/uploadApiDiffs.sh b/uploadApiDiffs.sh index 83e2166d79..7cf3c546b5 100755 --- a/uploadApiDiffs.sh +++ b/uploadApiDiffs.sh @@ -16,4 +16,4 @@ cp -r build/docs/javadoc latest-api-diffs/$CV/javadoc # commit changes git add -A latest-api-diffs -git commit -m "Added updated $CV api diffs." latest-api-diffs +echo git commit -m "Added updated $CV api diffs." latest-api-diffs