aboutsummaryrefslogtreecommitdiffstats
path: root/hierarchyviewer
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2010-01-28 20:06:46 -0800
committerRaphael <raphael@google.com>2010-01-28 20:09:32 -0800
commit59cd9ce8477de1cc34a9f71e4e4f0ffab2c18673 (patch)
treeff9e91b8a0c2805b9515b4fee5812cafa175be2f /hierarchyviewer
parent53283c2d209c6f4114f1ea0462f8b6f2f9f5cc43 (diff)
downloadplatform_sdk-59cd9ce8477de1cc34a9f71e4e4f0ffab2c18673.tar.gz
platform_sdk-59cd9ce8477de1cc34a9f71e4e4f0ffab2c18673.tar.bz2
platform_sdk-59cd9ce8477de1cc34a9f71e4e4f0ffab2c18673.zip
SDK Updater: Support post install script for updating SDK Setup.exe.
The new post_tools_install.bat will be found in SDK/tools/lib. This also moves find_java.bat into the same lib folder. SDK Bug: 2404830 Change-Id: I84e3671918931079f296500e296ec1a55931b851
Diffstat (limited to 'hierarchyviewer')
-rwxr-xr-xhierarchyviewer/etc/hierarchyviewer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/hierarchyviewer/etc/hierarchyviewer.bat b/hierarchyviewer/etc/hierarchyviewer.bat
index 28a4d8d4e..3f8c41628 100755
--- a/hierarchyviewer/etc/hierarchyviewer.bat
+++ b/hierarchyviewer/etc/hierarchyviewer.bat
@@ -26,7 +26,7 @@ cd /d %~dp0
rem Check we have a valid Java.exe in the path.
set java_exe=
-call find_java.bat
+call lib\find_java.bat
if not defined java_exe goto :EOF
set jarfile=hierarchyviewer.jar