classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] RFC: installing logging.properties


From: Christian Thalinger
Subject: Re: [cp-patches] RFC: installing logging.properties
Date: Thu, 12 Jan 2006 21:01:41 +0100

On Tue, 2006-01-10 at 19:13 +0100, Mark Wielaard wrote:
> Please provide a patch that installs logging.properties in
> $(prefix)/lib.

Ok, finally...  We install now into $(prefix)/lib, this is where
gnu.classpath.home.url points to.  I also changed the location of
classpath.security since $(libdir) can be something different.

Commit?

TWISTI


2005-01-12  Christian Thalinger  <address@hidden>

        * resource/Makefile.am: Install 
        logging.properties into $(prefix)/lib.
        * resource/Makefile.am (securitydir): Changed to 
        $(prefix)/lib/security.


Index: resource/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/resource/Makefile.am,v
retrieving revision 1.7
diff -u -3 -p -r1.7 Makefile.am
--- resource/Makefile.am        24 Aug 2005 18:14:26 -0000      1.7
+++ resource/Makefile.am        12 Jan 2006 19:51:36 -0000
@@ -1,4 +1,7 @@
 ## used by automake to generate Makefile.in
 
+logging_DATA = java/util/logging/logging.properties
+loggingdir = $(prefix)/lib
+
 security_DATA = java/security/classpath.security
-securitydir = $(libdir)/security
+securitydir = $(prefix)/lib/security





reply via email to

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