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] New item for `Done with GCJ' section



Following Adams work, I propose we add the following to the `Done with
GCJ' section.

./A

2002-01-12  Alexandre Petit-Bianco  <apbianco@redhast.com>

	* done.html: Added XWT.

Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.23
diff -u -p -r1.23 done.html
--- done.html	2001/11/14 09:15:28	1.23
+++ done.html	2002/01/14 19:27:50
@@ -18,7 +18,7 @@
       project, please write to the <A
       HREF="mailto:java@gcc.gnu.org";>list</A>.
       <p>
-      Entries are listed in alphabetical order.
+      Entries are now listed in chronological order.
 
       <p>      
       <table border="0" cellpadding="1" cellspacing="2"
@@ -26,6 +26,25 @@
       <tr bgcolor="#d0d0d0" valign=top>
         <td>Project</td><td>Description</td><td>Contact</td>
       </tr>
+      <!-- XWT -->
+      <tr valign=top>
+        <td><B>XTW</B></td>
+
+        <td>XWT is the XML Windowing Toolkit. It lets you write remote
+        applications -- applications that run on a server, yet can
+        "project" their user interface onto any computer, anywhere on
+        the Internet. When built with gcj, it calls directly into the
+        host's graphic routines and can be turned into, for example,
+        an ActiveX control.
+	</td>
+
+	<td>The <A HREF="http://www.xwt.org";>XWT</A> home page.
+        <A HREF="http://gcc.gnu.org/ml/java/2002-01/msg00101.html";>
+	Entry</A> submitted by <A HREF="mailto:gcj@lists.megacz.com";>
+	Adam Megacz</A>.
+	</td>
+      </tr>       
+      <!-- End XWT -->
       <!-- Autonomous Haulage -->
       <tr valign=top>
         <td><B>Autonomous Haulage</B></td>


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