You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/06/11 12:39:15 UTC

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.forrest.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"



Re: svn commit: r546081 - /forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Posted by Ross Gardler <rg...@apache.org>.
On 11/06/07, Gav.... <br...@brightontown.com.au> wrote:

> 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.

Only if it uses a feature that is 0.9 only.

Ross

RE: svn commit: r546081 - /forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: rgardler@apache.org [mailto:rgardler@apache.org]
> Sent: Monday, 11 June 2007 6:39 PM
> To: svn@forrest.apache.org
> 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...