[Cmake-commits] [cmake-commits] malaterre committed FindJava.cmake 1.19 1.20

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 30 11:22:46 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv24099

Modified Files:
	FindJava.cmake 
Log Message:
STYLE: Fix documentation (thanks Brad).


Index: FindJava.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindJava.cmake,v
retrieving revision 1.19
retrieving revision 1.20
diff -C 2 -d -r1.19 -r1.20
*** FindJava.cmake	30 Oct 2009 14:49:12 -0000	1.19
--- FindJava.cmake	30 Oct 2009 15:22:41 -0000	1.20
***************
*** 5,15 ****
  #
  #  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_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 '_')
  #
  
--- 5,16 ----
  #
  #  Java_JAVA_EXECUTABLE    = the full path to the Java runtime
! #  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)
  #
  



More information about the Cmake-commits mailing list