Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2499 - development/main/depot/station/src/main/net/dpml/depot/station

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: r2499 - development/main/depot/station/src/main/net/dpml/depot/station
  • Date: Tue, 10 May 2005 16:44:13 +0000

Author: mcconnell AT dpml.net
Date: Tue May 10 16:44:13 2005
New Revision: 2499

Modified:

development/main/depot/station/src/main/net/dpml/depot/station/DepotContentHandlerRegistry.java
Log:


Modified:
development/main/depot/station/src/main/net/dpml/depot/station/DepotContentHandlerRegistry.java
==============================================================================
---
development/main/depot/station/src/main/net/dpml/depot/station/DepotContentHandlerRegistry.java
(original)
+++
development/main/depot/station/src/main/net/dpml/depot/station/DepotContentHandlerRegistry.java
Tue May 10 16:44:13 2005
@@ -56,19 +56,10 @@

static
{
- // register the FT part handler
- {
- 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" );
- }
-
- // register the dpml-depot-station control panel
- {
- Preferences prefs = Preferences.userNodeForPackage(
DepotContentHandlerRegistry.class );
- prefs.put( "control-panel-plugin-uri",
"artifact:plugin:dpml/depot/dpml-depot-station-control-panel#SNAPSHOT" );
- }
+ 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" );
}

//
------------------------------------------------------------------------



  • svn commit: r2499 - development/main/depot/station/src/main/net/dpml/depot/station, mcconnell, 05/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page