dmkarr      2003/12/20 11:15:04

  Modified:    contrib/struts-el build.xml
  Log:
  Trimmed down the struts-el dist/lib directory by removing most of the jar files
  already produced in the base struts dist/lib directory.  It still includes the
  struts.jar file, which technically can also be excluded, but fixing that will
  take a little more thought, as the lib in that directory is a compile
  dependency (the others were not).  It can be rearranged to use the base dir,
  but I need to examine how it is used.
  
  Revision  Changes    Path
  1.19      +0 -16     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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 10 Aug 2003 01:21:43 -0000      1.18
  +++ build.xml 20 Dec 2003 19:15:04 -0000      1.19
  @@ -197,22 +197,6 @@
     <copy file="${jstl.jar}" tofile="${build.home}/library/jstl.jar"/>
     <copy file="${jstl-standard.jar}"
           tofile="${build.home}/library/standard.jar"/>
  -  <copy file="${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-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-validator.jar}"
  -        tofile="${build.home}/library/commons-validator.jar"/>
  -  <copy file="${jakarta-oro.jar}"
  -        tofile="${build.home}/library/jakarta-oro.jar"/>
   <!-- Compile-time dependency only
     <copy file="${jdbc20ext.jar}"
           tofile="${build.home}/library/jdbc2_0-stdext.jar"/>
  
  
  

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

Reply via email to