You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2013/10/07 05:53:42 UTC

svn commit: r1529740 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml

Author: crossley
Date: Mon Oct  7 03:53:42 2013
New Revision: 1529740

URL: http://svn.apache.org/r1529740
Log:
Fix websiteURL for this next 0.4 version of the plugin.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml?rev=1529740&r1=1529739&r2=1529740&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml Mon Oct  7 03:53:42 2013
@@ -23,7 +23,7 @@
   <property name="plugin-version" value="0.4"/>
   <property name="description" value="Create PDF documents from Forrest documents."/>
   <property name="author" value="Apache Forrest Project"/>
-  <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.pdf"/>
+  <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_100/org.apache.forrest.plugin.output.pdf"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
   <import file="../build.xml"/>