This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: add real name property
- 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: 09 Jun 2006 15:12:56 -0600
- Subject: Re: Patch: FYI: add real name property
- References: <m3fyif6vh7.fsf@localhost.localdomain> <e6b0q6$bsu$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
Ranjit> I strongly suspect it will want to know the email address of
Ranjit> the user as well. :-)
Yeah.
Ranjit> If a plugin can have configurable properties, why not have
Ranjit> the name and the email address the user wants to use for a
Ranjit> given project be properties to be configured by the user for
Ranjit> the plugin for that project?
Yeah, it does that. I just got annoyed at repeatedly typing my name
and I exercised some pent-up maintainer's caprice to fix it. If I
could fix the email thing too, I would :)
Tom