summaryrefslogtreecommitdiffstats
path: root/base/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'setup' directory containing remaining Perl routinesMatthew Harmsen2015-07-171-1/+0
| | | | - PKI TRAC Ticket #1492 - remove pki-proxy-setup
* Remove 'pki-migrate' coderoot2014-09-301-5/+0
| | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
* Integrate 'tpsclient' back into primary TPS packageMatthew Harmsen2014-09-021-4/+2
| | | | - PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Remove RA and pkicreate and pkisilentMatthew Harmsen2014-08-281-5/+0
| | | | | - PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
* Misc TPS packaging tasks:Jack Magne2014-08-221-1/+1
| | | | | | | | | | | | | 1. Make sure the new TPS packages all the applet files, like the old TPS has done. 2. Create a small new package called "pki-tps-client", which will hold ONLY the command line utility "tpsclient" and all of its supporting libraries. 3. Move the directory pki/base/tps to pki/base/tps-client We will do this until we can rewrite "tpclien" on the new Java TPS system. Add package pki-tps-client.
* Added option to build without server packages.Endi S. Dewata2013-12-061-14/+15
| | | | | The build scripts have been modified to accept an optional parameter to build pki-core without the server packages.
* Moved Tomcat-based TPS to separate folder.Endi S. Dewata2013-08-151-0/+1
| | | | | | | | | | | The source files for the new Tomcat-based TPS has been moved from base/tps to base/tps-tomcat. The new TPS will now be build in pki-core and packaged in pki-tps-tomcat RPM. The old TPS and RA have been restored to the previous state before adding the new TPS. Once the new TPS is complete, the old TPS can be removed, the new TPS can be moved back to base/tps and the package can be renamed back to pki-tps. Ticket #702
* Renamed base/deploy to base/server.Endi Sukma Dewata2013-04-091-1/+1
| | | | | | | The base/deploy folder has been renamed to base/server to match the package name. The pki.conf has been moved into pki-base package. Ticket #553, #564
* changes to remove pki-selinux from f18 buildAde Lee2012-10-231-1/+3
|
* Using RPM version number in CMake.Endi Sukma Dewata2012-10-011-1/+4
| | | | | | | | | | | | The RPM spec files have been modified to pass the full RPM version number to CMake. The version number contains the product version number, release number, milestone, and platform. The CMake scritps will parse and use this version number to generate Java manifest files. The product version number will be used as the specification version and full version number will be used as the implementation version. Ticket #339
* Added VERSION file.Endi Sukma Dewata2012-09-281-0/+15
| | | | | | | | | | | 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-0/+3
| | | | | | | The Javadocs for pki-util, pki-java-tools and pki-common have been merged and packaged into pki-javadoc RPM. Ticket #295
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-3/+3
| | | | | | | | | | The pki-client.jar has been split and merged into pki-certsrv.jar and pki-tools.jar. The REST client classes are now packaged in com.netscape.certsrv.<component> packages. The REST CLI classes are now packaged in com.netscape.cmstools.<component> packages. The "pki" script has been moved into pki-tools RPM package. Ticket #215
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+33
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