You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/04/03 11:11:09 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs defaults.properties

bodewig     02/04/03 01:11:09

  Modified:    .        WHATSNEW
               docs/manual coretasklist.html tasksoverview.html
               docs/manual/CoreTasks changelog.html
               src/main/org/apache/tools/ant/taskdefs defaults.properties
  Log:
  changelog -> cvschangelog
  
  Revision  Changes    Path
  1.242     +1 -1      jakarta-ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
  retrieving revision 1.241
  retrieving revision 1.242
  diff -u -r1.241 -r1.242
  --- WHATSNEW	2 Apr 2002 14:03:05 -0000	1.241
  +++ WHATSNEW	3 Apr 2002 09:11:08 -0000	1.242
  @@ -93,7 +93,7 @@
   --------------
   * <available> has a new attribute named ignoreSystemClasses.
   
  -* New task <changelog/> generates an XML report of changes that occur
  +* New task <cvschangelog/> generates an XML report of changes that occur
     on CVS repository.
   
   * New filter readers: ClassConstants, ExpandProperties, HeadFilter, 
  
  
  
  1.38      +1 -1      jakarta-ant/docs/manual/coretasklist.html
  
  Index: coretasklist.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/coretasklist.html,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- coretasklist.html	2 Apr 2002 14:03:05 -0000	1.37
  +++ coretasklist.html	3 Apr 2002 09:11:08 -0000	1.38
  @@ -22,7 +22,6 @@
   <a href="CoreTasks/buildnumber.html">BuildNumber</a><br>
   <a href="CoreTasks/unpack.html">BUnzip2</a><br>
   <a href="CoreTasks/pack.html">BZip2</a><br>
  -<a href="CoreTasks/changelog.html">ChangeLog</a><br>
   <a href="CoreTasks/checksum.html">Checksum</a><br>
   <a href="CoreTasks/chmod.html">Chmod</a><br>
   <a href="CoreTasks/concat.html">Concat</a><br>
  @@ -32,6 +31,7 @@
   <a href="CoreTasks/copydir.html"><i>Copydir</i></a><br>
   <a href="CoreTasks/copyfile.html"><i>Copyfile</i></a><br>
   <a href="CoreTasks/cvs.html">Cvs</a><br>
  +<a href="CoreTasks/changelog.html">CvsChangeLog</a><br>
   <a href="CoreTasks/cvspass.html">CVSPass</a><br>
   <a href="CoreTasks/delete.html">Delete</a><br>
   <a href="CoreTasks/deltree.html"><i>Deltree</i></a><br>
  
  
  
  1.9       +4 -4      jakarta-ant/docs/manual/tasksoverview.html
  
  Index: tasksoverview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tasksoverview.html	2 Apr 2002 14:03:05 -0000	1.8
  +++ tasksoverview.html	3 Apr 2002 09:11:08 -0000	1.9
  @@ -940,15 +940,15 @@
     </tr>
   
     <tr valign="top">
  -    <td nowrap><a href="CoreTasks/changelog.html">ChangeLog</a></td>
  -    <td><p>Generates an XML report of the changes recorded in a
  +    <td nowrap><a href="CoreTasks/cvs.html">Cvs</a></td>
  +    <td><p>Handles packages/modules retrieved from a
        <a href="http://www.cvshome.org/" target="_top">CVS</a>
        repository.</p></td>
     </tr>
   
     <tr valign="top">
  -    <td nowrap><a href="CoreTasks/cvs.html">Cvs</a></td>
  -    <td><p>Handles packages/modules retrieved from a
  +    <td nowrap><a href="CoreTasks/changelog.html">CvsChangeLog</a></td>
  +    <td><p>Generates an XML report of the changes recorded in a
        <a href="http://www.cvshome.org/" target="_top">CVS</a>
        repository.</p></td>
     </tr>
  
  
  
  1.9       +16 -16    jakarta-ant/docs/manual/CoreTasks/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/changelog.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changelog.html	31 Mar 2002 01:17:57 -0000	1.8
  +++ changelog.html	3 Apr 2002 09:11:09 -0000	1.9
  @@ -7,7 +7,7 @@
   
   <body>
   
  -<h2><a name="changelog">ChangeLog</a></h2>
  +<h2><a name="changelog">CvsChangeLog</a></h2>
   <h3>Description</h3>
   <p>Generates an XML-formatted report file of the change logs recorded in a
   <a href="http://www.cvshome.org/" target="_top">CVS</a> repository. </p>
  @@ -87,27 +87,27 @@
   
   
   <h3>Examples</h3>
  -<pre>  &lt;changelog dir=&quot;dve/network&quot;
  -             destfile=&quot;changelog.xml&quot;
  +<pre>  &lt;cvschangelog dir=&quot;dve/network&quot;
  +                destfile=&quot;changelog.xml&quot;
     /&gt;</pre>
   
   <p>Generates a change log report for all the changes that have been made
   under the <code>dve/network</code> directory.
   It writes these changes into the file <code>changelog.xml</code>.</p>
   
  -<pre>  &lt;changelog dir=&quot;dve/network&quot;
  -             destfile=&quot;changelog.xml&quot;
  -             daysinpast=&quot;10&quot;
  +<pre>  &lt;cvschangelog dir=&quot;dve/network&quot;
  +                destfile=&quot;changelog.xml&quot;
  +                daysinpast=&quot;10&quot;
     /&gt;</pre>
   
   <p>Generates a change log report for any changes that were made
   under the <code>dve/network</code> directory in the past 10 days.
   It writes these changes into the file <code>changelog.xml</code>.</p>
   
  -<pre>  &lt;changelog dir=&quot;dve/network&quot;
  -             destfile=&quot;changelog.xml&quot;
  -             start=&quot;20 Feb 2002&quot;
  -             end=&quot;20 Mar 2002&quot;
  +<pre>  &lt;cvschangelog dir=&quot;dve/network&quot;
  +                destfile=&quot;changelog.xml&quot;
  +                start=&quot;20 Feb 2002&quot;
  +                end=&quot;20 Mar 2002&quot;
     /&gt;</pre>
   
   <p>Generates a change log report for any changes that were made
  @@ -115,19 +115,19 @@
   under the <code>dve/network</code> directory.
   It writes these changes into the file <code>changelog.xml</code>.</p>
   
  -<pre>  &lt;changelog dir=&quot;dve/network&quot;
  -             destfile=&quot;changelog.xml&quot;
  -             start=&quot;20 Feb 2002&quot;
  +<pre>  &lt;cvschangelog dir=&quot;dve/network&quot;
  +                destfile=&quot;changelog.xml&quot;
  +                start=&quot;20 Feb 2002&quot;
     /&gt;</pre>
   
   <p>Generates a change log report for any changes that were made
   after February 20, 2002 under the <code>dve/network</code> directory.
   It writes these changes into the file <code>changelog.xml</code>.</p>
   
  -<pre>  &lt;changelog dir=&quot;dve/network&quot;
  -             destfile=&quot;changelog.xml&quot;/&gt;
  +<pre>  &lt;cvschangelog dir=&quot;dve/network&quot;
  +                destfile=&quot;changelog.xml&quot;/&gt;
          &lt;user displayname=&quot;Peter Donald&quot; userid=&quot;donaldp&quot;/&gt;
  -  &lt;/changelog&gt;</pre>
  +  &lt;/cvschangelog&gt;</pre>
   
   <p>Generates a change log report for all the changes that were made
   under the <code>dve/network</code> directory, substituting the name
  
  
  
  1.120     +1 -1      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/defaults.properties
  
  Index: defaults.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/defaults.properties,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- defaults.properties	2 Apr 2002 14:03:05 -0000	1.119
  +++ defaults.properties	3 Apr 2002 09:11:09 -0000	1.120
  @@ -63,7 +63,7 @@
   loadproperties=org.apache.tools.ant.taskdefs.LoadProperties
   basename=org.apache.tools.ant.taskdefs.Basename
   dirname=org.apache.tools.ant.taskdefs.Dirname
  -changelog=org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
  +cvschangelog=org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
   buildnumber=org.apache.tools.ant.taskdefs.BuildNumber
   concat=org.apache.tools.ant.taskdefs.Concat
   
  
  
  

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