[ecj] Patch: FYI: update Configuration

Tom Tromey tromey@redhat.com
Tue Dec 19 00:20:00 GMT 2006


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



More information about the Java-patches mailing list