summaryrefslogtreecommitdiffstats
path: root/cmake/Modules/JavaFileList.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Added support for exclusion in Java CMake script.Endi Sukma Dewata2012-07-191-2/+20
| | | | | | | The Java CMake scripts has been modified to support excluding some files from compilation or JAR packaging. Ticket #62
* Added Java CMake library.Endi Sukma Dewata2012-07-181-0/+34
New Java CMake library has been added to find the source codes automatically so it's no longer necessary to maintain the list of source codes in the build script. The library also provides separate functions to compile, package, and create symbolic links allowing more flexibility over the build process. Ticket #62