vmassol     01/04/11 06:08:11

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  applied patch from Jeff Turner to improve classpaths for compile, javadoc, doc, ... 
(for handling cases when junit, stylebook, ... are not in the classpath prior to 
running the build)
  
  Revision  Changes    Path
  1.2       +7 -0      jakarta-commons/cactus/docs/framework/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cactus/docs/framework/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       2001/04/09 11:52:32     1.1
  +++ changes.xml       2001/04/11 13:08:10     1.2
  @@ -8,6 +8,13 @@
       <person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
     </devs>
   
  +  <release version="1.0b2 in CVS" date="">
  +    <action dev="VMA" type="update" due-to="Jeff Turner" 
due-to-email="[EMAIL PROTECTED]">
  +      Improved build process so that it nows works even if junit, stylebook, ..
  +      jars are not in the <code>CLASSPATH</code> prior to running the build.
  +    </action>
  +  </release>
  +
     <release version="1.0b1" date="April 9 2001">
       <action dev="VMA" type="update">
         Updated the Cactus distribution so that everything is contained into one
  
  
  

Reply via email to