summaryrefslogtreecommitdiffstats
path: root/base/ocsp/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Parameterizing RESTEasy paths.ticket-422-1Endi Sukma Dewata2012-12-061-2/+1
| | | | | | | | | The paths to RESTEasy jar files have been modified such that it can be configured globally at build time using the spec file to support different distributions, and at deployment time using a system-wide configuration in /etc/pki/pki.conf. Ticket #422, #423.
* Misc changes to get rhel 7 build to workAde Lee2012-11-211-0/+1
| | | | | | | 1. Modified cmake dependency 2. Corrected conditionals in spec file 3. Added paths for resteasy-base 4. Added paths to policy for resteasy-base
* Change cmake projects from Java to NONEAde Lee2012-11-201-1/+1
|
* Removal of version numbers from jar file namesMatthew Harmsen2012-10-291-12/+2
| | | | * TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . .
* Added VERSION file.Endi Sukma Dewata2012-09-281-0/+9
| | | | | | | | | | | 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
* Updated the remaining build scripts.Endi Sukma Dewata2012-08-151-23/+39
| | | | | | | The remaining build scripts have been updated to automatically find the source codes. Ticket #62
* Add Application files to list REST resourcesAde Lee2012-07-101-1/+8
|
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+99
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