summaryrefslogtreecommitdiffstats
path: root/base/util/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Change cmake projects from Java to NONEAde Lee2012-11-201-1/+1
|
* Removal of version numbers from jar file namesMatthew Harmsen2012-10-291-23/+3
| | | | * TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . .
* Added VERSION file.Endi Sukma Dewata2012-09-281-0/+18
| | | | | | | | | | | The CMake scripts have been modified to store the version number in /usr/share/pki/VERSION and in JAR manifest files. These files can be read by PKI applications to obtain the version number without having to query the RPM database. Fixed warnings in Java.cmake file. Ticket #339
* Merged Javadoc packages.Endi Sukma Dewata2012-09-051-27/+0
| | | | | | | The Javadocs for pki-util, pki-java-tools and pki-common have been merged and packaged into pki-javadoc RPM. Ticket #295
* Updated util and common build scripts.Endi Sukma Dewata2012-07-231-318/+99
| | | | | | | | The build scripts for util and common packages have been modified to use the new Java CMake library to automatically find the source codes and build the binaries. Ticket #62
* Added cert revocation REST service.Endi Sukma Dewata2012-07-111-1/+9
| | | | | | | The cert revocation REST service is based on DoRevoke and DoUnrevoke servlets. It provides an interface to manage certificate revocation. Ticket #161
* Added option to build without Javadoc.Endi Sukma Dewata2012-03-261-21/+22
| | | | | | | | | | The build scripts have been modified to provide an option to build without Javadoc to speed up development builds. The option can be used as follows: compose_pki_core_packages --without-javadoc hybrid_rpms Ticket #111
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+369
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