This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[ecj] Patch: FYI: update Configuration
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 18 Dec 2006 15:35:54 -0700
- Subject: [ecj] Patch: FYI: update Configuration
- Reply-to: tromey at redhat dot com
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