summaryrefslogtreecommitdiffstats
path: root/base/console/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-11/+1
| | | | * 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
* Removed duplicate common classes in pki-console.jar.Endi Sukma Dewata2012-09-041-21/+11
| | | | | | | | The pki-console has been modified to depend on pki-base. This way it's no longer necessary to include duplicate common classes in pki-console. Ticket #113
* Updated CMake jar() function.Endi Sukma Dewata2012-08-301-11/+5
| | | | | | | | | The jar() function has been modified to support multiple input dirs in a single command. This way it's not necessary to define multiple jar targets for the same jar file. The pki-console build script has been updated to utilize this functionality. Ticket #89
* Updated console build script.Endi Sukma Dewata2012-07-231-575/+65
| | | | | | | The console build script has been modified such that it uses the com.netscape.certsrv.common source code from the common package. Ticket #113, #62
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+661
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