You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by fe...@apache.org on 2004/05/31 03:45:42 UTC

cvs commit: jakarta-taglibs/jmstags build.xml

felipeal    2004/05/30 18:45:42

  Modified:    jmstags  build.xml
  Log:
  changed beanutils dependency as it was breaking Gump
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-taglibs/jmstags/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jmstags/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	8 Mar 2004 01:41:00 -0000	1.5
  +++ build.xml	31 May 2004 01:45:42 -0000	1.6
  @@ -37,7 +37,7 @@
       <!-- copy the jars required -->
       <copy todir="${build.examples}/WEB-INF/lib" file="${commons-messenger.jar}"/>
       <copy todir="${build.examples}/WEB-INF/lib" file="${commons-digester.jar}"/>
  -    <copy todir="${build.examples}/WEB-INF/lib" file="${commons-beanutils.jar}"/>
  +    <copy todir="${build.examples}/WEB-INF/lib" file="${commons-beanutils-core.jar}"/>
       <copy todir="${build.examples}/WEB-INF/lib" file="${commons-collections.jar}"/>
   
       <!-- install the chosen Messenger deployment document -->
  
  
  

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