You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dm...@apache.org on 2003/01/08 20:04:24 UTC

cvs commit: jakarta-struts/contrib/struts-el build-webapp.xml build.xml

dmkarr      2003/01/08 11:04:23

  Modified:    contrib/struts-el build-webapp.xml build.xml
  Log:
  Made some changes to update the jars used in the exercise-taglib.
  
  Revision  Changes    Path
  1.3       +15 -0     jakarta-struts/contrib/struts-el/build-webapp.xml
  
  Index: build-webapp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build-webapp.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-webapp.xml	22 Dec 2002 01:25:33 -0000	1.2
  +++ build-webapp.xml	8 Jan 2003 19:04:23 -0000	1.3
  @@ -61,6 +61,14 @@
                                         of the Jakarta Commons Digester
                                         package (version 1.0 or later).
   
  +        commons-fileupload.jar        (required).  The path to the JAR file
  +                                      of the Jakarta Commons FileUpload
  +                                      package (version 1.0 or later)
  +
  +        commons-lang.jar              (required).  The path to the JAR file
  +                                      of the Jakarta Commons Lang
  +                                      package (version 1.0 or later).
  +
           commons-logging.jar           (required).  The path to the JAR file
                                         of the Jakarta Commons Logging
                                         package (version 1.0 or later).
  @@ -69,6 +77,10 @@
                                         of the Jakarta Commons POOL
                                         package (version 1.0 or later).
   
  +        commons-resources.jar         (required).  The path to the JAR file
  +                                      of the Jakarta Commons Resources
  +                                      package (version 1.0 or later).
  +
           commons-validator.jar         (required).  The path to the JAR file
                                         of the Jakarta Commons VALIDATOR
                                         package (version 1.0 or later).
  @@ -171,8 +183,11 @@
     <pathelement location="${commons-collections.jar}"/>
     <pathelement location="${commons-dbcp.jar}"/>
     <pathelement location="${commons-digester.jar}"/>
  +  <pathelement location="${commons-fileupload.jar}"/>
  +  <pathelement location="${commons-lang.jar}"/>
     <pathelement location="${commons-logging.jar}"/>
     <pathelement location="${commons-pool.jar}"/>
  +  <pathelement location="${commons-resources.jar}"/>
     <pathelement location="${commons-validator.jar}"/>
     <pathelement location="${jdbc20ext.jar}"/>
     <pathelement location="${servlet.jar}"/>
  
  
  
  1.9       +19 -3     jakarta-struts/contrib/struts-el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	7 Jan 2003 05:42:56 -0000	1.8
  +++ build.xml	8 Jan 2003 19:04:23 -0000	1.9
  @@ -193,14 +193,30 @@
     <copy file="${jstl.jar}" tofile="${build.home}/library/jstl.jar"/>
     <copy file="${jstl-standard.jar}"
           tofile="${build.home}/library/standard.jar"/>
  -  <copy file="${commons-logging.jar}"
  -		  tofile="${build.home}/library/commons-logging.jar"/>
     <copy file="${commons-beanutils.jar}"
  -		  tofile="${build.home}/library/commons-beanutils.jar"/>
  +        tofile="${build.home}/library/commons-beanutils.jar"/>
     <copy file="${commons-collections.jar}"
           tofile="${build.home}/library/commons-collections.jar"/>
  +  <copy file="${commons-dbcp.jar}"
  +        tofile="${build.home}/library/commons-dbcp.jar"/>
     <copy file="${commons-digester.jar}"
           tofile="${build.home}/library/commons-digester.jar"/>
  +  <copy file="${commons-fileupload.jar}"
  +        tofile="${build.home}/library/commons-fileupload.jar"/>
  +  <copy file="${commons-lang.jar}"
  +        tofile="${build.home}/library/commons-lang.jar"/>
  +  <copy file="${commons-logging.jar}"
  +        tofile="${build.home}/library/commons-logging.jar"/>
  +  <copy file="${commons-pool.jar}"
  +        tofile="${build.home}/library/commons-pool.jar"/>
  +  <copy file="${commons-resources.jar}"
  +        tofile="${build.home}/library/commons-resources.jar"/>
  +  <copy file="${commons-validator.jar}"
  +        tofile="${build.home}/library/commons-validator.jar"/>
  +  <copy file="${jakarta-oro.jar}"
  +        tofile="${build.home}/library/jakarta-oro.jar"/>
  +  <copy file="${jdbc20ext.jar}"
  +        tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
     <copy todir="${build.home}/library">
      <fileset dir="${jstl.home}/tld" includes="*.tld"/>
      <fileset dir="${struts.home}/lib" includes="*.tld"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>