Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2510 - development/main/transit/core/handler/src/main/net/dpml/transit/content

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: r2510 - development/main/transit/core/handler/src/main/net/dpml/transit/content
  • Date: Wed, 11 May 2005 12:03:37 +0000

Author: mcconnell AT dpml.net
Date: Wed May 11 12:03:36 2005
New Revision: 2510

Modified:

development/main/transit/core/handler/src/main/net/dpml/transit/content/DefaultContentHandlerRegistry.java
Log:
remove the static pacing of preferences (was used for testing only)

Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/content/DefaultContentHandlerRegistry.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/content/DefaultContentHandlerRegistry.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/content/DefaultContentHandlerRegistry.java
Wed May 11 12:03:36 2005
@@ -44,23 +44,6 @@
public class DefaultContentHandlerRegistry implements
ContentHandlerRegistry, NodeChangeListener
{
//
------------------------------------------------------------------------
- // static
- //
------------------------------------------------------------------------
-
- // The following static operations is here simply to setup an example
content
- // handler plugin declaration that we can use for testing. This will be
- // removed once a proper installation strategy is established for
content
- // handler plugins.
-
- static
- {
- Preferences prefs = Preferences.userNodeForPackage(
ContentHandlerRegistry.class );
- Preferences p = prefs.node( "part" );
- p.put( "title", "Part Content Handler" );
- p.put( "uri",
"artifact:plugin:dpml/tools/dpml-composition-unit#SNAPSHOT" );
- }
-
- //
------------------------------------------------------------------------
// state
//
------------------------------------------------------------------------




  • svn commit: r2510 - development/main/transit/core/handler/src/main/net/dpml/transit/content, mcconnell, 05/11/2005

Archive powered by MHonArc 2.6.24.

Top of Page