dlr         2002/06/06 10:39:22

  Modified:    .        project.xml
  Log:
  Patch by Stephen Haberman <[EMAIL PROTECTED]> to correct the
  Servlet API JAR:
  
  "I was building fulcrum this morning and it told me I had to manually
  download servlet-2.2.jar as it was non-distributable. I saw the
  servletapi jar in the turbine/jars and assuming it's the same jar,
  this patch fixes the error."
  
  Revision  Changes    Path
  1.36      +1 -1      jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -u -r1.35 -r1.36
  --- project.xml       2 Jun 2002 14:19:00 -0000       1.35
  +++ project.xml       6 Jun 2002 17:39:22 -0000       1.36
  @@ -142,7 +142,7 @@
         <version>1.1.3</version>
       </dependency>
       <dependency>
  -      <id>servlet</id>
  +      <id>servletapi</id>
         <version>2.2</version>
       </dependency>
       <dependency>
  
  
  

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

Reply via email to