svn commit: r1559458 - /tomcat/taglibs/extended/

2014-01-18 Thread bayard
Author: bayard
Date: Sun Jan 19 03:28:02 2014
New Revision: 1559458

URL: http://svn.apache.org/r1559458
Log:
Deleting the Extended taglib

Removed:
tomcat/taglibs/extended/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [Taglibs] Extended?

2014-01-16 Thread Henri Yandell
+1 to that vision.

I'll ditch the current Extended code.

Hen


On Tue, Jan 14, 2014 at 8:47 AM, Jeremy Boynes jboy...@apache.org wrote:

 On Jan 13, 2014, at 9:51 PM, Henri Yandell flame...@gmail.com wrote:

  Any thoughts Jeremy on our containing tags outside of the Standard
  implementation?
 
  I was pondering folding the Extended one (which contains two very tiny
  tags) into the Standard taglib, or if you don't see any likelihood for
  adding new ones, just removing it.

 If anything, I think I would rather go in the other direction, breaking
 Standard down into individual taglibs. I think there are a number of users
 who primarily rely only on core  fn in their applications, using other
 libraries for the functionality in fmt, sql, and xml. It would be nice to
 be able to consume them that way. Splitting them up would also allow
 specific libraries to be optimized through tag plugins or by Jasper itself.

 Those other libraries have also not really kept up with the times. For
 example, fmt is heavily coupled to native Java L10N which I think still
 lags behind icu4j and hasn’t added basics like named placeholders, sql has
 been superseded by frameworks like JPA but even the basic JDBC support
 could take advantage of “new things like @Resource injection, and we’ve
 added a hard dependency on Xalan to address xml performance and the spec
 still hasn’t touched new features like XPath 2 or XQuery.

 “Extended” is a vague name so I would be in favor of just dropping it and
 replacing it with more specific libraries e.g. localization, xpath, json or
 whatever we decide to work on.

 Cheers
 Jeremy




Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-16 Thread Henri Yandell
Per the below, I'll go ahead and move RDC to the Attic; waiting 72 hours in
case there's a -1.

Hen


On Tue, Jan 14, 2014 at 4:23 PM, Rahul Akolkar rahul.akol...@gmail.comwrote:

 On Tue, Jan 14, 2014 at 12:49 AM, Henri Yandell flame...@gmail.com
 wrote:
 
  On Sun, Jan 12, 2014 at 9:16 PM, Henri Yandell flame...@gmail.com
 wrote:
 
   My main concern is it makes inactive codebases seem alive. ie) extended
   looks as though there's been code change in the last 5 years instead of
   only having had code in it in 2009. Similar with RDC.
  
  
  On this topic, I've pinged Rahul offline to get his thoughts on retiring
  RDC to the Attic. I'm assuming he's not tracking the dev list.
 
 snip/

 I'm here, but no dev cycles for RDC at the moment or in the near
 future. So, attic sounds right.

 -Rahul




Re: [Taglibs] Extended?

2014-01-16 Thread Rahul Akolkar
On Thu, Jan 16, 2014 at 3:12 AM, Henri Yandell flame...@gmail.com wrote:
 +1 to that vision.

 I'll ditch the current Extended code.

snip/

Yup. I agree to below as well.

-Rahul


 Hen


 On Tue, Jan 14, 2014 at 8:47 AM, Jeremy Boynes jboy...@apache.org wrote:

 On Jan 13, 2014, at 9:51 PM, Henri Yandell flame...@gmail.com wrote:

  Any thoughts Jeremy on our containing tags outside of the Standard
  implementation?
 
  I was pondering folding the Extended one (which contains two very tiny
  tags) into the Standard taglib, or if you don't see any likelihood for
  adding new ones, just removing it.

 If anything, I think I would rather go in the other direction, breaking
 Standard down into individual taglibs. I think there are a number of users
 who primarily rely only on core  fn in their applications, using other
 libraries for the functionality in fmt, sql, and xml. It would be nice to
 be able to consume them that way. Splitting them up would also allow
 specific libraries to be optimized through tag plugins or by Jasper itself.

 Those other libraries have also not really kept up with the times. For
 example, fmt is heavily coupled to native Java L10N which I think still
 lags behind icu4j and hasn’t added basics like named placeholders, sql has
 been superseded by frameworks like JPA but even the basic JDBC support
 could take advantage of “new things like @Resource injection, and we’ve
 added a hard dependency on Xalan to address xml performance and the spec
 still hasn’t touched new features like XPath 2 or XQuery.

 “Extended” is a vague name so I would be in favor of just dropping it and
 replacing it with more specific libraries e.g. localization, xpath, json or
 whatever we decide to work on.

 Cheers
 Jeremy



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [Taglibs] Extended?

2014-01-14 Thread Jeremy Boynes
On Jan 13, 2014, at 9:51 PM, Henri Yandell flame...@gmail.com wrote:

 Any thoughts Jeremy on our containing tags outside of the Standard
 implementation?
 
 I was pondering folding the Extended one (which contains two very tiny
 tags) into the Standard taglib, or if you don't see any likelihood for
 adding new ones, just removing it.

If anything, I think I would rather go in the other direction, breaking 
Standard down into individual taglibs. I think there are a number of users who 
primarily rely only on core  fn in their applications, using other libraries 
for the functionality in fmt, sql, and xml. It would be nice to be able to 
consume them that way. Splitting them up would also allow specific libraries to 
be optimized through tag plugins or by Jasper itself.

Those other libraries have also not really kept up with the times. For example, 
fmt is heavily coupled to native Java L10N which I think still lags behind 
icu4j and hasn’t added basics like named placeholders, sql has been superseded 
by frameworks like JPA but even the basic JDBC support could take advantage of 
“new things like @Resource injection, and we’ve added a hard dependency on 
Xalan to address xml performance and the spec still hasn’t touched new features 
like XPath 2 or XQuery.

“Extended” is a vague name so I would be in favor of just dropping it and 
replacing it with more specific libraries e.g. localization, xpath, json or 
whatever we decide to work on.

Cheers
Jeremy



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-14 Thread Rahul Akolkar
On Tue, Jan 14, 2014 at 12:49 AM, Henri Yandell flame...@gmail.com wrote:

 On Sun, Jan 12, 2014 at 9:16 PM, Henri Yandell flame...@gmail.com wrote:

  My main concern is it makes inactive codebases seem alive. ie) extended
  looks as though there's been code change in the last 5 years instead of
  only having had code in it in 2009. Similar with RDC.
 
 
 On this topic, I've pinged Rahul offline to get his thoughts on retiring
 RDC to the Attic. I'm assuming he's not tracking the dev list.

snip/

I'm here, but no dev cycles for RDC at the moment or in the near
future. So, attic sounds right.

-Rahul



 Hen

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-13 Thread Henri Yandell
On Sun, Jan 12, 2014 at 9:16 PM, Henri Yandell flame...@gmail.com wrote:



 My main concern is it makes inactive codebases seem alive. ie) extended
 looks as though there's been code change in the last 5 years instead of
 only having had code in it in 2009. Similar with RDC.


On this topic, I've pinged Rahul offline to get his thoughts on retiring
RDC to the Attic. I'm assuming he's not tracking the dev list.

Hen


[Taglibs] Extended?

2014-01-13 Thread Henri Yandell
Any thoughts Jeremy on our containing tags outside of the Standard
implementation?

I was pondering folding the Extended one (which contains two very tiny
tags) into the Standard taglib, or if you don't see any likelihood for
adding new ones, just removing it.

Hen


Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-12 Thread Rainer Jung
Hi Henri,

On 11.01.2014 22:15, Henri Yandell wrote:
 Shouldn't be changing the copyright date until we actually make a
 copyrightable modification to that product.

Not sure whether the until we actually make a copyrightable
modification part is required. The various site pages about the NOTICE
file don't clarify it. The best I could find was

http://www.apache.org/legal/src-headers.html

The top of each NOTICE file should include the following text, suitably
modified to reflect the product name and year(s) of distribution of the
current and past versions of the product:.

Then there's the legal issue (still open)

https://issues.apache.org/jira/browse/LEGAL-51

in which you participated and finally a reference to

http://www.oppedahl.com/copyrights/#notice

Most of the discussion seems to be about using only one year or a range,
and if only one year whether the first year or the current publication
year. The legal texts cited do not contain the terminology version for
software and thus it seems unclear how to apply them.

Concerning the point in time when to adopt the year (if at all): I got
the impression the whole discussion is only about a release. As long as
the files are only in svn the correct copyright handling is not of big
importance. Now if it is acceptable at the time of a release to use the
copyright notice of the form FirstYear-CurrentYear, then I think it is
fine and helpful to adjust the NOTICE line at the start of a year to
prevent forgetting the adjustment at the time of release. That was my
motivation.

Of course in the light of LEGAL-51 it might be that the whole adjustment
of Copyright year in unnecessary at all - but the issue is not finally
decided - and it also might be that some future release does not contain
any copyrightable change. I would prefer the risk of using the wrong
(newer) copyright year in this very unlikely case instead of the risk of
forgetting to update NOTICE during the release process. But that's of
course a very personal view. Since I never contributed to taglibs I am
very unfamiliar to the project specific policies and would be fine to
revert if you would prefer that.

Regards,

Rainer

 On Fri, Jan 3, 2014 at 10:08 AM, rj...@apache.org wrote:
 
 Author: rjung
 Date: Fri Jan  3 18:08:32 2014
 New Revision: 1555177

 URL: http://svn.apache.org/r1555177
 Log:
 Happy new 2014!

 Modified:
 tomcat/taglibs/extended/trunk/NOTICE.txt
 tomcat/taglibs/rdc/trunk/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
 tomcat/taglibs/site/NOTICE.txt
 tomcat/taglibs/standard/trunk/NOTICE
 tomcat/taglibs/taglibs-parent/trunk/NOTICE

 Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
 +++ tomcat/taglibs/extended/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Extended Taglib
 -Copyright 2009-2012 The Apache Software Foundation
 +Copyright 2009-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Fri Jan  3
 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 Distributions
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples

Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-12 Thread Henri Yandell
On Sun, Jan 12, 2014 at 3:39 AM, Rainer Jung rainer.j...@kippdata.dewrote:

 Hi Henri,

 On 11.01.2014 22:15, Henri Yandell wrote:
  Shouldn't be changing the copyright date until we actually make a
  copyrightable modification to that product.

 Not sure whether the until we actually make a copyrightable
 modification part is required. The various site pages about the NOTICE
 file don't clarify it. The best I could find was

 http://www.apache.org/legal/src-headers.html

 The top of each NOTICE file should include the following text, suitably
 modified to reflect the product name and year(s) of distribution of the
 current and past versions of the product:.

 Then there's the legal issue (still open)

 https://issues.apache.org/jira/browse/LEGAL-51

 in which you participated and finally a reference to

 http://www.oppedahl.com/copyrights/#notice

 Most of the discussion seems to be about using only one year or a range,
 and if only one year whether the first year or the current publication
 year. The legal texts cited do not contain the terminology version for
 software and thus it seems unclear how to apply them.

 Concerning the point in time when to adopt the year (if at all): I got
 the impression the whole discussion is only about a release. As long as
 the files are only in svn the correct copyright handling is not of big
 importance. Now if it is acceptable at the time of a release to use the
 copyright notice of the form FirstYear-CurrentYear, then I think it is
 fine and helpful to adjust the NOTICE line at the start of a year to
 prevent forgetting the adjustment at the time of release. That was my
 motivation.

 Of course in the light of LEGAL-51 it might be that the whole adjustment
 of Copyright year in unnecessary at all - but the issue is not finally
 decided - and it also might be that some future release does not contain
 any copyrightable change. I would prefer the risk of using the wrong
 (newer) copyright year in this very unlikely case instead of the risk of
 forgetting to update NOTICE during the release process. But that's of
 course a very personal view. Since I never contributed to taglibs I am
 very unfamiliar to the project specific policies and would be fine to
 revert if you would prefer that.


My main concern is it makes inactive codebases seem alive. ie) extended
looks as though there's been code change in the last 5 years instead of
only having had code in it in 2009. Similar with RDC.

Other than that, I think it's mainly pedantry :) 80 years is so far off
that I don't see anyone caring that the copyright to a piece of code here
just expired, especially given our licence. It also seems unlikely that
there would be any gain in having stated a copyright year as being later
than it was; again given our license.

Hen


Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-11 Thread Henri Yandell
Shouldn't be changing the copyright date until we actually make a
copyrightable modification to that product.

Hen


On Fri, Jan 3, 2014 at 10:08 AM, rj...@apache.org wrote:

 Author: rjung
 Date: Fri Jan  3 18:08:32 2014
 New Revision: 1555177

 URL: http://svn.apache.org/r1555177
 Log:
 Happy new 2014!

 Modified:
 tomcat/taglibs/extended/trunk/NOTICE.txt
 tomcat/taglibs/rdc/trunk/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
 tomcat/taglibs/site/NOTICE.txt
 tomcat/taglibs/standard/trunk/NOTICE
 tomcat/taglibs/taglibs-parent/trunk/NOTICE

 Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
 +++ tomcat/taglibs/extended/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Extended Taglib
 -Copyright 2009-2012 The Apache Software Foundation
 +Copyright 2009-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Fri Jan  3
 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 Distributions
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt Fri Jan  3
 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 Examples Application
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt Fri Jan  3 18:08:32
 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/site/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/site/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/site/NOTICE.txt (original)
 +++ tomcat/taglibs/site/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglib Website
 -Copyright 2009-2012 The Apache Software Foundation
 +Copyright 2009-2014 The Apache Software Foundation

 -This product includes software developed

Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-11 Thread Konstantin Kolinko
2014/1/12 Henri Yandell flame...@gmail.com:
 Shouldn't be changing the copyright date until we actually make a
 copyrightable modification to that product.


I think this itself is one,  as it fixes typos in the NOTICE files.

Best regards,
Konstantin Kolinko

 On Fri, Jan 3, 2014 at 10:08 AM, rj...@apache.org wrote:

 Author: rjung
 Date: Fri Jan  3 18:08:32 2014
 New Revision: 1555177

 URL: http://svn.apache.org/r1555177
 Log:
 Happy new 2014!

 Modified:
 tomcat/taglibs/extended/trunk/NOTICE.txt
 tomcat/taglibs/rdc/trunk/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
 tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
 tomcat/taglibs/site/NOTICE.txt
 tomcat/taglibs/standard/trunk/NOTICE
 tomcat/taglibs/taglibs-parent/trunk/NOTICE

 Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
 +++ tomcat/taglibs/extended/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Extended Taglib
 -Copyright 2009-2012 The Apache Software Foundation
 +Copyright 2009-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Fri Jan  3
 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 Distributions
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt Fri Jan  3
 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 Examples Application
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt (original)
 +++ tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt Fri Jan  3 18:08:32
 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
 -Copyright 2004-2012 The Apache Software Foundation
 +Copyright 2004-2014 The Apache Software Foundation

 -This product includes software developed by
 +This product includes software developed at
  The Apache Software Foundation (http://www.apache.org/).

 Modified: tomcat/taglibs/site/NOTICE.txt
 URL:
 http://svn.apache.org/viewvc/tomcat/taglibs/site/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff

 ==
 --- tomcat/taglibs/site/NOTICE.txt (original)
 +++ tomcat/taglibs/site/NOTICE.txt Fri Jan  3 18:08:32 2014
 @@ -1,5 +1,5 @@
  Apache Jakarta Taglib Website
 -Copyright 2009

Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-11 Thread Henri Yandell
On Saturday, January 11, 2014, Konstantin Kolinko wrote:

 2014/1/12 Henri Yandell flame...@gmail.com javascript:;:
  Shouldn't be changing the copyright date until we actually make a
  copyrightable modification to that product.
 

 I think this itself is one,  as it fixes typos in the NOTICE files.


That's not a copyrightable change :)


 Best regards,
 Konstantin Kolinko

  On Fri, Jan 3, 2014 at 10:08 AM, rj...@apache.org wrote:
 
  Author: rjung
  Date: Fri Jan  3 18:08:32 2014
  New Revision: 1555177
 
  URL: http://svn.apache.org/r1555177
  Log:
  Happy new 2014!
 
  Modified:
  tomcat/taglibs/extended/trunk/NOTICE.txt
  tomcat/taglibs/rdc/trunk/NOTICE.txt
  tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
  tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
  tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
  tomcat/taglibs/site/NOTICE.txt
  tomcat/taglibs/standard/trunk/NOTICE
  tomcat/taglibs/taglibs-parent/trunk/NOTICE
 
  Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
  URL:
 
 http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
 
 
 ==
  --- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
  +++ tomcat/taglibs/extended/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
  @@ -1,5 +1,5 @@
   Apache Extended Taglib
  -Copyright 2009-2012 The Apache Software Foundation
  +Copyright 2009-2014 The Apache Software Foundation
 
  -This product includes software developed by
  +This product includes software developed at
   The Apache Software Foundation (http://www.apache.org/).
 
  Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
  URL:
 
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
 
 
 ==
  --- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
  +++ tomcat/taglibs/rdc/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
  @@ -1,5 +1,5 @@
   Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
  -Copyright 2004-2012 The Apache Software Foundation
  +Copyright 2004-2014 The Apache Software Foundation
 
  -This product includes software developed by
  +This product includes software developed at
   The Apache Software Foundation (http://www.apache.org/).
 
  Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
  URL:
 
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
 
 
 ==
  --- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
  +++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Fri Jan  3
  18:08:32 2014
  @@ -1,5 +1,5 @@
   Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
  Distributions
  -Copyright 2004-2012 The Apache Software Foundation
  +Copyright 2004-2014 The Apache Software Foundation
 
  -This product includes software developed by
  +This product includes software developed at
   The Apache Software Foundation (http://www.apache.org/).
 
  Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
  URL:
 
 http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff


svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-03 Thread rjung
Author: rjung
Date: Fri Jan  3 18:08:32 2014
New Revision: 1555177

URL: http://svn.apache.org/r1555177
Log:
Happy new 2014!

Modified:
tomcat/taglibs/extended/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
tomcat/taglibs/site/NOTICE.txt
tomcat/taglibs/standard/trunk/NOTICE
tomcat/taglibs/taglibs-parent/trunk/NOTICE

Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
==
--- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/extended/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
@@ -1,5 +1,5 @@
 Apache Extended Taglib
-Copyright 2009-2012 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
==
--- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/NOTICE.txt Fri Jan  3 18:08:32 2014
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2012 The Apache Software Foundation
+Copyright 2004-2014 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Fri Jan  3 18:08:32 
2014
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library 
Distributions
-Copyright 2004-2012 The Apache Software Foundation
+Copyright 2004-2014 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt Fri Jan  3 
18:08:32 2014
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library Examples 
Application
-Copyright 2004-2012 The Apache Software Foundation
+Copyright 2004-2014 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt Fri Jan  3 18:08:32 2014
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2012 The Apache Software Foundation
+Copyright 2004-2014 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/site/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/site/NOTICE.txt?rev=1555177r1=1555176r2=1555177view=diff
==
--- tomcat/taglibs/site/NOTICE.txt (original)
+++ tomcat/taglibs/site/NOTICE.txt Fri Jan  3 18:08:32 2014
@@ -1,5 +1,5 @@
 Apache Jakarta Taglib Website
-Copyright 2009-2012 The Apache Software Foundation
+Copyright 2009-2014 The Apache Software Foundation
 
-This product includes software developed by
+This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/standard/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/NOTICE?rev=1555177r1=1555176r2=1555177view=diff

svn commit: r1302245 - /tomcat/taglibs/extended/trunk/pom.xml

2012-03-18 Thread jboynes
Author: jboynes
Date: Sun Mar 18 22:46:11 2012
New Revision: 1302245

URL: http://svn.apache.org/viewvc?rev=1302245view=rev
Log:
switch extended to using released parent pom

Modified:
tomcat/taglibs/extended/trunk/pom.xml

Modified: tomcat/taglibs/extended/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/pom.xml?rev=1302245r1=1302244r2=1302245view=diff
==
--- tomcat/taglibs/extended/trunk/pom.xml (original)
+++ tomcat/taglibs/extended/trunk/pom.xml Sun Mar 18 22:46:11 2012
@@ -23,8 +23,7 @@
   parent
 groupIdorg.apache.taglibs/groupId
 artifactIdtaglibs-parent/artifactId
-version1-SNAPSHOT/version
-relativePath../taglibs-parent/pom.xml/relativePath
+version1/version
   /parent
 
   artifactIdtaglibs-extended/artifactId



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1226790 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ standard/trunk/compat/ st

2012-01-03 Thread rjung
Author: rjung
Date: Tue Jan  3 14:31:25 2012
New Revision: 1226790

URL: http://svn.apache.org/viewvc?rev=1226790view=rev
Log:
s/2011/2012/g

Modified:
tomcat/taglibs/extended/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
tomcat/taglibs/site/NOTICE.txt
tomcat/taglibs/standard/trunk/NOTICE.txt
tomcat/taglibs/standard/trunk/compat/NOTICE.txt
tomcat/taglibs/standard/trunk/impl/NOTICE.txt
tomcat/taglibs/standard/trunk/jstlel/NOTICE.txt
tomcat/taglibs/standard/trunk/spec/NOTICE.txt

Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/extended/trunk/NOTICE.txt Tue Jan  3 14:31:25 2012
@@ -1,5 +1,5 @@
 Apache Extended Taglib
-Copyright 2009-2011 The Apache Software Foundation
+Copyright 2009-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/NOTICE.txt Tue Jan  3 14:31:25 2012
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2011 The Apache Software Foundation
+Copyright 2004-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Tue Jan  3 14:31:25 
2012
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library 
Distributions
-Copyright 2004-2011 The Apache Software Foundation
+Copyright 2004-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt Tue Jan  3 
14:31:25 2012
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library Examples 
Application
-Copyright 2004-2011 The Apache Software Foundation
+Copyright 2004-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt Tue Jan  3 14:31:25 2012
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2011 The Apache Software Foundation
+Copyright 2004-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/site/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/site/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat/taglibs/site/NOTICE.txt (original)
+++ tomcat/taglibs/site/NOTICE.txt Tue Jan  3 14:31:25 2012
@@ -1,5 +1,5 @@
 Apache Jakarta Taglib Website
-Copyright 2009-2011 The Apache Software Foundation
+Copyright 2009-2012 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/standard/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/NOTICE.txt?rev=1226790r1=1226789r2=1226790view=diff
==
--- tomcat

svn commit: r1197655 - /tomcat/taglibs/extended/trunk/pom.xml

2011-11-04 Thread olamy
Author: olamy
Date: Fri Nov  4 16:54:14 2011
New Revision: 1197655

URL: http://svn.apache.org/viewvc?rev=1197655view=rev
Log:
fix parent path

Modified:
tomcat/taglibs/extended/trunk/pom.xml

Modified: tomcat/taglibs/extended/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/pom.xml?rev=1197655r1=1197654r2=1197655view=diff
==
--- tomcat/taglibs/extended/trunk/pom.xml (original)
+++ tomcat/taglibs/extended/trunk/pom.xml Fri Nov  4 16:54:14 2011
@@ -24,6 +24,7 @@
 groupIdorg.apache.taglibs/groupId
 artifactIdtaglibs-parent/artifactId
 version1-SNAPSHOT/version
+relativePath../taglibs-parent/pom.xml/relativePath
   /parent
 
   artifactIdtaglibs-extended/artifactId



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1197658 - /tomcat/taglibs/extended/trunk/

2011-11-04 Thread olamy
Author: olamy
Date: Fri Nov  4 16:55:08 2011
New Revision: 1197658

URL: http://svn.apache.org/viewvc?rev=1197658view=rev
Log:
add basic svn ignore

Modified:
tomcat/taglibs/extended/trunk/   (props changed)

Propchange: tomcat/taglibs/extended/trunk/
--
--- svn:ignore (added)
+++ svn:ignore Fri Nov  4 16:55:08 2011
@@ -0,0 +1,5 @@
+target
+*.iml
+.classpath
+.project
+.settings



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1197695 - /tomcat/taglibs/extended/trunk/src/assembly/src.xml

2011-11-04 Thread olamy
Author: olamy
Date: Fri Nov  4 17:56:06 2011
New Revision: 1197695

URL: http://svn.apache.org/viewvc?rev=1197695view=rev
Log:
don't use ${version} but ${project.version}

Modified:
tomcat/taglibs/extended/trunk/src/assembly/src.xml

Modified: tomcat/taglibs/extended/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/src/assembly/src.xml?rev=1197695r1=1197694r2=1197695view=diff
==
--- tomcat/taglibs/extended/trunk/src/assembly/src.xml (original)
+++ tomcat/taglibs/extended/trunk/src/assembly/src.xml Fri Nov  4 17:56:06 2011
@@ -20,7 +20,7 @@
 formattar.gz/format
 formatzip/format
 /formats
-baseDirectory${artifactId}-${version}-src/baseDirectory
+baseDirectory${artifactId}-${project.version}-src/baseDirectory
 fileSets
 fileSet
 includes



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1054615 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ standard/trunk/compat/ st

2011-01-03 Thread rjung
Author: rjung
Date: Mon Jan  3 13:47:39 2011
New Revision: 1054615

URL: http://svn.apache.org/viewvc?rev=1054615view=rev
Log:
Update copyright year.

Modified:
tomcat/taglibs/extended/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
tomcat/taglibs/site/NOTICE.txt
tomcat/taglibs/standard/trunk/NOTICE.txt
tomcat/taglibs/standard/trunk/compat/NOTICE.txt
tomcat/taglibs/standard/trunk/impl/NOTICE.txt
tomcat/taglibs/standard/trunk/jstlel/NOTICE.txt
tomcat/taglibs/standard/trunk/spec/NOTICE.txt
tomcat/taglibs/standard/trunk/src/site/xdoc/index.xml

Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff
==
--- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/extended/trunk/NOTICE.txt Mon Jan  3 13:47:39 2011
@@ -1,5 +1,5 @@
 Apache Extended Taglib
-Copyright 2009-2010 The Apache Software Foundation
+Copyright 2009-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff
==
--- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/NOTICE.txt Mon Jan  3 13:47:39 2011
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2010 The Apache Software Foundation
+Copyright 2004-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Mon Jan  3 13:47:39 
2011
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library 
Distributions
-Copyright 2004-2010 The Apache Software Foundation
+Copyright 2004-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt Mon Jan  3 
13:47:39 2011
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library Examples 
Application
-Copyright 2004-2010 The Apache Software Foundation
+Copyright 2004-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt Mon Jan  3 13:47:39 2011
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2010 The Apache Software Foundation
+Copyright 2004-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/site/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/site/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff
==
--- tomcat/taglibs/site/NOTICE.txt (original)
+++ tomcat/taglibs/site/NOTICE.txt Mon Jan  3 13:47:39 2011
@@ -1,5 +1,5 @@
 Apache Jakarta Taglib Website
-Copyright 2009-2010 The Apache Software Foundation
+Copyright 2009-2011 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/standard/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/NOTICE.txt?rev=1054615r1=1054614r2=1054615view=diff

svn commit: r895309 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ standard/trunk/src/site/xd

2010-01-02 Thread rjung
Author: rjung
Date: Sat Jan  2 23:20:36 2010
New Revision: 895309

URL: http://svn.apache.org/viewvc?rev=895309view=rev
Log:
Update copyright year for TC tagslibs trunk.

Modified:
tomcat/taglibs/extended/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
tomcat/taglibs/site/NOTICE.txt
tomcat/taglibs/standard/trunk/NOTICE.txt
tomcat/taglibs/standard/trunk/src/site/xdoc/index.xml
tomcat/taglibs/taglibs-parent/trunk/NOTICE.txt

Modified: tomcat/taglibs/extended/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/extended/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/extended/trunk/NOTICE.txt Sat Jan  2 23:20:36 2010
@@ -1,5 +1,5 @@
 Apache Extended Taglib
-Copyright 2009 The Apache Software Foundation
+Copyright 2009-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/rdc/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/NOTICE.txt Sat Jan  2 23:20:36 2010
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2009 The Apache Software Foundation
+Copyright 2004-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-dist/NOTICE.txt Sat Jan  2 23:20:36 
2010
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library 
Distributions
-Copyright 2004-2009 The Apache Software Foundation
+Copyright 2004-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc-examples/NOTICE.txt Sat Jan  2 
23:20:36 2010
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library Examples 
Application
-Copyright 2004-2009 The Apache Software Foundation
+Copyright 2004-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt (original)
+++ tomcat/taglibs/rdc/trunk/taglibs-rdc/NOTICE.txt Sat Jan  2 23:20:36 2010
@@ -1,5 +1,5 @@
 Apache Jakarta Taglibs Reusable Dialog Components (RDC) Tag Library
-Copyright 2004-2009 The Apache Software Foundation
+Copyright 2004-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/site/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/site/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/site/NOTICE.txt (original)
+++ tomcat/taglibs/site/NOTICE.txt Sat Jan  2 23:20:36 2010
@@ -1,5 +1,5 @@
 Apache Jakarta Taglib Website
-Copyright 2009 The Apache Software Foundation
+Copyright 2009-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tomcat/taglibs/standard/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/NOTICE.txt?rev=895309r1=895308r2=895309view=diff
==
--- tomcat/taglibs/standard/trunk/NOTICE.txt (original)
+++ tomcat/taglibs/standard/trunk/NOTICE.txt Sat Jan  2

svn commit: r824589 - /tomcat/taglibs/extended/trunk/src/main/resources/META-INF/tlds/taglibs-extended.tld

2009-10-12 Thread bayard
Author: bayard
Date: Tue Oct 13 04:48:16 2009
New Revision: 824589

URL: http://svn.apache.org/viewvc?rev=824589view=rev
Log:
Adding todo note

Modified:

tomcat/taglibs/extended/trunk/src/main/resources/META-INF/tlds/taglibs-extended.tld

Modified: 
tomcat/taglibs/extended/trunk/src/main/resources/META-INF/tlds/taglibs-extended.tld
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/src/main/resources/META-INF/tlds/taglibs-extended.tld?rev=824589r1=824588r2=824589view=diff
==
--- 
tomcat/taglibs/extended/trunk/src/main/resources/META-INF/tlds/taglibs-extended.tld
 (original)
+++ 
tomcat/taglibs/extended/trunk/src/main/resources/META-INF/tlds/taglibs-extended.tld
 Tue Oct 13 04:48:16 2009
@@ -186,5 +186,6 @@
   !-- DurationFormatUtils - might be an interesting EL function --
   !-- Escape/UnescapeUtils --
   !-- NumberUtils --
+  !-- BSF Taglib converted to javax.script dependency --
 
 /taglib



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r805817 - in /tomcat/taglibs: extended/trunk/extended-test/pom.xml extended/trunk/pom.xml standard/trunk/impl/pom.xml standard/trunk/pom.xml standard/trunk/spec/pom.xml standard/trunk/stan

2009-08-19 Thread bayard
Author: bayard
Date: Wed Aug 19 14:28:20 2009
New Revision: 805817

URL: http://svn.apache.org/viewvc?rev=805817view=rev
Log:
Updating the url to tomcat.apache.org from jakarta.apache.org

Modified:
tomcat/taglibs/extended/trunk/extended-test/pom.xml
tomcat/taglibs/extended/trunk/pom.xml
tomcat/taglibs/standard/trunk/impl/pom.xml
tomcat/taglibs/standard/trunk/pom.xml
tomcat/taglibs/standard/trunk/spec/pom.xml
tomcat/taglibs/standard/trunk/standard-test/pom.xml

Modified: tomcat/taglibs/extended/trunk/extended-test/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/extended-test/pom.xml?rev=805817r1=805816r2=805817view=diff
==
--- tomcat/taglibs/extended/trunk/extended-test/pom.xml (original)
+++ tomcat/taglibs/extended/trunk/extended-test/pom.xml Wed Aug 19 14:28:20 2009
@@ -36,7 +36,7 @@
 The Cactus tests for the Apache Extended Taglib
   /description
 
-  urlhttp://jakarta.apache.org/taglibs/extended//url
+  urlhttp://tomcat.apache.org/taglibs/extended//url
 
   scm
 
connectionscm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/extended/trunk/extended-test/connection
@@ -48,7 +48,7 @@
 site
   idapache.website/id
   nameApache Website/name
-  
urlscpexe://people.apache.org/www/jakarta.apache.org/taglibs/extended/extended-test//url
+  
urlscpexe://people.apache.org/www/tomcat.apache.org/taglibs/extended/extended-test//url
 /site
   /distributionManagement
 

Modified: tomcat/taglibs/extended/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/extended/trunk/pom.xml?rev=805817r1=805816r2=805817view=diff
==
--- tomcat/taglibs/extended/trunk/pom.xml (original)
+++ tomcat/taglibs/extended/trunk/pom.xml Wed Aug 19 14:28:20 2009
@@ -35,7 +35,7 @@
 The Extended Tag Library is a collection of tags and functions to be used 
in addition to the Standard tag library. 
   /description
 
-  urlhttp://jakarta.apache.org/taglibs/extended//url
+  urlhttp://tomcat.apache.org/taglibs/extended//url
 
   scm
 
connectionscm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/extended/trunk/connection
@@ -47,7 +47,7 @@
 site
   idapache.website/id
   nameApache Website/name
-  
urlscpexe://people.apache.org/www/jakarta.apache.org/taglibs/extended//url
+  
urlscpexe://people.apache.org/www/tomcat.apache.org/taglibs/extended//url
 /site
   /distributionManagement
 

Modified: tomcat/taglibs/standard/trunk/impl/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/pom.xml?rev=805817r1=805816r2=805817view=diff
==
--- tomcat/taglibs/standard/trunk/impl/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/impl/pom.xml Wed Aug 19 14:28:20 2009
@@ -39,7 +39,7 @@
 An implementation of the JSP Standard Tag Library (JSTL).
   /description
 
-  urlhttp://jakarta.apache.org/taglibs/standard//url
+  urlhttp://tomcat.apache.org/taglibs/standard//url
 
   scm
 
connectionscm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/standard/trunk/impl/connection

Modified: tomcat/taglibs/standard/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/pom.xml?rev=805817r1=805816r2=805817view=diff
==
--- tomcat/taglibs/standard/trunk/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/pom.xml Wed Aug 19 14:28:20 2009
@@ -41,7 +41,7 @@
 An implementation of the JSP Standard Tag Library (JSTL).
   /description
 
-  urlhttp://jakarta.apache.org/taglibs/standard//url
+  urlhttp://tomcat.apache.org/taglibs/standard//url
 
   scm
 
connectionscm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/standard/trunk/connection
@@ -53,7 +53,7 @@
 site
   idapache.website/id
   nameApache Website/name
-  
urlscpexe://people.apache.org/www/jakarta.apache.org/taglibs/standard//url
+  
urlscpexe://people.apache.org/www/tomcat.apache.org/taglibs/standard//url
 /site
   /distributionManagement
 

Modified: tomcat/taglibs/standard/trunk/spec/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/spec/pom.xml?rev=805817r1=805816r2=805817view=diff
==
--- tomcat/taglibs/standard/trunk/spec/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/spec/pom.xml Wed Aug 19 14:28:20 2009
@@ -35,7 +35,7 @@
 An implementation of the JSP Standard Tag Library (JSTL) Specification API.
   /description
 
-  urlhttp://jakarta.apache.org/taglibs/standard//url
+  urlhttp://tomcat.apache.org/taglibs/standard//url
 
   scm
 
connectionscm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/standard/trunk/spec/connection

Modified: tomcat/taglibs/standard/trunk/standard-test/pom.xml
URL