Robert Schuster wrote:
Hi,
the attached does something very dumb: It makes a copy of an existing
class. Still I need it because otherwise a resulting binary is either
not runnable with classpath or with openjdk's class library.
A better patch would possibly refactor all classpath code to use the
sun/security variant and remove the gnu/java/security one.
Opinions?
Since we already have some sun.* packages, it seems fine to add more. I
would change everything over to refer to this new class and delete the
gnu/java/security one.
Just my $0.02,
David Daney
2008-06-03 Robert Schuster <[EMAIL PROTECTED]>
* sun/security/action/GetPropertyAction.java: Functional copy
of gnu/java/security/action/GetPropertyAction.java.
Regards
Robert