PatchSet 7776 
Date: 2008/03/01 21:37:09
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
removed stale logging.properties file

008-03-01  Dalibor Topic  <[EMAIL PROTECTED]>

* libraries/javalib/logging.properties: Removed.

* libraries/javalib/Makefile.am (jrelib_DATA, EXTRA_DIST): Removed.

Members: 
        ChangeLog:1.5276->1.5277 
        libraries/javalib/Makefile.am:1.468->1.469 
        libraries/javalib/Makefile.in:1.604->1.605 
        libraries/javalib/logging.properties:1.1->1.2(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5276 kaffe/ChangeLog:1.5277
--- kaffe/ChangeLog:1.5276      Sat Mar  1 21:26:13 2008
+++ kaffe/ChangeLog     Sat Mar  1 21:37:09 2008
@@ -1,5 +1,11 @@
 2008-03-01  Dalibor Topic  <[EMAIL PROTECTED]>
 
+       * libraries/javalib/logging.properties: Removed.
+       
+       * libraries/javalib/Makefile.am (jrelib_DATA, EXTRA_DIST): Removed.
+
+2008-03-01  Dalibor Topic  <[EMAIL PROTECTED]>
+
        * kaffe/kaffeh/Makefile.am (AM_CFLAGS): Removed KAFFE_CFLAGS.
 
 2008-03-01  Dalibor Topic  <[EMAIL PROTECTED]>
Index: kaffe/libraries/javalib/Makefile.am
diff -u kaffe/libraries/javalib/Makefile.am:1.468 
kaffe/libraries/javalib/Makefile.am:1.469
--- kaffe/libraries/javalib/Makefile.am:1.468   Sat Feb  2 15:58:38 2008
+++ kaffe/libraries/javalib/Makefile.am Sat Mar  1 21:37:11 2008
@@ -25,14 +25,8 @@
        $(MAYBE_PEERLESS_KAFFE_AWT) \
        $(MAYBE_ZLIB_ZIP)
 
-jrelib_DATA= \
-            logging.properties
-
 install-data-local: installdirs
        $(LN_S) -f $(TARGET_CLASSPATH_CLASSES) $(DESTDIR)${jrelibdir}/rt.jar
 
 uninstall-local:
        $(RM) $(DESTDIR)${jrelibdir}/rt.jar
-
-EXTRA_DIST= \
-           logging.properties 
Index: kaffe/libraries/javalib/Makefile.in
diff -u kaffe/libraries/javalib/Makefile.in:1.604 
kaffe/libraries/javalib/Makefile.in:1.605
--- kaffe/libraries/javalib/Makefile.in:1.604   Sat Mar  1 21:22:19 2008
+++ kaffe/libraries/javalib/Makefile.in Sat Mar  1 21:37:12 2008
@@ -13,7 +13,6 @@
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
-
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -68,15 +67,6 @@
        install-pdf-recursive install-ps-recursive install-recursive \
        installcheck-recursive installdirs-recursive pdf-recursive \
        ps-recursive uninstall-recursive
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(jrelibdir)"
-jrelibDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(jrelib_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
   distclean-recursive maintainer-clean-recursive
 ETAGS = etags
@@ -295,12 +285,6 @@
        $(MAYBE_PEERLESS_KAFFE_AWT) \
        $(MAYBE_ZLIB_ZIP)
 
-jrelib_DATA = \
-            logging.properties
-
-EXTRA_DIST = \
-           logging.properties 
-
 all: all-recursive
 
 .SUFFIXES:
@@ -339,23 +323,6 @@
 
 clean-libtool:
        -rm -rf .libs _libs
-install-jrelibDATA: $(jrelib_DATA)
-       @$(NORMAL_INSTALL)
-       test -z "$(jrelibdir)" || $(MKDIR_P) "$(DESTDIR)$(jrelibdir)"
-       @list='$(jrelib_DATA)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         f=$(am__strip_dir) \
-         echo " $(jrelibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(jrelibdir)/$$f'"; \
-         $(jrelibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(jrelibdir)/$$f"; \
-       done
-
-uninstall-jrelibDATA:
-       @$(NORMAL_UNINSTALL)
-       @list='$(jrelib_DATA)'; for p in $$list; do \
-         f=$(am__strip_dir) \
-         echo " rm -f '$(DESTDIR)$(jrelibdir)/$$f'"; \
-         rm -f "$(DESTDIR)$(jrelibdir)/$$f"; \
-       done
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
@@ -533,12 +500,9 @@
        done
 check-am: all-am
 check: check-recursive
-all-am: Makefile $(DATA)
+all-am: Makefile
 installdirs: installdirs-recursive
 installdirs-am:
-       for dir in "$(DESTDIR)$(jrelibdir)"; do \
-         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-       done
 install: install-recursive
 install-exec: install-exec-recursive
 install-data: install-data-recursive
@@ -581,7 +545,7 @@
 
 info-am:
 
-install-data-am: install-data-local install-jrelibDATA
+install-data-am: install-data-local
 
 install-dvi: install-dvi-recursive
 
@@ -615,7 +579,7 @@
 
 ps-am:
 
-uninstall-am: uninstall-jrelibDATA uninstall-local
+uninstall-am: uninstall-local
 
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
        install-strip
@@ -627,13 +591,12 @@
        html-am info info-am install install-am install-data \
        install-data-am install-data-local install-dvi install-dvi-am \
        install-exec install-exec-am install-html install-html-am \
-       install-info install-info-am install-jrelibDATA install-man \
-       install-pdf install-pdf-am install-ps install-ps-am \
-       install-strip installcheck installcheck-am installdirs \
-       installdirs-am maintainer-clean maintainer-clean-generic \
-       mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-       ps ps-am tags tags-recursive uninstall uninstall-am \
-       uninstall-jrelibDATA uninstall-local
+       install-info install-info-am install-man install-pdf \
+       install-pdf-am install-ps install-ps-am install-strip \
+       installcheck installcheck-am installdirs installdirs-am \
+       maintainer-clean maintainer-clean-generic mostlyclean \
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       tags tags-recursive uninstall uninstall-am uninstall-local
 
 
 install-data-local: installdirs
===================================================================
Checking out kaffe/libraries/javalib/logging.properties
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/Attic/logging.properties,v
VERS: 1.1
***************
--- kaffe/libraries/javalib/logging.properties  Sat Mar  1 21:38:45 2008
+++ /dev/null   Sun Aug  4 19:57:58 2002
@@ -1,42 +0,0 @@
-# Logging Configuration
-# ---------------------
-# By setting properties in this file, you can change the behavior
-# of the java.util.logging framework. Some examples are listed below.
-#
-#
-# To change the logging threshold of all loggers to the value
-# java.util.logging.Level.CONFIG, un-comment the following line:
-#
-# .level=CONFIG
-#
-#
-# To change the logging threshold of all loggers in the "foo.bar"
-# namespace to java.util.logging.Level.FINEST, un-comment the follwing
-# line. This will also affect any children, such as "foo.bar.baz".
-#
-# foo.bar.level=FINEST
-#
-#
-# To register a FileHandler for the "foo.bar" namespace and its
-# children, un-comment the following line. By default, the FileHandler
-# will write XML-formatted messages into a file "java0.log" in the
-# user's home directory.
-#
-# foo.bar.handlers=java.util.logging.FileHandler
-#
-#
-# To make a FileHandler use plain text instead of XML, and to place
-# the log file into a different location (such as /tmp/myfile.log
-# or /var/tmp/myfile.log), un-comment the following:
-#
-# java.util.logging.FileHandler.pattern=%t/myfile.log
-# java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
-#
-#
-# Logging can be configured in many ways. For more information, please
-# look at the documentation of the java.util.logging package.
-
-
-# Send log records to System.err, default to INFO per documentation.
-handlers = java.util.logging.ConsoleHandler
-.level = INFO

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to