You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/01/25 08:57:36 UTC

cvs commit: jakarta-struts/contrib/struts-faces build.xml

martinc     2004/01/24 23:57:36

  Modified:    contrib/struts-faces build.xml
  Log:
  Correct the default location for Commons Logging.
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-struts/contrib/struts-faces/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-faces/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	31 Dec 2003 07:17:48 -0000	1.8
  +++ build.xml	25 Jan 2004 07:57:36 -0000	1.9
  @@ -30,7 +30,7 @@
     <property name="commons-lang.jar"
                                       value="${struts.home}/lib/commons-lang.jar"/>
     <property name="commons-logging.jar"
  -                                    value="${jwsdp.home}/lib/commons-logging.jar"/>
  +                                    value="${struts.home}/lib/commons-logging.jar"/>
     <property name="commons-validator.jar"
                                       value="${struts.home}/lib/commons-validator.jar"/>
     <property name="jsf-api.jar"      value="${jsf.home}/lib/jsf-api.jar"/>
  
  
  

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