vmassol     02/04/21 13:31:40

  Modified:    anttasks build.xml
               .        build.xml
               documentation build.xml
               documentation/docs/xdocs changes.xml todo.xml
               framework build.xml
               sample-servlet build.xml
  Log:
  preparations for releasing Cactus 1.3 ...
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 14 Apr 2002 10:47:31 -0000      1.14
  +++ build.xml 21 Apr 2002 20:31:40 -0000      1.15
  @@ -34,7 +34,7 @@
       <!-- Global project properties -->
       <property name="project.name.text" value="Cactus Ant tasks"/>
       <property name="project.name.file" value="cactus-ant"/>
  -    <property name="project.version" value="1.3dev"/>
  +    <property name="project.version" value="1.3"/>
   
       <!-- Prefix to add to all distributable files -->
       <property name="project.prefix" value="jakarta-"/>
  
  
  
  1.10      +1 -1      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 21 Apr 2002 17:17:05 -0000      1.9
  +++ build.xml 21 Apr 2002 20:31:40 -0000      1.10
  @@ -61,7 +61,7 @@
       <!-- Global project properties -->
       <property name="project.name.text" value="Cactus"/>
       <property name="project.name.file" value="cactus"/>
  -    <property name="project.version" value="1.3dev"/>
  +    <property name="project.version" value="1.3"/>
   
       <!-- Prefix to add to all distributable files -->
       <property name="project.prefix" value="jakarta-"/>
  
  
  
  1.5       +1 -1      jakarta-cactus/documentation/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 21 Apr 2002 20:23:18 -0000      1.4
  +++ build.xml 21 Apr 2002 20:31:40 -0000      1.5
  @@ -38,7 +38,7 @@
   
       <!-- Global project properties -->
       <property name="project.name.text" value="Cactus Documentation"/>
  -    <property name="project.version" value="1.3dev"/>
  +    <property name="project.version" value="1.3"/>
   
       <!-- Prefix to add to all distributable files -->
       <property name="project.prefix" value="jakarta-"/>
  
  
  
  1.10      +1 -1      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       21 Apr 2002 13:45:11 -0000      1.9
  +++ changes.xml       21 Apr 2002 20:31:40 -0000      1.10
  @@ -47,7 +47,7 @@
         <person name="Nicholas Lesiecki" email="[EMAIL PROTECTED]" id="NDL"/>
       </devs>
   
  -    <release version="1.3 in CVS">
  +    <release version="1.3" date="April 21 2002">
         <action dev="VMA" type="update">
           Improved classloader support on the server side : Cactus first tries
           to load the Class to test using the Context class loader (thus, if you
  
  
  
  1.7       +0 -3      jakarta-cactus/documentation/docs/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/todo.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- todo.xml  21 Apr 2002 15:25:45 -0000      1.6
  +++ todo.xml  21 Apr 2002 20:31:40 -0000      1.7
  @@ -29,9 +29,6 @@
       </p>
     </s1>
   
  -  <version title="Version 1.3">
  -  </version>
  -
     <version title="Version 1.4">
   
       <category title="Documentation">
  
  
  
  1.7       +1 -1      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 21 Apr 2002 12:46:27 -0000      1.6
  +++ build.xml 21 Apr 2002 20:31:40 -0000      1.7
  @@ -56,7 +56,7 @@
       <!-- Global project properties -->
       <property name="project.name.text" value="Cactus Framework"/>
       <property name="project.name.file" value="cactus"/>
  -    <property name="project.version" value="1.3dev"/>
  +    <property name="project.version" value="1.3"/>
   
       <!-- Prefix to add to all distributable files -->
       <property name="project.prefix" value="jakarta-"/>
  
  
  
  1.2       +1 -1      jakarta-cactus/sample-servlet/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 10 Mar 2002 14:26:01 -0000      1.1
  +++ build.xml 21 Apr 2002 20:31:40 -0000      1.2
  @@ -72,7 +72,7 @@
       <!-- Global project properties -->
       <property name="project.name.text" value="Cactus Servlet Sample"/>
       <property name="project.name.file" value="sample-servlet"/>
  -    <property name="project.version" value="1.3dev"/>
  +    <property name="project.version" value="1.3"/>
   
       <!-- Prefix to add to all distributable files -->
       <property name="project.prefix" value="jakarta-"/>
  
  
  

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

Reply via email to