martinc 01/07/19 23:07:08 Modified: doc Tag: STRUTS_1_0_BRANCH installation-sas.xml Log: Fixed what were probably copy/paste errors. Revision Changes Path No revision No revision 1.1.2.1 +3 -3 jakarta-struts/doc/installation-sas.xml Index: installation-sas.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/installation-sas.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- installation-sas.xml 2001/03/18 17:48:58 1.1 +++ installation-sas.xml 2001/07/20 06:07:08 1.1.2.1 @@ -27,9 +27,9 @@ "deploy_war.dtd"> <warJarOptions> <warJar> -<warJarName>struts-documentation.war</warJarName> +<warJarName>struts-example.war</warJarName> <isEnabled>true</isEnabled> -<urls><el>struts-documentation</el></urls> +<urls><el>struts-example</el></urls> </warJar> </warJarOptions> ----- cut here ----- @@ -50,7 +50,7 @@ "deploy_war.dtd"> <warJarOptions> <warJar> -<warJarName>struts-example.war</warJarName> +<warJarName>struts-documentation.war</warJarName> <isEnabled>true</isEnabled> <urls><el>struts-documentation</el></urls> </warJar>