classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] installing logging.properties


From: Christian Thalinger
Subject: [cp-patches] installing logging.properties
Date: Tue, 19 Jul 2005 21:27:50 +0200

Hi!

Shouldn't the logging.properties file be installed instead of packaged
into glibj.zip? Here is a patch for the resources Makefile. The file
still added to glibj.zip, but this shouldn't be a problem.

TWISTI

2005-07-19  Christian Thalinger  <address@hidden>

        * resource/Makefile.am: Install logging.properties in
        $(prefix)/jre/lib.

Index: resource/Makefile.am
===================================================================
RCS
file: /ahome/cacao/cacaocvs/cacao/src/classpath/resource/Makefile.am,v
retrieving revision 1.6
diff -u -3 -p -r1.6 Makefile.am
--- resource/Makefile.am        5 Mar 2005 17:13:12 -0000       1.6
+++ resource/Makefile.am        19 Jul 2005 19:20:58 -0000
@@ -4,5 +4,8 @@ EXTRA_DIST = \
                orp-1.0.8.patch \
                orp-1.0.9.patch
 
+logging_DATA = java/util/logging/logging.properties
+loggingdir = $(prefix)/jre/lib
+
 security_DATA = java/security/classpath.security
 securitydir = $(prefix)/jre/lib/security






reply via email to

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