You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/01 20:54:00 UTC

svn commit: r390727 - in /incubator/webwork2/webapps/starter/src: java/com/acme/ java/com/opensymphony/ webapp/WEB-INF/classes/struts.properties webapp/WEB-INF/classes/webwork.properties webapp/WEB-INF/classes/xwork.xml webapp/jasper/

Author: mrdon
Date: Sat Apr  1 10:53:59 2006
New Revision: 390727

URL: http://svn.apache.org/viewcvs?rev=390727&view=rev
Log:
Fixing the starter application so it works via quickstart

Added:
    incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/struts.properties
      - copied, changed from r389659, incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/webwork.properties
Removed:
    incubator/webwork2/webapps/starter/src/java/com/acme/
    incubator/webwork2/webapps/starter/src/java/com/opensymphony/
    incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/webwork.properties
    incubator/webwork2/webapps/starter/src/webapp/jasper/
Modified:
    incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/xwork.xml

Copied: incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/struts.properties (from r389659, incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/webwork.properties)
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/struts.properties?p2=incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/struts.properties&p1=incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/webwork.properties&r1=389659&r2=390727&rev=390727&view=diff
==============================================================================
--- incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/webwork.properties (original)
+++ incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/struts.properties Sat Apr  1 10:53:59 2006
@@ -1,2 +1,2 @@
-webwork.objectFactory = spring
-webwork.devMode = true
+struts.objectFactory = spring
+struts.devMode = true

Modified: incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/xwork.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/xwork.xml?rev=390727&r1=390726&r2=390727&view=diff
==============================================================================
--- incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/xwork.xml (original)
+++ incubator/webwork2/webapps/starter/src/webapp/WEB-INF/classes/xwork.xml Sat Apr  1 10:53:59 2006
@@ -1,9 +1,9 @@
 <!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd">
 
 <xwork>
-    <include file="webwork-default.xml"/>
+    <include file="struts-default.xml"/>
 
-    <package name="default" extends="webwork-default">
+    <package name="default" extends="struts-default">
 
         <default-action-ref name="home" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org