Bug 19611 - create 'sources.zip' for use in eclipse
Summary: create 'sources.zip' for use in eclipse
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 enhancement
Target Milestone: 4.0.0
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 20:25 UTC by Tom Tromey
Modified: 2005-02-20 19:56 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-01-24 20:40:32


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2005-01-24 20:25:45 UTC
It would be handy for the libgcj build to create a
'sources.zip' holding all the sources to libgcj.
Eclipse could then use this to let the user easily view
core library sources.
Perhaps this could be optional so that it isn't built
by default; not everybody cares about this.
Comment 1 Andrew Pinski 2005-01-24 20:40:32 UTC
Confirmed.
Comment 2 Tom Tromey 2005-01-26 00:37:56 UTC
I'm handling this
Comment 3 GCC Commits 2005-02-07 20:20:57 UTC
Subject: Bug 19611

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2005-02-07 20:20:02

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	PR libgcj/19611:
	* Makefile.in: Rebuilt.
	* Makefile.am (src.zip): New target.
	(install-src.zip): Likewise.
	(sourcesdir): New variable.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3306&r2=1.3307
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.441&r2=1.442
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.471&r2=1.472

Comment 4 Tom Tromey 2005-02-07 20:27:44 UTC
I checked in a patch for this.
Comment 5 Matthias Klose 2005-02-20 19:56:55 UTC
When installed in a common place (/usr/share), the name src-4.0.0.zip is
ambiguous. ok to change that to libgcj-src-4.0.0.zip?

    Matthias