public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java
@ 2005-04-12 18:17 aluchko at redhat dot com
  2005-04-12 18:48 ` [Bug libgcj/20975] " aluchko at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aluchko at redhat dot com @ 2005-04-12 18:17 UTC (permalink / raw)
  To: java-prs

TexinfoDoclet.java should be removed as it isn't used and uses the propietary
com.sun.javadoc api which is not supplied by gcj.

-- 
           Summary: Remove scripts/TexinfoDoclet.java
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aluchko at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20975


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/20975] Remove scripts/TexinfoDoclet.java
  2005-04-12 18:17 [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java aluchko at redhat dot com
@ 2005-04-12 18:48 ` aluchko at redhat dot com
  2005-04-12 19:56 ` mckinlay at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aluchko at redhat dot com @ 2005-04-12 18:48 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aluchko at redhat dot com  2005-04-12 18:48 -------
Created an attachment (id=8611)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8611&action=view)
patch for Makefile.[am,in]

the changelog entry

PR libgcj/20975
* scripts/TexinfoDoclet.java: Removed.
* Makefile.am (texinfo): Removed.
* Makefile.in: Regenerated.

You'll also have to 
cvs remove scripts/TexinfoDoclet.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20975


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/20975] Remove scripts/TexinfoDoclet.java
  2005-04-12 18:17 [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java aluchko at redhat dot com
  2005-04-12 18:48 ` [Bug libgcj/20975] " aluchko at redhat dot com
@ 2005-04-12 19:56 ` mckinlay at redhat dot com
  2005-04-12 20:06 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-12 19:56 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-04-12 19:56 -------
Yes, this should be removed - it has been superceeded by texidoclet in
classpath-tools, anyway. I will check in this patch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-12 19:56:35
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20975


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/20975] Remove scripts/TexinfoDoclet.java
  2005-04-12 18:17 [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java aluchko at redhat dot com
  2005-04-12 18:48 ` [Bug libgcj/20975] " aluchko at redhat dot com
  2005-04-12 19:56 ` mckinlay at redhat dot com
@ 2005-04-12 20:06 ` cvs-commit at gcc dot gnu dot org
  2005-04-12 20:09 ` mckinlay at redhat dot com
  2005-04-20  2:08 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-12 20:06 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-12 20:06 -------
Subject: Bug 20975

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2005-04-12 20:06:44

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 
Removed files:
	libjava/scripts: TexinfoDoclet.java 

Log message:
	2005-04-12  Aaron Luchko  <aluchko@redhat.com>
	
	PR libgcj/20975
	* scripts/TexinfoDoclet.java: Removed.
	* Makefile.am (texinfo): Removed.
	* Makefile.in: Regenerated.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3466&r2=1.3467
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.474&r2=1.475
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.505&r2=1.506
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/scripts/TexinfoDoclet.java.diff?cvsroot=gcc&r1=1.1&r2=NONE



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20975


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/20975] Remove scripts/TexinfoDoclet.java
  2005-04-12 18:17 [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java aluchko at redhat dot com
                   ` (2 preceding siblings ...)
  2005-04-12 20:06 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-12 20:09 ` mckinlay at redhat dot com
  2005-04-20  2:08 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-12 20:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mckinlay at redhat dot com  2005-04-12 20:09 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20975


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/20975] Remove scripts/TexinfoDoclet.java
  2005-04-12 18:17 [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java aluchko at redhat dot com
                   ` (3 preceding siblings ...)
  2005-04-12 20:09 ` mckinlay at redhat dot com
@ 2005-04-20  2:08 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20  2:08 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20975


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-20  2:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12 18:17 [Bug libgcj/20975] New: Remove scripts/TexinfoDoclet.java aluchko at redhat dot com
2005-04-12 18:48 ` [Bug libgcj/20975] " aluchko at redhat dot com
2005-04-12 19:56 ` mckinlay at redhat dot com
2005-04-12 20:06 ` cvs-commit at gcc dot gnu dot org
2005-04-12 20:09 ` mckinlay at redhat dot com
2005-04-20  2:08 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).