Author: craigmcc
Date: Sun Feb 27 17:50:46 2005
New Revision: 155657

URL: http://svn.apache.org/viewcvs?view=rev&rev=155657
Log:
Correct references ${servlet.jar} to be ${servlet-api.jar}.

Reported by:  Sean Schofield <sean DOT schfield AT gmail.com>

Modified:
    struts/shale/trunk/use-cases/build.xml

Modified: struts/shale/trunk/use-cases/build.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/build.xml?view=diff&r1=155656&r2=155657
==============================================================================
--- struts/shale/trunk/use-cases/build.xml (original)
+++ struts/shale/trunk/use-cases/build.xml Sun Feb 27 17:50:46 2005
@@ -97,7 +97,7 @@
     <pathelement location="${jsf-api.jar}"/>
     <pathelement location="${jsp-api.jar}"/>
     <pathelement location="${jstl.jar}"/>
-    <pathelement location="${servlet.jar}"/>
+    <pathelement location="${servlet-api.jar}"/>
     <pathelement location="${shale.jar}"/>
     <pathelement location="${build.home}/${context.path}/WEB-INF/classes"/>
   </path>
@@ -114,7 +114,7 @@
     <pathelement location="${jsp-api.jar}"/>
     <pathelement location="${jstl.jar}"/>
     <pathelement location="${junit.jar}"/>
-    <pathelement location="${servlet.jar}"/>
+    <pathelement location="${servlet-api.jar}"/>
     <pathelement location="${shale.jar}"/>
     <pathelement location="${shale-test.jar}"/>
     <pathelement location="${build.home}/${context.path}/WEB-INF/classes"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to