This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: remove java mailng list page


I'm checking this in.
This removes the java-specific mailing list web page.

2001-02-02  Tom Tromey  <tromey@redhat.com>

	* mail.html: Removed.
	* .htaccess: Added redirect for mail.html.

Tom

Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/.htaccess,v
retrieving revision 1.3
diff -u -r1.3 .htaccess
--- .htaccess	2001/01/28 22:29:55	1.3
+++ .htaccess	2001/02/02 23:44:56
@@ -2,3 +2,4 @@
 Redirect permanent /java/gcj.html http://gcc.gnu.org/java/index.html
 Redirect permanent /java/libgcj.html http://gcc.gnu.org/java/index.html
 Redirect permanent /java/about.html http://gcc.gnu.org/about.html
+Redirect permanent /java/mail.html http://gcc.gnu.org/lists.html
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/ChangeLog,v
retrieving revision 1.123
diff -u -r1.123 ChangeLog
--- ChangeLog	2001/01/28 22:55:45	1.123
+++ ChangeLog	2001/02/02 23:44:57
@@ -1,3 +1,8 @@
+2001-02-02  Tom Tromey  <tromey@redhat.com>
+
+	* mail.html: Removed.
+	* .htaccess: Added redirect for mail.html.
+
 2001-01-28  Tom Tromey  <tromey@redhat.com>
 
 	* index.html: Nits.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]