classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] logging.properties fixlet and 0.11 version number update


From: Mark Wielaard
Subject: [cp-patches] logging.properties fixlet and 0.11 version number update
Date: Mon, 13 Sep 2004 18:41:52 +0200

Hi all,

Hopefully this is the last commit for the 0.11 release.
It fixes the only issue reported against 0.11-rc1 that the
logging.properties files was not installed correctly.

2004-09-13  Mark Wielaard  <address@hidden>

       * NEWS: Set release date.
       * configure.ac: Set version to 0.11. Add java/util/logging/Makefile.

       * java/util/logging/logging.properties: Removed.
       * resource/java/util/Makefile.am (SUBDIRS): Add logging.
       * resource/java/util/logging/Makefile.am: Added.
       * resource/java/util/logging/logging.properties: Added.

Running the make distcheck and various tests now.
Release soon :)

Cheers,

Mark
? logging.diff
? resource/java/util/logging/Makefile.in
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.2478
diff -u -r1.2478 ChangeLog
--- ChangeLog   12 Sep 2004 23:16:57 -0000      1.2478
+++ ChangeLog   13 Sep 2004 16:40:44 -0000
@@ -1,3 +1,13 @@
+2004-09-13  Mark Wielaard  <address@hidden>
+
+       * NEWS: Set release date.
+       * configure.ac: Set version to 0.11. Add java/util/logging/Makefile.
+
+       * java/util/logging/logging.properties: Removed.
+       * resource/java/util/Makefile.am (SUBDIRS): Add logging.
+       * resource/java/util/logging/Makefile.am: Added.
+       * resource/java/util/logging/logging.properties: Added.
+
 2004-09-12  Tom Tromey  <address@hidden>
 
        * javax/naming/CompoundName.java (CompoundName): Don't check for
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.53
diff -u -r1.53 NEWS
--- NEWS        9 Sep 2004 17:46:17 -0000       1.53
+++ NEWS        13 Sep 2004 16:40:44 -0000
@@ -1,4 +1,4 @@
-New in release 0.11 (Sep 9, 2004)
+New in release 0.11 (Sep 13, 2004)
 
 * javax.swing.Spring and SpringLayout support.
 * Added pluggable look and feel support for BasicTextFieldUI and
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.48
diff -u -r1.48 configure.ac
--- configure.ac        3 Sep 2004 16:27:48 -0000       1.48
+++ configure.ac        13 Sep 2004 16:40:44 -0000
@@ -6,7 +6,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
 
-AC_INIT([GNU Classpath],[0.10+cvs],address@hidden,[classpath])
+AC_INIT([GNU Classpath],[0.11],address@hidden,[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
 AC_CANONICAL_TARGET
@@ -370,6 +370,7 @@
 resource/gnu/regexp/Makefile
 resource/java/Makefile
 resource/java/util/Makefile
+resource/java/util/logging/Makefile
 resource/java/security/Makefile
 resource/org/Makefile
 resource/org/ietf/Makefile
Index: resource/java/util/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/resource/java/util/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- resource/java/util/Makefile.am      8 Feb 2002 04:42:29 -0000       1.2
+++ resource/java/util/Makefile.am      13 Sep 2004 16:40:45 -0000
@@ -1,5 +1,7 @@
 ## used by automake to generate Makefile.in
 
+SUBDIRS = logging
+
 EXTRA_DIST = \
 iso3166-a3.properties \
 iso3166_de.properties \
@@ -10,4 +12,3 @@
 iso639.properties \
 iso639_fr.properties \
 iso639_ga.properties 
-

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]