Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2936 - in development/main: depot metro/part/src/main/net/dpml/part/manager transit/core/handler/src/main/net/dpml/transit/util

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: r2936 - in development/main: depot metro/part/src/main/net/dpml/part/manager transit/core/handler/src/main/net/dpml/transit/util
  • Date: Tue, 28 Jun 2005 15:39:20 -0400

Author: mcconnell AT dpml.net
Date: Tue Jun 28 15:39:19 2005
New Revision: 2936

Modified:
development/main/depot/index.xml
development/main/metro/part/src/main/net/dpml/part/manager/Component.java

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

Modified: development/main/depot/index.xml
==============================================================================
--- development/main/depot/index.xml (original)
+++ development/main/depot/index.xml Tue Jun 28 15:39:19 2005
@@ -4,6 +4,7 @@

<import uri="${dpml.transit.uri}"/>
<import uri="${dpml.magic.uri}"/>
+ <import uri="${dpml.metro.uri}"/>

<!--
Depot Modules

Modified:
development/main/metro/part/src/main/net/dpml/part/manager/Component.java
==============================================================================
--- development/main/metro/part/src/main/net/dpml/part/manager/Component.java
(original)
+++ development/main/metro/part/src/main/net/dpml/part/manager/Component.java
Tue Jun 28 15:39:19 2005
@@ -68,7 +68,6 @@

/**
* Initialize the component.
- * @param component the component
*/
void initialize() throws Exception;


Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/util/ConfigurationHandler.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/util/ConfigurationHandler.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/util/ConfigurationHandler.java
Tue Jun 28 15:39:19 2005
@@ -44,7 +44,7 @@
"java.util.logging.FileHandler, java.util.logging.ConsoleHandler"
);
properties.setProperty(
"java.util.logging.ConsoleHandler.formatter",
- "net.dpml.depot.logging.StandardFormatter" );
+ "net.dpml.transit.util.StandardFormatter" );

//
// set the file handler properties



  • svn commit: r2936 - in development/main: depot metro/part/src/main/net/dpml/part/manager transit/core/handler/src/main/net/dpml/transit/util, mcconnell, 06/28/2005

Archive powered by MHonArc 2.6.24.

Top of Page