Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1293 - in development/main/planet/facilities/http: blocks/webappserver/etc/deliverables/confs examples/hangman/etc examples/hangman/src/web/WEB-INF

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1293 - in development/main/planet/facilities/http: blocks/webappserver/etc/deliverables/confs examples/hangman/etc examples/hangman/src/web/WEB-INF
  • Date: Sun, 26 Dec 2004 01:22:32 +0100

Author: niclas
Date: Sun Dec 26 01:22:32 2004
New Revision: 1293

Added:

development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman.application
- copied, changed from r1285,
development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman2.application
Removed:

development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman2.application
Modified:

development/main/planet/facilities/http/blocks/webappserver/etc/deliverables/confs/webapp-defaults.conf
development/main/planet/facilities/http/examples/hangman/etc/web.xml
Log:
Hangman working now...kind of

Modified:
development/main/planet/facilities/http/blocks/webappserver/etc/deliverables/confs/webapp-defaults.conf
==============================================================================
---
development/main/planet/facilities/http/blocks/webappserver/etc/deliverables/confs/webapp-defaults.conf
(original)
+++
development/main/planet/facilities/http/blocks/webappserver/etc/deliverables/confs/webapp-defaults.conf
Sun Dec 26 01:22:32 2004
@@ -22,7 +22,7 @@
<web-app
xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
artifact:xsd:sun/xml/ns/j2ee/web-app#2.4"
version="2.4">

<description>

Modified: development/main/planet/facilities/http/examples/hangman/etc/web.xml
==============================================================================
--- development/main/planet/facilities/http/examples/hangman/etc/web.xml
(original)
+++ development/main/planet/facilities/http/examples/hangman/etc/web.xml
Sun Dec 26 01:22:32 2004
@@ -2,7 +2,7 @@
<web-app
xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
artifact:xsd:sun/xml/ns/j2ee/web-app#2.4"
version="2.4">

<display-name>hangman</display-name>
@@ -36,4 +36,4 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>

-</web-app>
\ No newline at end of file
+</web-app>

Copied:
development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman.application
(from r1285,
development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman2.application)
==============================================================================
---
development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman2.application
(original)
+++
development/main/planet/facilities/http/examples/hangman/src/web/WEB-INF/hangman.application
Sun Dec 26 01:22:32 2004
@@ -1,12 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE application
- PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
- "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
-
-<application name="hangman2"
engine-class="org.apache.tapestry.engine.BaseEngine" >
- <description>Hangman2 Application</description>
- <property name="org.apache.tapestry.visit-class">
- tutorial.hangman.Visit
- </property>
- <page name="Home" specification-path="Home.page"/>
-</application>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE application
+ PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
+ "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
+
+<application name="hangman"
engine-class="org.apache.tapestry.engine.BaseEngine" >
+ <description>Hangman Application</description>
+ <property
name="org.apache.tapestry.visit-class">tutorial.hangman.Visit</property>
+ <page name="Home" specification-path="Home.page"/>
+</application>



  • svn commit: r1293 - in development/main/planet/facilities/http: blocks/webappserver/etc/deliverables/confs examples/hangman/etc examples/hangman/src/web/WEB-INF, niclas, 12/25/2004

Archive powered by MHonArc 2.6.24.

Top of Page