Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2990 - in development/planet/http/demo/src: main/net/dpml/http test/net/dpml/http

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: r2990 - in development/planet/http/demo/src: main/net/dpml/http test/net/dpml/http
  • Date: Wed, 06 Jul 2005 19:57:47 -0400

Author: mcconnell AT dpml.net
Date: Wed Jul 6 19:57:47 2005
New Revision: 2990

Modified:
development/planet/http/demo/src/main/net/dpml/http/Demo.java
development/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
Log:
o Consolidation in the parts package and general improvements to class
package names.

Modified: development/planet/http/demo/src/main/net/dpml/http/Demo.java
==============================================================================
--- development/planet/http/demo/src/main/net/dpml/http/Demo.java
(original)
+++ development/planet/http/demo/src/main/net/dpml/http/Demo.java Wed
Jul 6 19:57:47 2005
@@ -23,7 +23,7 @@
import net.dpml.http.HttpService;
import net.dpml.http.HttpContextService;

-import net.dpml.part.manager.Component;
+import net.dpml.part.control.Component;

import org.mortbay.http.HttpHandler;


Modified:
development/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
==============================================================================
--- development/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
(original)
+++ development/planet/http/demo/src/test/net/dpml/http/HttpTestCase.java
Wed Jul 6 19:57:47 2005
@@ -24,7 +24,7 @@
import junit.framework.TestCase;

import net.dpml.part.control.Controller;
-import net.dpml.part.manager.Component;
+import net.dpml.part.control.Component;

import net.dpml.metro.central.MetroHelper;




  • svn commit: r2990 - in development/planet/http/demo/src: main/net/dpml/http test/net/dpml/http, mcconnell, 07/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page