changed javadoc output dir to /target
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/5f57f322 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/5f57f322 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/5f57f322 Branch: refs/heads/master Commit: 5f57f322435d392cf9f984c5a5c4198779965d09 Parents: 21b6059 Author: amuramoto <[email protected]> Authored: Wed Nov 12 17:36:47 2014 -0800 Committer: amuramoto <[email protected]> Committed: Wed Nov 12 17:36:47 2014 -0800 ---------------------------------------------------------------------- sdks/android/build_release_zip.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/5f57f322/sdks/android/build_release_zip.sh ---------------------------------------------------------------------- diff --git a/sdks/android/build_release_zip.sh b/sdks/android/build_release_zip.sh index b68b356..fdea162 100755 --- a/sdks/android/build_release_zip.sh +++ b/sdks/android/build_release_zip.sh @@ -9,7 +9,6 @@ # variables used for javadoc generation MAVEN_REPO="${HOME}/.m2/repository" -ANDROID_SDK_PATH="/Applications/adt-bundle-mac/sdk/platforms/android-4.2" JAVADOC_EXE_PATH="${JAVA_HOME}/bin" JAVA_VERSION="1.6" @@ -145,7 +144,7 @@ if [ -f "${DEST_ZIP_DIR}/build_release_zip.sh" ]; then fi # generate javadocs -JAVADOC_OUTPUT_DIR="${DEST_ZIP_DIR}/docs" +JAVADOC_OUTPUT_DIR="target/docs" if [ -d "${JAVADOC_OUTPUT_DIR}" ]; then # delete everything that may be there rm -r "${JAVADOC_OUTPUT_DIR}/*"
