martinc 01/07/19 23:08:03
Modified: doc installation-sas.xml
Log:
Port copy/paste fixes to main trunk.
Revision Changes Path
1.2 +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.2
diff -u -r1.1 -r1.2
--- installation-sas.xml 2001/03/18 17:48:58 1.1
+++ installation-sas.xml 2001/07/20 06:08:02 1.2
@@ -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>