[Logging-commits] r12 - in pkg: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 3 21:19:13 CEST 2010


Author: mariotomo
Date: 2010-04-03 21:19:06 +0200 (Sat, 03 Apr 2010)
New Revision: 12

Modified:
   pkg/DESCRIPTION
   pkg/R/logger.R
   pkg/cleanup
Log:
possibly correcting the REV problem

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-04-03 18:54:20 UTC (rev 11)
+++ pkg/DESCRIPTION	2010-04-03 19:19:06 UTC (rev 12)
@@ -6,4 +6,4 @@
 Maintainer: Mario Frasca <mario.frasca at nelen-schuurmans.nl>
 Description: a logging package emulating the python logging package.
 License: GPL (>=2)
-Depends: R (>= 2.9.2)
+Depends: R (>= 2.9.2)
\ No newline at end of file

Modified: pkg/R/logger.R
===================================================================
--- pkg/R/logger.R	2010-04-03 18:54:20 UTC (rev 11)
+++ pkg/R/logger.R	2010-04-03 19:19:06 UTC (rev 12)
@@ -19,7 +19,7 @@
 ##
 ## Usage      : library(logging)
 ##
-## $Id: logger.R 9806 2010-03-09 07:49:46Z Mario $
+## $Id$
 ##
 ## initial programmer :  Mario Frasca
 ## based on:             Brian Lee Yung Rowe's futile library


Property changes on: pkg/R/logger.R
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: pkg/cleanup
===================================================================
--- pkg/cleanup	2010-04-03 18:54:20 UTC (rev 11)
+++ pkg/cleanup	2010-04-03 19:19:06 UTC (rev 12)
@@ -3,7 +3,6 @@
 rm ../logging*.tar.gz
 
 # build high-date from files
-# $Id: logger.R 8906 2010-03-09 07:49:46Z Mario $
 
 MAX=$(egrep -hro "[$]Id: .*[$]" . | ( 
   HIGH=0


Property changes on: pkg/cleanup
___________________________________________________________________
Name: svn:keywords
   + Id



More information about the Logging-commits mailing list