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]

[ecj] Patch: FYI: update Configuration


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


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