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 2011/01/09 15:53:11 UTC

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

Author: crossley
Date: Sun Jan  9 14:53:11 2011
New Revision: 1056948

URL: http://svn.apache.org/viewvc?rev=1056948&view=rev
Log:
This new version 0.3 of the PDF plugin does require forrest-0.9 as it uses some supporting libraries in lib/core

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml
    forrest/trunk/plugins/plugins.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=1056948&r1=1056947&r2=1056948&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 Sun Jan  9 14:53:11 2011
@@ -17,13 +17,13 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
   <property name="plugin-name" value="org.apache.forrest.plugin.output.pdf"/>
-  <property name="forrest.version" value="0.8"/>
+  <property name="forrest.version" value="0.9"/>
   <property name="forrest.version.initial" value="0.6"/>
   <property name="type" value="output"/>
   <property name="plugin-version" value="0.3"/>
   <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_80/org.apache.forrest.plugin.output.pdf"/>
+  <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.pdf"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
   <import file="../build.xml"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml?rev=1056948&r1=1056947&r2=1056948&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/status.xml Sun Jan  9 14:53:11 2011
@@ -48,7 +48,7 @@
             title="Changes to Build" />
   </contexts>
   <changes>
-    <release version="0.3-dev" date="not-released">
+    <release version="0.3" date="2011-02-07">
       <action type="update" context="code" dev="JM" importance="high">
         Upgraded Apache FOP to version 0.95 and XML Graphics Commons to 1.3.1
       </action>
@@ -57,7 +57,7 @@
                 context="docs"
                 dev="SNM"
                 importance="high">Updated plugin documentation to cover the new
-                properties settable by the user,and how to actually set
+                properties settable by the user, and how to actually set
                 them.</action>
       <action
                 type="update"

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/plugins.xml?rev=1056948&r1=1056947&r2=1056948&view=diff
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Sun Jan  9 14:53:11 2011
@@ -174,15 +174,15 @@
   <plugin name="org.apache.forrest.plugin.output.pdf"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.pdf"
         url="http://forrest.apache.org/plugins/"
         publish="true"
-        version="0.2">
+        version="0.3">
     <description>
       Enable Forrest documents to be output in PDF format.
     </description>
     <forrestVersionInitial>0.6</forrestVersionInitial>
-    <forrestVersion>0.8</forrestVersion>
+    <forrestVersion>0.9</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.output.POD"
         type="output"