bobh        2002/09/08 19:35:02

  Modified:    .        gump.xml
  Log:
  - attempt to fix up Xerces dependency which is causing this module to not build
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-catalina/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/gump.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gump.xml  9 Sep 2002 00:59:01 -0000       1.3
  +++ gump.xml  9 Sep 2002 02:35:02 -0000       1.4
  @@ -37,7 +37,7 @@
         <depend property="servlet-api.jar" 
                 project="jakarta-servletapi-5-servlet"/>
         <depend property="jsp-api.jar" project="jakarta-servletapi-5-jsp"/>
  -      <depend property="xerces.jar" project="xml-xerces" id="parser"/>
  +      <depend property="xercesImpl.jar" project="xml-xerces" id="parser"/>
         <depend property="tomcat-util.jar" project="jakarta-tomcat-util"/>
         <depend property="commons-beanutils.jar" project="commons-beanutils"
           runtime="true"/>
  
  
  

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

Reply via email to