You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/06/08 04:38:38 UTC

svn commit: r1490906 - /commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml

Author: psteitz
Date: Sat Jun  8 02:38:38 2013
New Revision: 1490906

URL: http://svn.apache.org/r1490906
Log:
Updated copyright date range.

Modified:
    commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml

Modified: commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml?rev=1490906&r1=1490905&r2=1490906&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml (original)
+++ commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml Sat Jun  8 02:38:38 2013
@@ -64,7 +64,7 @@
       <property name="test.runner" value="junit.textui.TestRunner" /> 
      
       <property name="javadoc.dir" value="${dist.dir}/docs/api"/>
-      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."/>
+      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2013 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."/>
       <property name="javadoc.overview" value="${basedir}/src/java/org/apache/commons/dbcp/overview.html"/>
 
       <property name="javac.optimize" value="false"/>



Re: svn commit: r1490906 - /commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml

Posted by Phil Steitz <ph...@gmail.com>.
Fixed in r1490996.  Thanks for pointing the tip!

Phil

On 6/8/13 12:38 AM, Maurizio Cucchiara wrote:
> Next year you should remember to update the year, I'm not an ant guru,
> but I'm wondering why don't use a tstamp for the year [1]?
>
> [1] http://ant.apache.org/manual/Tasks/tstamp.html
>
> Twitter     :http://www.twitter.com/m_cucchiara
> G+          :https://plus.google.com/107903711540963855921
> Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
> VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara
>
> Maurizio Cucchiara
>
>
> On 8 June 2013 04:38,  <ps...@apache.org> wrote:
>> Author: psteitz
>> Date: Sat Jun  8 02:38:38 2013
>> New Revision: 1490906
>>
>> URL: http://svn.apache.org/r1490906
>> Log:
>> Updated copyright date range.
>>
>> Modified:
>>     commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml
>>
>> Modified: commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml?rev=1490906&r1=1490905&r2=1490906&view=diff
>> ==============================================================================
>> --- commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml (original)
>> +++ commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml Sat Jun  8 02:38:38 2013
>> @@ -64,7 +64,7 @@
>>        <property name="test.runner" value="junit.textui.TestRunner" />
>>
>>        <property name="javadoc.dir" value="${dist.dir}/docs/api"/>
>> -      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."/>
>> +      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2013 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."/>
>>        <property name="javadoc.overview" value="${basedir}/src/java/org/apache/commons/dbcp/overview.html"/>
>>
>>        <property name="javac.optimize" value="false"/>
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1490906 - /commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml

Posted by Maurizio Cucchiara <mc...@apache.org>.
Next year you should remember to update the year, I'm not an ant guru,
but I'm wondering why don't use a tstamp for the year [1]?

[1] http://ant.apache.org/manual/Tasks/tstamp.html

Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara
VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara

Maurizio Cucchiara


On 8 June 2013 04:38,  <ps...@apache.org> wrote:
> Author: psteitz
> Date: Sat Jun  8 02:38:38 2013
> New Revision: 1490906
>
> URL: http://svn.apache.org/r1490906
> Log:
> Updated copyright date range.
>
> Modified:
>     commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml
>
> Modified: commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml
> URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml?rev=1490906&r1=1490905&r2=1490906&view=diff
> ==============================================================================
> --- commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml (original)
> +++ commons/proper/dbcp/branches/DBCP_1_5_x_BRANCH/build.xml Sat Jun  8 02:38:38 2013
> @@ -64,7 +64,7 @@
>        <property name="test.runner" value="junit.textui.TestRunner" />
>
>        <property name="javadoc.dir" value="${dist.dir}/docs/api"/>
> -      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."/>
> +      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2013 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."/>
>        <property name="javadoc.overview" value="${basedir}/src/java/org/apache/commons/dbcp/overview.html"/>
>
>        <property name="javac.optimize" value="false"/>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org