summaryrefslogtreecommitdiffstats
path: root/base/util/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Replaced deprecated AlgorithmId.getAlgorithmId().Endi Sukma Dewata2012-03-283-39/+25
| | | | | | | The deprecated getAlgorithmId() method in AlgorithmId has been replaced with get(). Ticket #3
* Replaced deprecated XMLSerializer.Endi Sukma Dewata2012-03-271-8/+6
| | | | | | | | The deprecated XMLSerializer has been replaced with LSSerializer. The new API does not provide a way to control the indentation or line width. Ticket #3
* 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-26283-0/+54394
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