You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/02/26 08:54:57 UTC

cvs commit: jakarta-avalon-logkit build.xml

leif        02/02/25 23:54:57

  Modified:    .        build.xml
  Log:
  Change the default format string so that the time value is more useful.
  This change was deemed to be big enough to cause the version to be upped to 1.1
  
  Revision  Changes    Path
  1.70      +2 -2      jakarta-avalon-logkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/build.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- build.xml	9 Feb 2002 21:40:23 -0000	1.69
  +++ build.xml	26 Feb 2002 07:54:57 -0000	1.70
  @@ -25,11 +25,11 @@
   
     <property name="name" value="logkit"/>
     <property name="Name" value="LogKit"/>
  -  <property name="version" value="1.0.1"/>
  +  <property name="version" value="1.1.0"/>
     <property name="year" value="1999-2002"/>
     <property name="status" value="final"/>
     <property name="release" value="2nd"/>
  -  <property name="short.version" value="1.0"/>
  +  <property name="short.version" value="1.1"/>
     <property name="compress.jars" value="true"/>
   
     <!--
  
  
  

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


Re: cvs commit: jakarta-avalon-logkit build.xml

Posted by Peter Donald <pe...@apache.org>.
On Tue, 26 Feb 2002 20:51, Leif Mortenson wrote:
> Done and done.

Thanks!


>
> Eung-ju Park wrote:
> >----- Original Message -----
>
> From: "Peter Donald" <pe...@apache.org>
>
> >To: "Avalon Developers List" <av...@jakarta.apache.org>
> >Sent: Tuesday, February 26, 2002 4:55 PM
> >Subject: Re: cvs commit: jakarta-avalon-logkit build.xml
> >
> >>On Tue, 26 Feb 2002 18:54, leif@apache.org wrote:
> >>>leif        02/02/25 23:54:57
> >>>
> >>>  Modified:    .        build.xml
> >>>  Log:
> >>>  Change the default format string so that the time value is more
> >
> >useful.
> >
> >>>  This change was deemed to be big enough to cause the version to be
> >
> >upped
> >
> >>>to 1.1
> >>
> >>Could you also note it in the changelog.xml ? ;)
> >
> >Below is my change log. Please check DTD & English grammar.
> >Leif. Please commit with your change logs. ;) Thanks.
> >
> >  <release version="1.1">
> >    <action dev="EP" type="update">
> >      Rotate before write.
> >    </action>
> >    <action dev="EP" type="add">
> >      Added RotateStrategyByDate for daily, weekly, monthly log file.
> >    </action>
> >  </release>
> >
> >>--
> >>Cheers,
> >>
> >>Pete
> >>
> >>---------------------------------------------------
> >>"Wise men don't need advice. Fools don't take it."
> >>                        -Benjamin Franklin
> >>---------------------------------------------------
> >>
> >>--
> >>To unsubscribe, e-mail:
> >
> ><ma...@jakarta.apache.org>
> >
> >>For additional commands, e-mail:
> >
> ><ma...@jakarta.apache.org>
> >
> >
> >
> >
> >--
> >To unsubscribe, e-mail:  
> > <ma...@jakarta.apache.org> For additional
> > commands, e-mail: <ma...@jakarta.apache.org>

-- 
Cheers,

Pete

*------------------------------------------------------*
| "Common sense is the collection of prejudices        |
|  acquired by age 18. " -Albert Einstein              |
*------------------------------------------------------*

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


Re: cvs commit: jakarta-avalon-logkit build.xml

Posted by Leif Mortenson <le...@silveregg.co.jp>.
Done and done.

Eung-ju Park wrote:

>----- Original Message -----
>From: "Peter Donald" <pe...@apache.org>
>To: "Avalon Developers List" <av...@jakarta.apache.org>
>Sent: Tuesday, February 26, 2002 4:55 PM
>Subject: Re: cvs commit: jakarta-avalon-logkit build.xml
>
>
>>On Tue, 26 Feb 2002 18:54, leif@apache.org wrote:
>>
>>>leif        02/02/25 23:54:57
>>>
>>>  Modified:    .        build.xml
>>>  Log:
>>>  Change the default format string so that the time value is more
>>>
>useful.
>
>>>  This change was deemed to be big enough to cause the version to be
>>>
>upped
>
>>>to 1.1
>>>
>>Could you also note it in the changelog.xml ? ;)
>>
>
>Below is my change log. Please check DTD & English grammar.
>Leif. Please commit with your change logs. ;) Thanks.
>
>  <release version="1.1">
>    <action dev="EP" type="update">
>      Rotate before write.
>    </action>
>    <action dev="EP" type="add">
>      Added RotateStrategyByDate for daily, weekly, monthly log file.
>    </action>
>  </release>
>
>
>>--
>>Cheers,
>>
>>Pete
>>
>>---------------------------------------------------
>>"Wise men don't need advice. Fools don't take it."
>>                        -Benjamin Franklin
>>---------------------------------------------------
>>
>>--
>>To unsubscribe, e-mail:
>>
><ma...@jakarta.apache.org>
>
>>For additional commands, e-mail:
>>
><ma...@jakarta.apache.org>
>
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>



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


Re: cvs commit: jakarta-avalon-logkit build.xml

Posted by Eung-ju Park <co...@apache.org>.
----- Original Message -----
From: "Peter Donald" <pe...@apache.org>
To: "Avalon Developers List" <av...@jakarta.apache.org>
Sent: Tuesday, February 26, 2002 4:55 PM
Subject: Re: cvs commit: jakarta-avalon-logkit build.xml


> On Tue, 26 Feb 2002 18:54, leif@apache.org wrote:
> > leif        02/02/25 23:54:57
> >
> >   Modified:    .        build.xml
> >   Log:
> >   Change the default format string so that the time value is more
useful.
> >   This change was deemed to be big enough to cause the version to be
upped
> > to 1.1
>
> Could you also note it in the changelog.xml ? ;)

Below is my change log. Please check DTD & English grammar.
Leif. Please commit with your change logs. ;) Thanks.

  <release version="1.1">
    <action dev="EP" type="update">
      Rotate before write.
    </action>
    <action dev="EP" type="add">
      Added RotateStrategyByDate for daily, weekly, monthly log file.
    </action>
  </release>


>
> --
> Cheers,
>
> Pete
>
> ---------------------------------------------------
> "Wise men don't need advice. Fools don't take it."
>                         -Benjamin Franklin
> ---------------------------------------------------
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


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


Re: cvs commit: jakarta-avalon-logkit build.xml

Posted by Peter Donald <pe...@apache.org>.
On Tue, 26 Feb 2002 18:54, leif@apache.org wrote:
> leif        02/02/25 23:54:57
>
>   Modified:    .        build.xml
>   Log:
>   Change the default format string so that the time value is more useful.
>   This change was deemed to be big enough to cause the version to be upped
> to 1.1

Could you also note it in the changelog.xml ? ;)

-- 
Cheers,

Pete

---------------------------------------------------
"Wise men don't need advice. Fools don't take it." 
                        -Benjamin Franklin 
---------------------------------------------------

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