Thread: [Japi-cvs] SF.net SVN: japi:[653] libs/logging/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2008-10-07 18:16:39
|
Revision: 653
http://japi.svn.sourceforge.net/japi/?rev=653&view=rev
Author: christianhujer
Date: 2008-10-07 18:16:36 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Added doc and tst directories.
Modified Paths:
--------------
libs/logging/trunk/libs-logging.iml
Added Paths:
-----------
libs/logging/trunk/src/doc/
libs/logging/trunk/src/tst/
Modified: libs/logging/trunk/libs-logging.iml
===================================================================
--- libs/logging/trunk/libs-logging.iml 2008-10-07 18:15:53 UTC (rev 652)
+++ libs/logging/trunk/libs-logging.iml 2008-10-07 18:16:36 UTC (rev 653)
@@ -3,7 +3,9 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/doc" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/prj" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/tst" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 21:16:42
|
Revision: 806
http://japi.svn.sourceforge.net/japi/?rev=806&view=rev
Author: christianhujer
Date: 2009-02-14 21:16:39 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/logging/trunk/build.xml
libs/logging/trunk/module.properties
libs/logging/trunk/src/prj/net/sf/japi/log/LogConfigurationError.java
libs/logging/trunk/src/prj/net/sf/japi/log/LogEntry.java
libs/logging/trunk/src/prj/net/sf/japi/log/Logger.java
libs/logging/trunk/src/prj/net/sf/japi/log/LoggerFactory.java
libs/logging/trunk/src/prj/net/sf/japi/log/SimpleLogger.java
libs/logging/trunk/src/prj/net/sf/japi/log/StandardLogger.java
libs/logging/trunk/src/prj/net/sf/japi/log/def/Level.java
libs/logging/trunk/src/prj/net/sf/japi/log/package-info.java
Modified: libs/logging/trunk/build.xml
===================================================================
--- libs/logging/trunk/build.xml 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/build.xml 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other.
- ~ Copyright (C) 2007 Christian Hujer.
+ ~ Copyright (C) 2009 Christian Hujer.
~
~ This library is free software; you can redistribute it and/or
~ modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/module.properties
===================================================================
--- libs/logging/trunk/module.properties 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/module.properties 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
#
-# JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other.
-# Copyright (C) 2007 Christian Hujer.
+# Copyright (C) 2009 Christian Hujer.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/LogConfigurationError.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/LogConfigurationError.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/LogConfigurationError.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/LogEntry.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/LogEntry.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/LogEntry.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/Logger.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/Logger.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/Logger.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/LoggerFactory.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/LoggerFactory.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/LoggerFactory.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/SimpleLogger.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/SimpleLogger.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/SimpleLogger.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/StandardLogger.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/StandardLogger.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/StandardLogger.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/def/Level.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/def/Level.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/def/Level.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: libs/logging/trunk/src/prj/net/sf/japi/log/package-info.java
===================================================================
--- libs/logging/trunk/src/prj/net/sf/japi/log/package-info.java 2009-02-14 21:16:01 UTC (rev 805)
+++ libs/logging/trunk/src/prj/net/sf/japi/log/package-info.java 2009-02-14 21:16:39 UTC (rev 806)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-logging is a library for providing logging with i18n/l10n support and mappable to other .
- * Copyright (C) 2007 Christian Hujer.
+ * Copyright (C) 2009 Christian Hujer.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|