This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] java.security.Security and java.lang.Package merge
- From: Andrew Haley <aph at redhat dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 23 Nov 2006 14:46:33 +0000
- Subject: Re: [ecj] java.security.Security and java.lang.Package merge
- References: <20061123143506.GD3852@redhat.com>
Gary Benson writes:
> Hi all,
>
> This commit remerges java.security.Security and java.lang.Package
> with Classpath in preparation for getting rid of gcj's custom
> implementations altogether. This is basically the analogue of the
> commit I made on trunk the other day.
>
> Cheers,
> Gary
> Index: ChangeLog
> ===================================================================
> --- ChangeLog (revision 119118)
> +++ ChangeLog (working copy)
> @@ -1,3 +1,8 @@
> +2006-11-23 Gary Benson <gbenson@redhat.com>
> +
> + * java/security/Security.java: Merge with classpath.
> + * java/lang/Package.java: Likewise.
> +
Thanks,
Andrew.