public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ecj] Patch: FYI: update Configuration
@ 2006-12-19  0:20 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2006-12-19  0:20 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the gcj-eclipse-merge-branch.

This updates Configuration.java to reflect the Classpath import.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* HACKING: Updated.
	* gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.93.

Index: HACKING
===================================================================
--- HACKING	(revision 120009)
+++ HACKING	(working copy)
@@ -62,6 +62,8 @@
   scripts/makemake.tcl > sources.am
   automake
 - Build, fix, till everything works.
+  Be sure to update gnu/classpath/Configuration.java to reflect
+    the new version
   Possibly update the gcj/javaprims.h file with scripts/classes.pl
   (See below, it can only be done after the first source->bytecode
    pass has finished.)
Index: gnu/classpath/Configuration.java
===================================================================
--- gnu/classpath/Configuration.java	(revision 120009)
+++ gnu/classpath/Configuration.java	(working copy)
@@ -64,7 +64,7 @@
    * It is set according to the value of 'version' in the configure[.in] file
    * and used to set the System property gnu.classpath.version.
    */
-  public static final String CLASSPATH_VERSION = "0.92";
+  public static final String CLASSPATH_VERSION = "0.93";
 
   /**
    * The value of DEBUG is substituted according to whether the

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-19  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-19  0:20 [ecj] Patch: FYI: update Configuration Tom Tromey

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).