Re: openjdk b28 changes

2008-06-10 Thread Dan Grove
Hi Kelly and Jon- It's fine with me to have those left in there - I just wanted to be sure that they weren't a sign of some other badness in the zip file. Thanks for your help! Dan On Tue, Jun 10, 2008 at 5:45 PM, Kelly O'Hair <[EMAIL PROTECTED]> wrote: > Those are files used by Mercurial, and

Re: hg: jdk7/build/jdk: 2 new changesets

2008-06-10 Thread Martin Buchholz
Hi OpenJDK administrators, I did my last hg push from a Google machine. I have no idea why mercurial notification thinks I am [EMAIL PROTECTED] I'd like to have control over my identity, and these days I'd like to be known as "Martin Buchholz <[EMAIL PROTECTED]>". Martin On Tue, Jun 10, 2008 at

hg: jdk7/build/jdk: 2 new changesets

2008-06-10 Thread martin
Changeset: a5c908deb70f Author:martin Date: 2008-06-10 16:31 -0700 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/a5c908deb70f 6710907: vestigial MOTIF references from Makefiles Reviewed-by: ohair, tbell ! make/sun/jawt/Makefile Changeset: a0d703b249f0 Author:martin Date:

hg: jdk7/build: 6710904: COMMON_BUILD_ARGUMENTS needs PREVIOUS_..._VERSION settings

2008-06-10 Thread martin
Changeset: bf6ee1d9127e Author:martin Date: 2008-06-10 16:30 -0700 URL: http://hg.openjdk.java.net/jdk7/build/rev/bf6ee1d9127e 6710904: COMMON_BUILD_ARGUMENTS needs PREVIOUS_..._VERSION settings Reviewed-by: ohair, tbell ! make/Defs-internal.gmk

Re: openjdk b28 changes

2008-06-10 Thread Kelly O'Hair
Those are files used by Mercurial, and are actually managed files in the repositories. I could exclude them, but then I have to go down that slippery slope of dealing with what files get filtered from the open source bundles and which don't. So unless these files are extremely objectionable, I'd

Re: openjdk b28 changes

2008-06-10 Thread Jonathan Gibbons
Dan, Those files look reasonable, from a Mercurial perspective. I thought we were worried about files with weird names in the langtools repository, such as openjdk/langtools/.hgignore#1 - add default change (text) openjdk//langtools/.hgtags#1 - add default change (text) Argua

Re: openjdk b28 changes

2008-06-10 Thread Dan Grove
Hi Jon- Here's what I get when I unzip the b28 build: find . -name .hg\* ./openjdk/.hgignore ./openjdk/.hgtags ./openjdk/corba/.hgignore ./openjdk/corba/.hgtags ./openjdk/hotspot/.hgignore ./openjdk/hotspot/.hgtags ./openjdk/jaxp/.hgignore ./openjdk/jaxp/.hgtags ./openjdk/jaxws/.hgignore ./openj

Re: openjdk b28 changes

2008-06-10 Thread Jonathan Gibbons
Kelly O'Hair wrote: Dan Grove wrote: In addition, it seems that there's some new stuff that's been left in the tarball like this: openjdk/langtools/.hgignore#1 - add default change (text) openjdk//langtools/.hgtags#1 - add default change (text) openjdk//langtools/.jcheck/conf#1 - add defau

Re: openjdk b28 changes

2008-06-10 Thread Kelly O'Hair
Dan Grove wrote: Hi- In the b28 drop, I see that the directory structure of the tarball changed to have everything under openjdk. In previous releases, hotspot & friends were all at the top level of the zip file, and now they're under openjdk. Will future releases maintain this new structure?

openjdk b28 changes

2008-06-10 Thread Dan Grove
Hi- In the b28 drop, I see that the directory structure of the tarball changed to have everything under openjdk. In previous releases, hotspot & friends were all at the top level of the zip file, and now they're under openjdk. Will future releases maintain this new structure? In addition, it see