You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2009/01/11 11:39:21 UTC

svn commit: r733444 - in /forrest/trunk/plugins: org.apache.forrest.plugin.output.POD/locationmap.xml org.apache.forrest.plugin.output.Text/locationmap.xml

Author: gmcdonald
Date: Sun Jan 11 02:39:21 2009
New Revision: 733444

URL: http://svn.apache.org/viewvc?rev=733444&view=rev
Log:
Expand src for windows users - FOR-1108

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml Sun Jan 11 02:39:21 2009
@@ -29,7 +29,10 @@
   </components>
   <locator>
     <match pattern="pod.transform.*.*">
-      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+      <select>
+        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+        <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.POD/resources/stylesheets/{1}-to-{2}.xsl"/>
+      </select>
     </match>
   </locator>
 </locationmap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml Sun Jan 11 02:39:21 2009
@@ -28,8 +28,11 @@
     </selectors>
   </components>
   <locator>
-    <match pattern="text.transform.*.*">
-      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+          <match pattern="text.transform.*.*">
+                  <select>
+                          <location src="resources/stylesheets/{1}-to-{2}.xsl" />
+                          <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.Text/resources/stylesheets/{1}-to-{2}.xsl"/>
+                  </select>
     </match>
   </locator>
 </locationmap>



Re: indenting (Was: commit: r733444)

Posted by David Crossley <cr...@apache.org>.
Gavin wrote:
> From: David Crossley
> > 
> > Please keep consistent with whitespace.
> >
> > http://forrest.apache.org/howto-dev.html#whitespace
> 
> Thanks, I try to, my vim has a mind of its own sometimes, maybe an upgrade
> will cure its rebellion.

Might be a configuration and usage thing.
Perhaps you have tabs set to 8-spaces and sometimes
you use tabs. Editor configuration is tricky in an
open source environment. Personally i just follow what
is in existing files, and do manual indenting.

It is good practice to do 'svn diff ...' before commit
to ensure no unnecessary changes.

-David

RE: indenting (Was: commit: r733444)

Posted by Gavin <ga...@16degrees.com.au>.

> -----Original Message-----
> From: David Crossley [mailto:crossley@apache.org]
> Sent: Monday, 12 January 2009 12:06 AM
> To: Forrest Developers List
> Subject: indenting (Was: commit: r733444)
> 
> > Author: gmcdonald
> > Date: Sun Jan 11 02:39:21 2009
> > New Revision: 733444
> >
> > URL: http://svn.apache.org/viewvc?rev=733444&view=rev
> > Log:
> > Expand src for windows users - FOR-1108
> >
> > Modified:
> >
> forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
> >
> forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xm
> l
> >
> > Modified:
> forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
> > URL:
> http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plug
> in.output.POD/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
> >
> ==========================================================================
> ====
> > ---
> forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
> (original)
> > +++
> forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
> Sun Jan 11 02:39:21 2009
> > @@ -29,7 +29,10 @@
> >    </components>
> >    <locator>
> >      <match pattern="pod.transform.*.*">
> > -      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> > +      <select>
> > +        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> > +        <location
> src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.POD/resour
> ces/stylesheets/{1}-to-{2}.xsl"/>
> > +      </select>
> >      </match>
> >    </locator>
> >  </locationmap>
> >
> > Modified:
> forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xm
> l
> > URL:
> http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plug
> in.output.Text/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
> >
> ==========================================================================
> ====
> > ---
> forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xm
> l (original)
> > +++
> forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xm
> l Sun Jan 11 02:39:21 2009
> > @@ -28,8 +28,11 @@
> >      </selectors>
> >    </components>
> >    <locator>
> > -    <match pattern="text.transform.*.*">
> > -      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> > +          <match pattern="text.transform.*.*">
> > +                  <select>
> > +                          <location src="resources/stylesheets/{1}-to-
> {2}.xsl" />
> > +                          <location
> src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.Text/resou
> rces/stylesheets/{1}-to-{2}.xsl"/>
> > +                  </select>
> 
> Please keep consistent with whitespace.

Thanks, I try to, my vim has a mind of its own sometimes, maybe an upgrade
will cure its rebellion.

Gav...

> 
> http://forrest.apache.org/howto-dev.html#whitespace
> 
> -David
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.552 / Virus Database: 270.10.5/1885 - Release Date: 1/9/2009
> 7:59 PM


indenting (Was: commit: r733444)

Posted by David Crossley <cr...@apache.org>.
> Author: gmcdonald
> Date: Sun Jan 11 02:39:21 2009
> New Revision: 733444
> 
> URL: http://svn.apache.org/viewvc?rev=733444&view=rev
> Log:
> Expand src for windows users - FOR-1108
> 
> Modified:
>     forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
>     forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml
> 
> Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml
> URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
> ==============================================================================
> --- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml (original)
> +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/locationmap.xml Sun Jan 11 02:39:21 2009
> @@ -29,7 +29,10 @@
>    </components>
>    <locator>
>      <match pattern="pod.transform.*.*">
> -      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> +      <select>
> +        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> +        <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.POD/resources/stylesheets/{1}-to-{2}.xsl"/>
> +      </select>
>      </match>
>    </locator>
>  </locationmap>
> 
> Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml
> URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml?rev=733444&r1=733443&r2=733444&view=diff
> ==============================================================================
> --- forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml (original)
> +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.Text/locationmap.xml Sun Jan 11 02:39:21 2009
> @@ -28,8 +28,11 @@
>      </selectors>
>    </components>
>    <locator>
> -    <match pattern="text.transform.*.*">
> -      <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> +          <match pattern="text.transform.*.*">
> +                  <select>
> +                          <location src="resources/stylesheets/{1}-to-{2}.xsl" />
> +                          <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.Text/resources/stylesheets/{1}-to-{2}.xsl"/>
> +                  </select>

Please keep consistent with whitespace.

http://forrest.apache.org/howto-dev.html#whitespace

-David