You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dm...@apache.org on 2002/06/26 00:46:16 UTC

cvs commit: jakarta-commons/jxpath STATUS.html build.xml

dmitri      2002/06/25 15:46:16

  Modified:    jxpath   STATUS.html build.xml
  Log:
  Release 1.0
  
  Revision  Changes    Path
  1.7       +28 -16    jakarta-commons/jxpath/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/STATUS.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- STATUS.html	16 Jun 2002 03:30:23 -0000	1.6
  +++ STATUS.html	25 Jun 2002 22:46:15 -0000	1.7
  @@ -37,21 +37,24 @@
   <a href="http://java.sun.com/j2se">Java Development Kit</a> (Version 1.3
   or later)</li>
   
  -  <li> <a href="http://java.sun.com/xml/">JAXP</a> (Version 1.1 or later) build 
  -    time dependency only - no runtime dependency</li>
  +<li>
  +<a href="http://java.sun.com/xml/">JAXP</a> (Version 1.1 or later) build
  +time dependency only - no runtime dependency</li>
   
   <li>
   <a href="http://www.junit.org">JUnit Testing Framework</a> (Version 3.7
   or later) - for unit tests only, not required for deployment</li>
   
  -  <li> <a href="http://www.webgain.com/products/metamata/java_doc.html">JavaCC</a> 
  -    (Version 2.0 or later) - for build only - no runtime dependency</li>
  +<li>
  +<a href="http://www.webgain.com/products/metamata/java_doc.html">JavaCC</a>
  +(Version 2.0 or later) - only needed when grammar changes - no build or
  +runtime dependency</li>
   </ul>
   <a NAME="Release Info"></a>
   <h3>
   3. RELEASE INFO</h3>
  -Current Release: <b>1.0 beta 2</b> 
  -<p>Planned Next Release: <b>1.0, timeframe: 17 June, 2002</b> 
  +Current Release: <b>1.0</b>
  +<p>Planned Next Release: <b>1.1, timeframe: 1 August, 2002</b>
   <p>See the
   <a href="#Action Items">Action Items</a> list for tasks that
   need to be completed prior to this release.
  @@ -69,18 +72,27 @@
   <a NAME="Action Items"></a>
   <h3>
   5. ACTION ITEMS</h3>
  -The following action items need to be completed prior to a Version 1.0
  +The following action items need to be completed prior to a Version 1.1
   release of this component:
   <br>&nbsp;
   <table BORDER >
  -  <tr> 
  -    <th WIDTH="80%">Action Item</th>
  -    <th WIDTH="20%">Volunteer</th>
  -  </tr>
  -  <tr> 
  -    <td><b>Documentation</b>. Validate all JavaDoc and user's guide.</td>
  -    <td ALIGN=CENTER>Dmitri Plotnikov</td>
  -  </tr>
  +<tr>
  +<th WIDTH="80%">Action Item</th>
  +
  +<th WIDTH="20%">Volunteer</th>
  +</tr>
  +
  +<tr>
  +<td>Support for DynaBeans.</td>
  +
  +<td ALIGN=CENTER>Dmitri Plotnikov</td>
  +</tr>
  +
  +<tr>
  +<td>Support for JDOM</td>
  +
  +<td>Dmitri Plotnikov</td>
  +</tr>
   </table>
   
   </body>
  
  
  
  1.11      +3 -3      jakarta-commons/jxpath/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	17 Jun 2002 23:54:27 -0000	1.10
  +++ build.xml	25 Jun 2002 22:46:15 -0000	1.11
  @@ -25,7 +25,7 @@
     <property name="component.package"       value="org.apache.commons.jxpath"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.0-beta2"/>
  +  <property name="component.version"       value="1.0"/>
   
     <!-- The jar name of this component -->
     <property name="jar.name"
  @@ -261,7 +261,7 @@
     <!-- ================================================================== -->
     <!-- J A R                                                              -->
     <!-- ================================================================== -->
  -  <target name="jar" description="Build jar">
  +  <target name="jar" depends="compile" description="Build jar">
       <mkdir      dir="${dist.home}"/>
       <copy      file="LICENSE"
                tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>