This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  cec1388c39796ee79c39c4119e6546cb69a2f65e (commit)
       via  1053db7b0cbe89acfa693fbd76b20992fe9ba023 (commit)
      from  c220f4e80728c2b39db6d375c0a8d9667769cd08 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cec1388c39796ee79c39c4119e6546cb69a2f65e
commit cec1388c39796ee79c39c4119e6546cb69a2f65e
Merge: c220f4e 1053db7
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jan 26 09:34:59 2016 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Jan 26 09:34:59 2016 -0500

    Merge topic 'UseJava-fix-doc-typo' into next
    
    1053db7b UseJava: Fix documented name of `CLASSDIR` property (#15936)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1053db7b0cbe89acfa693fbd76b20992fe9ba023
commit 1053db7b0cbe89acfa693fbd76b20992fe9ba023
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jan 26 09:27:21 2016 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Jan 26 09:27:21 2016 -0500

    UseJava: Fix documented name of `CLASSDIR` property (#15936)
    
    It is not `CLASS_DIR`.

diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake
index adaba02..475ad5e 100644
--- a/Modules/UseJava.cmake
+++ b/Modules/UseJava.cmake
@@ -184,7 +184,7 @@
 #                       This is used by install_jni_symlink().
 #    JAR_FILE           The location of the jar file so that you can include
 #                       it.
-#    CLASS_DIR          The directory where the class files can be found. For
+#    CLASSDIR           The directory where the class files can be found. For
 #                       example to use them with javah.
 #
 # ::

-----------------------------------------------------------------------

Summary of changes:
 Modules/UseJava.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to