You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by cr...@apache.org on 2002/07/26 19:04:31 UTC

cvs commit: jakarta-alexandria/proposal/gump/project jakarta-struts.xml

craigmcc    2002/07/26 10:04:31

  Modified:    proposal/gump/project jakarta-struts.xml
  Log:
  Add dependencies on commons-fileupload and commons-resources.
  
  Revision  Changes    Path
  1.26      +3 -1      jakarta-alexandria/proposal/gump/project/jakarta-struts.xml
  
  Index: jakarta-struts.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-struts.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- jakarta-struts.xml	20 Jul 2002 06:11:25 -0000	1.25
  +++ jakarta-struts.xml	26 Jul 2002 17:04:31 -0000	1.26
  @@ -16,10 +16,12 @@
         <depend property="xerces.jar" project="xml-xerces" id="parser"/>
         <depend property="commons-beanutils.jar"   project="commons-beanutils"/>
         <depend property="commons-collections.jar" project="commons-collections"/>
  +      <depend property="commons-dbcp.jar"        project="commons-dbcp"/>
         <depend property="commons-digester.jar"    project="commons-digester"/>
  +      <depend property="commons-fileupload.jar"  project="commons-fileupload"/>
         <depend property="commons-logging.jar"     project="commons-logging" id="all"/>
         <depend property="commons-pool.jar"        project="commons-pool"/>
  -      <depend property="commons-dbcp.jar"        project="commons-dbcp"/>
  +      <depend property="commons-resources.jar"   project="commons-resources"/>
         <depend property="commons-services.jar"    project="commons-services"/>
         <depend property="commons-validator.jar"   project="commons-validator"/>
         <depend property="jakarta-oro.jar"         project="jakarta-oro"/>
  
  
  

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