| Index: editor/tools/compile_analyzer_java.py
|
| diff --git a/editor/tools/compile_analyzer.py b/editor/tools/compile_analyzer_java.py
|
| similarity index 99%
|
| rename from editor/tools/compile_analyzer.py
|
| rename to editor/tools/compile_analyzer_java.py
|
| index 53bd00916f69f5551bdc5e6bef6bf92a2c8c76ad..3ac7655649584b17a91afac100e5a2dc559433dc 100644
|
| --- a/editor/tools/compile_analyzer.py
|
| +++ b/editor/tools/compile_analyzer_java.py
|
| @@ -100,7 +100,7 @@ def VerifyJavacGetPath():
|
| print "You do not have JDK installed, can't build the analyzer"
|
| exit(1)
|
| return javac_path
|
| -
|
| +
|
| def GetJavacPath():
|
| if 'JAVA_HOME' in os.environ:
|
| return join(os.environ['JAVA_HOME'], 'bin',
|
|
|