classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [patch] examples README


From: Andreas Tobler
Subject: [cp-patches] [patch] examples README
Date: Mon, 25 Jul 2005 22:14:26 +0200
User-agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711)

Hi all,

a little patchlet for the README in the examples directory.
Ok?

Andreas

2005-07-25  Andreas Tobler  <address@hidden>

        * examples/README: Add GNULookAndFeel.java to the compile command.

Index: README
===================================================================
RCS file: /cvsroot/classpath/classpath/examples/README,v
retrieving revision 1.3
diff -u -r1.3 README
--- README      2 Jul 2005 20:32:08 -0000       1.3
+++ README      25 Jul 2005 20:12:26 -0000
@@ -7,7 +7,8 @@
 The examples can be compiled and run with gcj as follows:

   gcj -o swingdemo --main=gnu.classpath.examples.swing.Demo \
-      gnu/classpath/examples/swing/Demo.java
+      gnu/classpath/examples/swing/Demo.java \
+      gnu/classpath/examples/swing/GNULookAndFeel.java
   ./swingdemo

 Or with a traditional byte code interpreter like:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]