You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/02/28 02:50:47 UTC

svn commit: r155657 - struts/shale/trunk/use-cases/build.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org