[Cmake-commits] CMake branch, master, updated. v2.8.5-31-g2b16232

Brad King brad.king at kitware.com
Tue Jul 26 14:54:40 EDT 2011


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, master has been updated
       via  2b16232d4535cf438be879d86c013e9945dc9f52 (commit)
       via  1417a55754d97810b85deb0f51793b0c4ceee4e8 (commit)
       via  0b7627df0a6c5e81c8f867bf4853968b85ccfb28 (commit)
       via  b01a50567a7ca190e9f39aa2db5f4b0042e9ca4c (commit)
       via  f99c3120c91b9b659d4fce20d5578b6c6674dc3f (commit)
       via  f3233ba5211596df205e6d915b06bd412087c202 (commit)
       via  a22ed3d62da7fad10eb1268ba4a359c62ad50488 (commit)
       via  c177c8e6b829f1dca4bbb81debd362d143868cf2 (commit)
       via  5c2106c71eb2a8b4e547b889fdc8aea3aeaad675 (commit)
       via  a4b6275eb7c31562633f0c1c805e2912c9a460f1 (commit)
      from  b3dba1a145974361d8afa56ffa66aaadb4e3cb01 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2b16232d4535cf438be879d86c013e9945dc9f52
commit 2b16232d4535cf438be879d86c013e9945dc9f52
Merge: b3dba1a 1417a55
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 26 14:54:33 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 26 14:54:33 2011 -0400

    Merge topic 'asn_java_support'
    
    1417a55 Java: Fix documentation format and indentation
    0b7627d Java: Use set_property/get_property for target variables.
    b01a505 Java: Create correct jar archive dependencies.
    f99c312 Java: Added some dependency magic to avoid recompilations.
    f3233ba Java: Create java_class_filelist only if it does't exist.
    a22ed3d Tests: Check for the new Java exeutable variables.
    c177c8e Tests: Java tests should test UseJava.cmake
    5c2106c Modules: Added CMake Java support.
    a4b6275 FindJava: Find missing java development executables.


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

Summary of changes:
 Modules/FindJava.cmake             |   18 +
 Modules/UseJava.cmake              |  858 ++++++++++++++++++++++++++++++++++++
 Modules/UseJavaClassFilelist.cmake |   52 +++
 Modules/UseJavaSymlinks.cmake      |   32 ++
 Tests/CMakeLists.txt               |    4 +-
 Tests/Java/CMakeLists.txt          |   45 +--
 6 files changed, 968 insertions(+), 41 deletions(-)
 create mode 100644 Modules/UseJava.cmake
 create mode 100644 Modules/UseJavaClassFilelist.cmake
 create mode 100644 Modules/UseJavaSymlinks.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list