Author: thorsten
Date: Tue Sep 30 02:46:35 2008
New Revision: 700403
URL: http://svn.apache.org/viewvc?rev=700403&view=rev
Log:
updating plugin properties
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml?rev=700403&r1=700402&r2=700403&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
Tue Sep 30 02:46:35 2008
@@ -17,12 +17,12 @@
-->
<project default="docs" basedir="." name="Forrest plugin build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.internal.dispatcher"/>
- <property name="forrest.version" value="0.8"/>
+ <property name="forrest.version" value="0.9"/>
<property name="type" value="internal"/>
- <property name="plugin-version" value="0.1"/>
+ <property name="plugin-version" value="1.0"/>
<property name="description" value="Dispatcher - Second generation
skinning."/>
<property name="author" value="Apache Forrest Project"/>
- <property name="websiteURL"
value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/"/>
+ <property name="websiteURL"
value="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.internal.dispatcher/"/>
<property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
<property name="publish" value="true"/>
<import file="../build.xml"/>