summaryrefslogtreecommitdiffstats
path: root/base/java-tools/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add 'arm' architecture to tool scripts.Matthew Harmsen2014-07-021-0/+4
| | | | | - Bugzilla Bug #1081916 - freeipa does not install on arm architecture - PKI TRAC Ticket #935 - patch to BtoA and AtoB to get ARM working
* Debian - replace source with dotAde Lee2014-01-133-3/+3
| | | | source does not work on debian. Use . instead.
* Debian - replace arch specificationAde Lee2014-01-083-6/+6
| | | | | | | uname -i returns "unknown" on a debian system. "arch" on the other hand works for fedora, rhel and debian. Replacing these for all packages except for the migration ones which will not be built on debian in any case.
* Modify java-tools startup scripts to use correct JNI pathAde Lee2013-06-123-21/+7
| | | | | | | | | In Fedora 19, the JNI path changed yet again, breaking all java-tools because the classpath does not contain the correct location for jss4.jar on x86_64. With this fix, both /usr/lib/java/jss4.jar and /usr/lib64/java/jss4.jar are in the classpath. Trac Ticket 646
* Fixed PrettyPrintCert and PrettyPrintCrl.Endi Sukma Dewata2012-10-312-2/+2
| | | | | | | The wrappers for PrettyPrintCert and PrettyPrintCrl has been fixed to include the class names. Ticket #381
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-264-0/+559
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