| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The build scripts for test, util test, and common test
components have been updated to automatically find the
source codes and not create unnecessary test jar files.
Ticket #62
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The Java CMake scripts has been modified to support excluding some
files from compilation or JAR packaging.
Ticket #62
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|