Skip to Content.
Sympa Menu

notify-dpml - r1005 - in trunk/main: metro/exec/etc planet/http/demo/src/main/net/dpml/http/demo planet/http/parts/resource

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1005 - in trunk/main: metro/exec/etc planet/http/demo/src/main/net/dpml/http/demo planet/http/parts/resource
  • Date: Tue, 31 Jan 2006 15:34:57 +0100

Author: mcconnell
Date: 2006-01-31 15:34:49 +0100 (Tue, 31 Jan 2006)
New Revision: 1005

Added:
trunk/main/metro/exec/etc/prefs/
Modified:
trunk/main/planet/http/demo/src/main/net/dpml/http/demo/Demo.java
trunk/main/planet/http/parts/resource/
Log:
housekeeping

Modified: trunk/main/planet/http/demo/src/main/net/dpml/http/demo/Demo.java
===================================================================
--- trunk/main/planet/http/demo/src/main/net/dpml/http/demo/Demo.java
2006-01-31 13:59:27 UTC (rev 1004)
+++ trunk/main/planet/http/demo/src/main/net/dpml/http/demo/Demo.java
2006-01-31 14:34:49 UTC (rev 1005)
@@ -107,6 +107,9 @@
m_httpContextTable.put( "/", handler );
}

+ /**
+ * Dispose of the component.
+ */
public void dispose()
{
getLogger().info( "# DISPOSAL IN DEMO" );
@@ -148,7 +151,7 @@

/**
* Add a new http content handler to a http context.
- * @param context the http context path
+ * @param path the http context path
*/
public void addResourceHandler( String path ) throws Exception
{


Property changes on: trunk/main/planet/http/parts/resource
___________________________________________________________________
Name: svn:ignore
+ target





  • r1005 - in trunk/main: metro/exec/etc planet/http/demo/src/main/net/dpml/http/demo planet/http/parts/resource, mcconnell at BerliOS, 01/31/2006

Archive powered by MHonArc 2.6.24.

Top of Page