summaryrefslogtreecommitdiffstats
path: root/Modules/FindJava.cmake
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2009-10-30 15:22:41 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2009-10-30 15:22:41 (GMT)
commitae27492091822118ef779c6f627ac5afeeac4af3 (patch)
tree4b650154a6237c93536745e8e0e251c98960cbb8 /Modules/FindJava.cmake
parent3d898c253466302367a9b0743dfaa165114c7d1f (diff)
downloadCMake-ae27492091822118ef779c6f627ac5afeeac4af3.zip
CMake-ae27492091822118ef779c6f627ac5afeeac4af3.tar.gz
CMake-ae27492091822118ef779c6f627ac5afeeac4af3.tar.bz2
STYLE: Fix documentation (thanks Brad).
Diffstat (limited to 'Modules/FindJava.cmake')
-rw-r--r--Modules/FindJava.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/Modules/FindJava.cmake b/Modules/FindJava.cmake
index 749d110..8c9ceae 100644
--- a/Modules/FindJava.cmake
+++ b/Modules/FindJava.cmake
@@ -4,13 +4,14 @@
# variables:
#
# Java_JAVA_EXECUTABLE = the full path to the Java runtime
-# Java_JAVA_EXECUTABLE = the full path to the Java compiler
-# Java_JAVA_EXECUTABLE = the full path to the Java archiver
-# Java_VERSION_STRING = Version of the package found (java version)
+# Java_JAVAC_EXECUTABLE = the full path to the Java compiler
+# Java_JAR_EXECUTABLE = the full path to the Java archiver
+# Java_VERSION_STRING = Version of the package found (java version), eg. 1.6.0_12
# Java_VERSION_MAJOR = The major version of the package found.
# Java_VERSION_MINOR = The minor version of the package found.
# Java_VERSION_PATCH = The patch version of the package found.
# Java_VERSION_TWEAK = The tweak version of the package found (after '_')
+# Java_VERSION = This is set to: $major.$minor.$patch(.$tweak)
#
#=============================================================================