[kaffe] CVS kaffe (dalibor): Changed Classpath version to a saner value

Kaffe CVS cvs-commits at kaffe.org
Tue Mar 16 09:59:02 PST 2004


PatchSet 4525 
Date: 2004/03/16 17:06:38
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Changed Classpath version to a saner value

2004-03-15  Dalibor Topic <robilad at kaffe.org>

        * libraries/javalib/gnu/classpath/Configuration.java:
        Removed CLASSPATH_HOME. Set CLASSPATH_VERSION to a saner value.

        Reported by: Holger Schurig <h.schurig at mn-logistik.de>,
                     Steven Augart <augart at watson.ibm.com>

Members: 
	ChangeLog:1.2103->1.2104 
	libltdl/config-h.in:1.15->1.16 
	libraries/javalib/gnu/classpath/Configuration.java:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2103 kaffe/ChangeLog:1.2104
--- kaffe/ChangeLog:1.2103	Tue Mar 16 14:10:42 2004
+++ kaffe/ChangeLog	Tue Mar 16 17:06:38 2004
@@ -1,5 +1,13 @@
 2004-03-15  Dalibor Topic <robilad at kaffe.org>
 
+	* libraries/javalib/gnu/classpath/Configuration.java:
+	Removed CLASSPATH_HOME. Set CLASSPATH_VERSION to a saner value.
+
+	Reported by: Holger Schurig <h.schurig at mn-logistik.de>,
+		     Steven Augart <augart at watson.ibm.com>
+
+2004-03-15  Dalibor Topic <robilad at kaffe.org>
+
         * FAQ/FAQ.automake,
         developers/autogen.sh:
 	Updated to use automake 1.8.3.
Index: kaffe/libltdl/config-h.in
diff -u kaffe/libltdl/config-h.in:1.15 kaffe/libltdl/config-h.in:1.16
--- kaffe/libltdl/config-h.in:1.15	Mon Mar 15 19:08:54 2004
+++ kaffe/libltdl/config-h.in	Tue Mar 16 17:06:40 2004
@@ -3,9 +3,6 @@
 /* Define to 1 if you have the `argz_append' function. */
 #undef HAVE_ARGZ_APPEND
 
-/* Define to 1 if you have the `argz_create_sep' function. */
-#undef HAVE_ARGZ_CREATE_SEP
-
 /* Define to 1 if you have the <argz.h> header file. */
 #undef HAVE_ARGZ_H
 
Index: kaffe/libraries/javalib/gnu/classpath/Configuration.java
diff -u kaffe/libraries/javalib/gnu/classpath/Configuration.java:1.1 kaffe/libraries/javalib/gnu/classpath/Configuration.java:1.2
--- kaffe/libraries/javalib/gnu/classpath/Configuration.java:1.1	Wed May 14 23:20:05 2003
+++ kaffe/libraries/javalib/gnu/classpath/Configuration.java	Tue Mar 16 17:06:40 2004
@@ -44,19 +44,11 @@
 public interface Configuration
 {
   /**
-   * The value of CLASSPATH_HOME is the location that the classpath
-   * libraries and support files where installed in. It is set according to
-   * the argument for --prefix given to configure and used to set the
-   * System property gnu.classpath.home.
-   */
-  String CLASSPATH_HOME = "@prefix@";
-
-  /**
    * The release version number of GNU Classpath.
-   * It is set according to the value of 'version' in the configure[.in] file
-   * and used to set the System property gnu.classpath.version.
+   * It is set according to the release of classpath this version of kaffe
+   * is synced up with.
    */
-  String CLASSPATH_VERSION = "@VERSION@";
+  String CLASSPATH_VERSION = "classpath-0.08+cvs+kaffe-1.1.4+cvs";
 
   /**
    * The value of DEBUG is substituted according to whether the




More information about the kaffe mailing list