On 10/20/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:
>From: "Rahul Akolkar" <[EMAIL PROTECTED]>
>
> On 10/18/06, [EMAIL PROTECTED] wrote:
> > Author: gvanmatre
> > Date: Wed Oct 18 16:37:05 2006
> > New Revision: 465422
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=465422
> > Log:
> > This is a fix for the Clay implicit anchored tag mapping that was not
> assigning the href to the component's value attribute. It was reported by
> Torsten Krah (SHALE-313).
> >
> > Added:
> >
>
shale/framework/trunk/shale-clay/src/test/java/org/apache/shale/clay/config/Impl
> icitMappingTestCase.java (with props)
> >
>
shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config
> /implicit.html (with props)
>
>
> Gary, can you please add ASLv2 headers to new files? Don't worry about
> these two -- as part of my todo list, I'm planning on adding them to
> any missing source files (my guess would be we're missing these in
> quite a few files, probably all in the test and site docs categories.
> I plan to drop in the headers when I get a chance since these tend to
> get packaged in the source distributions -- unless these are
> objections to doing so).
>
I did add svn:eol-style of native. What other options do we need for test
cases and html resources?
I figured that svn:keywords wouldn't apply to these types of resources?
<snip/>
I was actually mentioning the missing ASF license header (that should
be at the top of source files) in that comment. As far as svn props
are concerned, I add keywords to (java) test cases and html resources
(I think we should), but the comment above isn't about svn props.
-Rahul
> -Rahul
Gary