Skip to Content.
Sympa Menu

notify-dpml - r1108 - trunk/main/planet/http/war/src/main/net/dpml/http/test

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: r1108 - trunk/main/planet/http/war/src/main/net/dpml/http/test
  • Date: Wed, 15 Feb 2006 06:18:24 +0100

Author: mcconnell
Date: 2006-02-15 06:18:22 +0100 (Wed, 15 Feb 2006)
New Revision: 1108

Added:
trunk/main/planet/http/war/src/main/net/dpml/http/test/package.html
Modified:
trunk/main/planet/http/war/src/main/net/dpml/http/test/HelloWorld.java
Log:
housekeeping

Modified:
trunk/main/planet/http/war/src/main/net/dpml/http/test/HelloWorld.java
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/http/test/HelloWorld.java
2006-02-15 05:14:54 UTC (rev 1107)
+++ trunk/main/planet/http/war/src/main/net/dpml/http/test/HelloWorld.java
2006-02-15 05:18:22 UTC (rev 1108)
@@ -66,7 +66,6 @@
ServletOutputStream out = response.getOutputStream();
out.println( "<html>" );
out.println( "<h1>Hello World<h1>" );
- out.println( "Blah blah blah." );
out.println( "</html>" );
out.flush();
}

Added: trunk/main/planet/http/war/src/main/net/dpml/http/test/package.html
===================================================================
--- trunk/main/planet/http/war/src/main/net/dpml/http/test/package.html
2006-02-15 05:14:54 UTC (rev 1107)
+++ trunk/main/planet/http/war/src/main/net/dpml/http/test/package.html
2006-02-15 05:18:22 UTC (rev 1108)
@@ -0,0 +1,8 @@
+
+<body>
+
+<p>
+Sample webapp test classes.
+</p>
+
+</body>




  • r1108 - trunk/main/planet/http/war/src/main/net/dpml/http/test, mcconnell at BerliOS, 02/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page