Author: crossley
Date: Tue Jan 4 08:27:38 2011
New Revision: 1054930
URL: http://svn.apache.org/viewvc?rev=1054930&view=rev
Log:
Align the version numbers: forrest.version=0.9 plugin-version=0.2
Modified:
forrest/trunk/etc/review-plugin-deployment.txt
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
Modified: forrest/trunk/etc/review-plugin-deployment.txt
URL:
http://svn.apache.org/viewvc/forrest/trunk/etc/review-plugin-deployment.txt?rev=1054930&r1=1054929&r2=1054930&view=diff
==============================================================================
--- forrest/trunk/etc/review-plugin-deployment.txt (original)
+++ forrest/trunk/etc/review-plugin-deployment.txt Tue Jan 4 08:27:38 2011
@@ -56,7 +56,7 @@ org.apache.forrest.plugin.internal.DevTo
org.apache.forrest.plugin.internal.GoogleSitemap | n 7 n
7 n
org.apache.forrest.plugin.internal.IMSManifest | n 7 y
7 n
org.apache.forrest.plugin.internal.NoteTaking | y 8 n y
8 n
-org.apache.forrest.plugin.internal.dispatcher | y y 8 9 9 y y
7 y
+org.apache.forrest.plugin.internal.dispatcher | y y 9 9 y y
7 y
org.apache.forrest.plugin.internal.xhtml2 | y y 8 n y
8 n
org.apache.forrest.plugin.output.Anakia | y 8 y
8 n
org.apache.forrest.plugin.output.Chart | n 7 y
7 y
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml?rev=1054930&r1=1054929&r2=1054930&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
Tue Jan 4 08:27:38 2011
@@ -21,7 +21,7 @@
<property name="forrest.version" value="0.9" />
<property name="forrest.version.initial" value="0.7"/>
<property name="type" value="internal" />
- <property name="plugin-version" value="1.0" />
+ <property name="plugin-version" value="0.2" />
<property name="description"
value="Dispatcher - Second generation skinning." />
<property name="author" value="Apache Forrest Project" />
Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=1054930&r1=1054929&r2=1054930&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Tue Jan 4 08:27:38
2011
@@ -550,16 +550,16 @@
<plugin name="org.apache.forrest.plugin.internal.dispatcher"
type="internal"
author="Apache Forrest Project"
-
website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher"
+
website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.internal.dispatcher"
url="http://forrest.apache.org/plugins/"
publish="true"
- version="0.1">
+ version="0.2">
<description>
Enable Forrest to use page-specific views and contracts. Next generation
skinning.
</description>
<forrestVersionInitial>0.7</forrestVersionInitial>
- <forrestVersion>0.8</forrestVersion>
+ <forrestVersion>0.9</forrestVersion>
</plugin>
<plugin name="org.apache.forrest.plugin.internal.xhtml2" type="internal"
author="Apache Forrest Project"