summaryrefslogtreecommitdiff
path: root/java/sablevm-classpath/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Reset maintainership. See ports/164941.Jung-uk Kim2012-10-042-0/+66
| | | | | | | | - Fix conflicts with java/classpath. Note security provider configuration is moved to ${PREFIX}/lib/security/SableVM.security. This file is always loaded first because the short vendor name is SableVM. If it does not exist, then classpath.security is loaded (java/security/Security.java). - Reduce Makefile headers, add licenses, and convert to optionsNG.
* - Fix build/install problemsMartin Wilke2008-05-181-0/+24
PR: 120959 Reported by: Andrew Reilly <areilly@bigpond.net.au> Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)