summaryrefslogtreecommitdiffstats
path: root/base/ca/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed build problem on RHEL.Endi S. Dewata2017-02-231-9/+9
| | | | | | The CMake create_symlink commands do not work on RHEL if the source does not exist yet, so they have been replaced with regular ln commands.
* Converted library links creation into CMake scripts.Endi S. Dewata2017-02-151-0/+23
| | | | | | To improve consistency across platforms the code in RPM spec that creates the links to subsystem library files has been converted into CMake scripts.
* Renamed CS.cfg.in to CS.cfg.Endi S. Dewata2016-05-091-2/+0
| | | | | | | | The CS.cfg.in have been renamed to CS.cfg to clean up the CMake scripts and for consistency. This change does not affect the actual files shipped in the RPM packages. https://fedorahosted.org/pki/ticket/2278
* Added support for Tomcat 8.Endi S. Dewata2015-04-211-0/+8
| | | | | | | | | | | | The Dogtag code has been modified to support both Tomcat 7 and 8. All files depending on a specific Tomcat version are now stored in separate folders. The build scripts have been modified to use the proper folder for the target platform. The tomcatjss dependency has been updated as well. The upgrade script will be added in a separate patch. https://fedorahosted.org/pki/ticket/1264
* Remove legacy 'systemctl' filesMatthew Harmsen2014-07-031-33/+0
| | | | - PKI TRAC Ticket #832 - Remove legacy 'systemctl' files . . .
* Change cmake projects from Java to NONEAde Lee2012-11-201-1/+1
|
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+64
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