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  <[EMAIL PROTECTED]>

        * 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




_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to