> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, 11 June 2007 6:39 PM
> To: [EMAIL PROTECTED]
> Subject: svn commit: r546081 -
> /forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
> 
> Author: rgardler
> Date: Mon Jun 11 03:39:13 2007
> New Revision: 546081
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=546081
> Log:
> Add skos plugin (FOR-1004)
> 
> Modified:
>     forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
> 
> Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
> URL:
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/whiteboard-
> plugins.xml?view=diff&rev=546081&r1=546080&r2=546081
> ==========================================================================
> ====
> --- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
> +++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Mon Jun 11
> 03:39:13 2007
> @@ -136,7 +136,17 @@
>      </description>
>      <forrestVersion>0.8</forrestVersion>
>    </plugin>
> -
> +  <plugin name="org.apache.forrest.plugin.input.skos"
> +       type="input"
> +       author="Apache Forrest Project"
> +
> website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forr
> est.plugin.input.skos/"
> +       url="http://forrest.apache.org/plugins";
> +       version="0.1">
> +    <description>
> +       Rendering SKOS, a set of specifications to support the
> representation of thesauri, classification schemes, taxonomies, etc.
> +    </description>
> +    <forrestVersion>0.8</forrestVersion>
> +  </plugin>
>    <plugin name="org.apache.forrest.plugin.input.tei"
>          type="input"
>          author="Apache Forrest"

Hi Ross, should we now be referring to version 0.9-dev when adding plugins
from now on, unless it was built against the 0.8 release of course.

Gav...