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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: update svn.html


I'm checking this in to the web pages.

This documents the existence of the new 'gcj-eclipse' branch, and
deprecates the old gcjx branch.

Tom

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.27
diff -u -r1.27 svn.html
--- svn.html 25 May 2006 22:09:32 -0000 1.27
+++ svn.html 4 Jun 2006 18:37:06 -0000
@@ -381,12 +381,12 @@
   &lt;<a href="mailto:neroden@gcc.gnu.org";>neroden@gcc.gnu.org</a>&gt;
   is maintaining this branch.</dd>
 
-  <dt>gcjx-branch</dt>
-  <dd>This branch is used for development of gcjx, a rewrite of the
-    front end for the Java programming language.  Patches should be
-    marked with the tag <code>[gcjx]</code> and should be sent to the
-    java-patches list.  Tom Tromey &lt;<a
-    href="mailto:tromey@redhat.com";>tromey@redhat.com</a>&gt; is
+  <dt>gcj-eclipse</dt>
+  <dd>This branch is used for replacing the gcj front end with the
+    eclipse java compiler.  Patches should be marked with the
+    tag <code>[ecj]</code> and should be sent to the java-patches
+    list.  Tom Tromey
+    &lt;<a href="mailto:tromey@redhat.com";>tromey@redhat.com</a>&gt; is
     maintaining this branch. </dd>
 
   <dt>libstdcxx_so_7-branch</dt>
@@ -540,6 +540,11 @@
   (AWT and Swing) in the libjava directory.  It has been merged into
   mainline.</dd>
 
+  <dt>gcjx-branch</dt>
+  <dd>This branch was used for development of gcjx, a rewrite of the
+    front end for the Java programming language.  It has been superseded
+    by gcj-eclipse-branch. </dd>
+
   <dt>csl-hpux-branch</dt>
   <dd>This branch was for changes to G++ to be more compatible with
   ABI bugs in the HP-UX C++ compiler.  It is now unmaintained.</dd>


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