This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: make target for src.zip
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 08 Feb 2005 10:50:14 -0700
- Subject: Re: Patch: FYI: make target for src.zip
- References: <m3d5vcceji.fsf@localhost.localdomain><cu9lc1$dt0$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
Ranjit> Minor nit: the original PR asks for "sources.zip" for
Ranjit> Eclipse, while this patch provides "src.zip". Which
Ranjit> is it?
Yeah, I should have explained this better.
Eclipse looks for src.zip, I was wrong when I filed the PR.
We actually install a src-NNN.zip, where NNN is the version number.
I think this feature isn't really that useful in isolation, instead
it is really there so that java-gcj-compat can make a symlink or
something that eclipse will use... my understanding is that eclipse
looks for src.zip in the "usual" place in a jdk-style install tree.
Tom