vmassol     01/04/28 04:59:16

  Modified:    cactus/docs/framework/xdocs changes.xml
  Log:
  added the display of web site  page changes (extracted from cvs logs)
  
  Revision  Changes    Path
  1.9       +107 -92   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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       2001/04/19 23:24:43     1.8
  +++ changes.xml       2001/04/28 11:59:16     1.9
  @@ -4,97 +4,112 @@
   
   <changes title="History of Changes">
   
  -  <devs>
  -    <person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
  -    <person name="Philip Aston" email="[EMAIL PROTECTED]" id="PAS"/>
  -  </devs>
  -
  -  <release version="1.0b2 in CVS" date="April 20 2001">
  -    <action dev="VMA" type="update">
  -      Some minor refactoring of code (added <code>AbstractTestCase</code>,
  -      modified <code>AbstractHttpClient</code>, <code>JspHttpClient</code>,
  -      <code>ServletHttpClient</code>).
  -    </action>
  -    <action dev="VMA" type="add" due-to="Hoani Cross" 
due-to-email="[EMAIL PROTECTED]">
  -      Add handling of multivalued HTTP headers (same header name with different
  -      values) in <code>ServletTestRequest</code>.
  -    </action>
  -    <action dev="VMA" type="update">
  -      Made the methods <code>setUp()</code> and <code>tearDown()</code>
  -      protected on the server side so that it is consistent with JUnit.
  -    </action>
  -    <action dev="VMA" type="update" due-to="Philip Aston" 
due-to-email="[EMAIL PROTECTED]">
  -      Modified the Ant <code>runservertest</code> task so that it also works
  -      when a servlet engine is already up and running and when a server is
  -      already stopped prior. This is to support intensive debugging mode when
  -      we don't want to start/stop the server all the time.
  -    </action>
  -    <action dev="VMA" type="add">
  -      Added a
  -      <link href="scope.html">"Cactus scope and status"</link> page on the web
  -      site that explains the current scope and status of Cactus.
  -    </action>
  -    <action dev="VMA" type="add">
  -      Added a
  -      <link href="goals.html">"Cactus goals"</link> page on the web site that
  -      gives rough goals and guidelines for the future of Cactus.
  -    </action>
  -    <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
  -      single file (doc + jars + sample). The sources are available separately
  -      in a second file.
  -    </action>
  -    <action dev="VMA" type="add">
  -      Added a section on the main web site page to explain the reason for the
  -      Cactus name.
  -    </action>
  -    <action dev="VMA" type="update">
  -      Tested with JUnit 3.6.
  -    </action>
  -    <action dev="VMA" type="update">
  -      Changed the web site skin to be the Jakarta skin and not the Apache XML
  -      skin. This is because Cactus is now part of the Jakarta Commons project.
  -    </action>
  -    <action dev="VMA" type="update">
  -      Updated the web site installation section to better explain the
  -      required steps to install Cactus. Namely, it covers
  -      <link href="installation_ant.html">installing Ant</link> and
  -      <link href="installation_sample.html">installing the Cactus Sample
  -      application</link>.
  -    </action>
  -    <action dev="VMA" type="remove">
  -      Removed the deliverable dependencies jar. Instead, provides a zipped
  -      installation of Ant containing the needed jars for tasks used by Cactus
  -      and Cactus Sample build files.
  -    </action>
  -    <action dev="VMA" type="update">
  -      Removed the <code>misc/</code> directory and JBuilder files from CVS
  -      and source distribution.
  -    </action>
  -    <action dev="VMA" type="update">
  -      Renamed the project from J2EEUnit to Cactus. Although it was a difficult
  -      decision to make, it had to be done as J2EE is a Sun trademark. Renamed
  -      all occurrences of J2EEUnit to Cactus and changed package names (from
  -      <code>j2eeunit.*</code> to <code>org.apache.commons.castor.*</code>.
  -    </action>
  -    <action dev="VMA" type="fix">
  -      The sample application sources now contains all needed configuration
  -      files (the manifest and web.xml files were missing in the previous
  -      release).
  -    </action>
  -    <action dev="VMA" type="update">
  -      Donated the project to the Apache Software Foundation.
  -      Changed license from GPL to APL. Moved packages from
  -      <code>j2eeunit.*</code> to <code>org.apache.commons.j2eeunit.*</code>
  -      and changed copyrights
  -    </action>
  -  </release>
  +  <cvslogs title="Last 15 days web site changes">
  +
  +    <p>
  +      These are the changes that happened to the Cactus web site for the past
  +      15 days since the last site update :
  +    </p>
  +
  +    &cvslog;
  +    
  +  </cvslogs>
  +
  +  <releases title="Cactus changes">
  +
  +    <devs>
  +      <person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
  +      <person name="Philip Aston" email="[EMAIL PROTECTED]" id="PAS"/>
  +    </devs>
  +
  +    <release version="1.0b2" date="April 20 2001">
  +      <action dev="VMA" type="update">
  +        Some minor refactoring of code (added <code>AbstractTestCase</code>,
  +        modified <code>AbstractHttpClient</code>, <code>JspHttpClient</code>,
  +        <code>ServletHttpClient</code>).
  +      </action>
  +      <action dev="VMA" type="add" due-to="Hoani Cross" 
due-to-email="[EMAIL PROTECTED]">
  +        Add handling of multivalued HTTP headers (same header name with different
  +        values) in <code>ServletTestRequest</code>.
  +      </action>
  +      <action dev="VMA" type="update">
  +        Made the methods <code>setUp()</code> and <code>tearDown()</code>
  +        protected on the server side so that it is consistent with JUnit.
  +      </action>
  +      <action dev="VMA" type="update" due-to="Philip Aston" 
due-to-email="[EMAIL PROTECTED]">
  +        Modified the Ant <code>runservertest</code> task so that it also works
  +        when a servlet engine is already up and running and when a server is
  +        already stopped prior. This is to support intensive debugging mode when
  +        we don't want to start/stop the server all the time.
  +      </action>
  +      <action dev="VMA" type="add">
  +        Added a
  +        <link href="scope.html">"Cactus scope and status"</link> page on the web
  +        site that explains the current scope and status of Cactus.
  +      </action>
  +      <action dev="VMA" type="add">
  +        Added a
  +        <link href="goals.html">"Cactus goals"</link> page on the web site that
  +        gives rough goals and guidelines for the future of Cactus.
  +      </action>
  +      <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
  +        single file (doc + jars + sample). The sources are available separately
  +        in a second file.
  +      </action>
  +      <action dev="VMA" type="add">
  +        Added a section on the main web site page to explain the reason for the
  +        Cactus name.
  +      </action>
  +      <action dev="VMA" type="update">
  +        Tested with JUnit 3.6.
  +      </action>
  +      <action dev="VMA" type="update">
  +        Changed the web site skin to be the Jakarta skin and not the Apache XML
  +        skin. This is because Cactus is now part of the Jakarta Commons project.
  +      </action>
  +      <action dev="VMA" type="update">
  +        Updated the web site installation section to better explain the
  +        required steps to install Cactus. Namely, it covers
  +        <link href="installation_ant.html">installing Ant</link> and
  +        <link href="installation_sample.html">installing the Cactus Sample
  +        application</link>.
  +      </action>
  +      <action dev="VMA" type="remove">
  +        Removed the deliverable dependencies jar. Instead, provides a zipped
  +        installation of Ant containing the needed jars for tasks used by Cactus
  +        and Cactus Sample build files.
  +      </action>
  +      <action dev="VMA" type="update">
  +        Removed the <code>misc/</code> directory and JBuilder files from CVS
  +        and source distribution.
  +      </action>
  +      <action dev="VMA" type="update">
  +        Renamed the project from J2EEUnit to Cactus. Although it was a difficult
  +        decision to make, it had to be done as J2EE is a Sun trademark. Renamed
  +        all occurrences of J2EEUnit to Cactus and changed package names (from
  +        <code>j2eeunit.*</code> to <code>org.apache.commons.castor.*</code>.
  +      </action>
  +      <action dev="VMA" type="fix">
  +        The sample application sources now contains all needed configuration
  +        files (the manifest and web.xml files were missing in the previous
  +        release).
  +      </action>
  +      <action dev="VMA" type="update">
  +        Donated the project to the Apache Software Foundation.
  +        Changed license from GPL to APL. Moved packages from
  +        <code>j2eeunit.*</code> to <code>org.apache.commons.j2eeunit.*</code>
  +        and changed copyrights
  +      </action>
  +    </release>
  +
  +  </releases>
   
   </changes>
  
  
  

Reply via email to