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/08/27 23:23:33 UTC

svn commit: r240458 - in /struts/shale/trunk: build.properties.sample use-cases/build.xml

Author: craigmcc
Date: Sat Aug 27 14:23:30 2005
New Revision: 240458

URL: http://svn.apache.org/viewcvs?rev=240458&view=rev
Log:
Fix a typo (remove spare slash), update path to JSTL impl jar

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

Modified: struts/shale/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.properties.sample?rev=240458&r1=240457&r2=240458&view=diff
==============================================================================
--- struts/shale/trunk/build.properties.sample (original)
+++ struts/shale/trunk/build.properties.sample Sat Aug 27 14:23:30 2005
@@ -66,7 +66,7 @@
 
 # The absolute pathname of the JavaServer Faces API jar file
 # for your implementation
-jsf-api.jar = ${jsf.home}//jsf-api.jar
+jsf-api.jar = ${jsf.home}/jsf-api.jar
 #jsf-api.jar = ${jsf.home}/myfaces-api.jar
 
 # The absolute pathname of the JavaServer Faces implementation jar file

Modified: struts/shale/trunk/use-cases/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/build.xml?rev=240458&r1=240457&r2=240458&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/build.xml (original)
+++ struts/shale/trunk/use-cases/build.xml Sat Aug 27 14:23:30 2005
@@ -79,7 +79,7 @@
   <property name="spring-context.jar" value="${spring.home}/spring-context.jar"/>
   <property name="spring-core.jar"  value="${spring.home}/spring-core.jar"/>
   <property name="spring-web.jar"   value="${spring.home}/spring-web.jar"/>
-  <property name="standard.jar"     value="${jstl.home}/jstl-impl.jar"/>
+  <property name="standard.jar"     value="${lib.dir}/jstl-ri/jstl-impl.jar"/>
 
 
   <!-- Build Defaults -->



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