Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2645 - in development/main/transit/core/handler/src/main/net/dpml/transit: cache content event host layout link logging logging/nodes network

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2645 - in development/main/transit/core/handler/src/main/net/dpml/transit: cache content event host layout link logging logging/nodes network
  • Date: Sat, 21 May 2005 06:41:08 +0000

Author: mcconnell AT dpml.net
Date: Sat May 21 06:40:58 2005
New Revision: 2645

Added:

development/main/transit/core/handler/src/main/net/dpml/transit/cache/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/content/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/event/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/host/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/layout/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/link/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/logging/package.html

development/main/transit/core/handler/src/main/net/dpml/transit/network/package.html
Removed:

development/main/transit/core/handler/src/main/net/dpml/transit/logging/LoggingManager.java

development/main/transit/core/handler/src/main/net/dpml/transit/logging/nodes/
Modified:

development/main/transit/core/handler/src/main/net/dpml/transit/logging/ConfigurationHandler.java
Log:
housekeeping

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/cache/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/cache/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit cache control subsystem.
+</p>.
+</body>
+

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/content/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/content/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit content manangement subsystem.
+</p>.
+</body>
+

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/event/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/event/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Event transport utilities.
+</p>.
+</body>
+

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/host/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/host/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit host manangement subsystem.
+</p>.
+</body>
+

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/layout/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/layout/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit repository layout subsystem.
+</p>.
+</body>
+

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/link/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/link/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit link management subsystem.
+</p>.
+</body>
+

Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/logging/ConfigurationHandler.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/logging/ConfigurationHandler.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/logging/ConfigurationHandler.java
Sat May 21 06:40:58 2005
@@ -26,8 +26,6 @@
import java.util.logging.Level;
import java.util.prefs.Preferences;

-import net.dpml.transit.logging.nodes.Nodes;
-
/**
* Utility class used to establish the logging configuration. The contents
of
* this class are subject to radical change but that's largely academic
because
@@ -42,7 +40,8 @@
*/
public ConfigurationHandler()
{
- Preferences prefs = Preferences.userNodeForPackage( Nodes.class );
+ Preferences prefs =
+ Preferences.userNodeForPackage( ConfigurationHandler.class ).node(
"nodes" );
String rootLevel = prefs.get( "level", "INFO" );

Properties properties = new Properties();

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/logging/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/logging/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit logging utilities.
+</p>.
+</body>
+

Added:
development/main/transit/core/handler/src/main/net/dpml/transit/network/package.html
==============================================================================
--- (empty file)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/network/package.html
Sat May 21 06:40:58 2005
@@ -0,0 +1,7 @@
+
+<body>
+<p>
+Transit network management subsystem.
+</p>.
+</body>
+



  • svn commit: r2645 - in development/main/transit/core/handler/src/main/net/dpml/transit: cache content event host layout link logging logging/nodes network, mcconnell, 05/21/2005

Archive powered by MHonArc 2.6.24.

Top of Page