Author: crossley
Date: Fri Feb 10 02:37:03 2006
New Revision: 376622
URL: http://svn.apache.org/viewcvs?rev=376622&view=rev
Log:
Ensure consistent "plugin-version" and "forrest.version" properties.
No "-dev". See today's IRC log.
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
forrest/trunk/plugins/pluginTemplate/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Blog/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.ecs/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.serverStatus/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/build.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.excel/build.xml Fri
Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.input.excel"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.3-dev"/>
+ <property name="plugin-version" value="0.3"/>
<property name="description" value="Reads (simple) Excel sheets from the
Excel 'Save As' (Type=XML)."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.excel/"/>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.input.listLocations"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.2-dev"/>
+ <property name="plugin-version" value="0.2"/>
<property name="description" value="Use lists of locations maintained in a
simple xml format and transform them to documents."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.listLocations/"/>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
Fri Feb 10 02:37:03 2006
@@ -18,9 +18,9 @@
<project default="docs" basedir="." name="Forrest plugin build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.input.projectInfo"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.2-dev"/>
+ <property name="plugin-version" value="0.2"/>
<property name="description" value="Generates project info such as changelog
and todo list. "/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.projectInfo/"/>
Modified: forrest/trunk/plugins/pluginTemplate/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/pluginTemplate/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/build.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/build.xml Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name" value="@plugin-name@"/>
<property name="forrest.version" value="@forrest-version@"/>
<property name="type" value="@plugin-type@"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="@plugin-desc@"/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="@plugin-docServer@/@plugin-docPath@/@plugin-name@"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.Database"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Read content from a relational
database."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.Database/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.OpenOffice.org-output/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.OpenOffice.org-output"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Render Open Office documents."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.OpenOffice.org-output/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Blog/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Blog/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Blog/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Blog/build.xml
Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.input.Blog"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Use Forrest to publish a weblog "/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Blog"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/build.xml
Fri Feb 10 02:37:03 2006
@@ -18,9 +18,9 @@
<project default="docs" basedir="." name="Forrest plugin build file">
<property name="plugin-name" value="org.apache.forrest.plugin.input.Daisy"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Allow content to be included from a
Daisy CMS repository."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Daisy/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Lenya/build.xml
Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.input.Lenya"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Allows content to be retrieved from a
Lenya repository and skinned as part of a normal Forrest Content Object."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Lenya"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.input.Resume"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Allows the use of documents conforming
to the DTD's developed by http://xmlresume.sourceforge.net. Also includes
transformations from an OpenOffice.org document to xmlresume format."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.Resume"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml
Fri Feb 10 02:37:03 2006
@@ -17,9 +17,9 @@
-->
<project default="docs" basedir="." name="Forrest
org.apache.forrest.plugin.input.XDoc build file">
<property name="plugin-name" value="org.apache.forrest.plugin.input.XDoc"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Input plugin for XDoc"/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.XDoc"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.ecs/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.ecs/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.ecs/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.ecs/build.xml
Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.input.ecs"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Takes responses from Amaqzons Web
Services (ECS) and renders them within a Forrest site."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.ecs"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.input.logs"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Embed log file output in Forrest sites.
If Forrest is running in adynamic environment, then pages can be updated to
show recent changes in the log whenever required."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.logs/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.serverStatus/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.serverStatus/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.serverStatus/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.serverStatus/build.xml
Fri Feb 10 02:37:03 2006
@@ -17,9 +17,9 @@
-->
<project default="docs" basedir="." name="Forrest
org.apache.forrest.plugin.input.serverStatus build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.input.serverStatus"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Provides a list of the Cocoon cache and
other server status information."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://localhost:8888/docs/plugins/org.apache.forrest.plugin.input.serverStatus"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
Fri Feb 10 02:37:03 2006
@@ -17,9 +17,9 @@
-->
<project default="docs" basedir="." name="Forrest
org.apache.forrest.plugin.internal.DevTools build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.internal.DevTools"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="internal"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Provides various tools that are useful
during the development of your Forrest based content object."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.DevTools"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.NoteTaking/build.xml
Fri Feb 10 02:37:03 2006
@@ -17,9 +17,9 @@
-->
<project default="docs" basedir="." name="Forrest
org.apache.forrest.plugin.internal.NoteTaking build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.internal.NoteTaking"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="internal"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Provides features that facilitate the
creation of a study aid package with Forrest."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.NoteTaking"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.internal.dispatcher"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="internal"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Dispatcher - Second generation
skinning."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.vstructurer/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.internal.structurer"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="internal"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Second generation skinning."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.vstructurer/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/build.xml
Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.internal.xhtml2"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="internal"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Forrest versions prior to 0.8 used XDoc
as their internal format, versions from 0.8 onwards are going to use a subset
of XHTML2 instead. This plugin converts the main forrest sitemaps to work with
XHTML2. We have also take the opportunity to refactor the sitemaps to use the
locationmap, this gives a much cleaner set of sitemap files."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.internal.xhtml2"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/build.xml
Fri Feb 10 02:37:03 2006
@@ -17,9 +17,9 @@
-->
<project default="docs" basedir="." name="Forrest
org.apache.forrest.plugin.output.Anakia build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.output.Anakia"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Produce output in Anakia xdoc format"/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://localhost:8888/docs/plugins/org.apache.forrest.plugin.output.Anakia"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.output.Chart"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Charting plugin that utilises JChart."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.Chart/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.output.htmlArea"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="WYSIWYG editing of HTML documents
(requires Forrest to be running dynamically). "/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.htmlArea/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/build.xml
Fri Feb 10 02:37:03 2006
@@ -19,7 +19,7 @@
<property name="plugin-name" value="org.apache.forrest.plugin.output.php"/>
<property name="forrest.version" value="0.8"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Generation de page php"/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.php"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name"
value="org.apache.forrest.plugin.output.themer"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="The XHTML representation of a view."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/build.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/build.xml
Fri Feb 10 02:37:03 2006
@@ -17,9 +17,9 @@
-->
<project default="docs" basedir="." name="Forrest
org.apache.forrest.plugin.output.voice build file">
<property name="plugin-name" value="org.apache.forrest.plugin.output.voice"/>
- <property name="forrest.version" value="0.8-dev"/>
+ <property name="forrest.version" value="0.8"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="Voice"/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.voice"/>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml?rev=376622&r1=376621&r2=376622&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml
(original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/build.xml
Fri Feb 10 02:37:03 2006
@@ -20,7 +20,7 @@
<property name="plugin-name" value="org.apache.forrest.themes.core"/>
<property name="forrest.version" value="0.7"/>
<property name="type" value="output"/>
- <property name="plugin-version" value="0.1-dev"/>
+ <property name="plugin-version" value="0.1"/>
<property name="description" value="The core theme package for the
dispatcher."/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.themes.core/"/>