summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Added Javadoc CMake function.Endi Sukma Dewata2012-07-191-19/+121
| | | | | | | | | | A new javadoc function has been added into Java CMake script. The function supports generating Javadoc for Java packages including all subpackages in it. It also support package exclusion. This way it's no longer necessary to specify the entire list of packages or source codes. Ticket #62
* Added support for exclusion in Java CMake script.Endi Sukma Dewata2012-07-192-12/+38
| | | | | | | 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-182-0/+207
| | | | | | | | | | | 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
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2626-0/+2571
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131