You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/09 13:17:22 UTC

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

Author: rgardler
Date: Thu Jun  9 04:17:21 2005
New Revision: 189744

URL: http://svn.apache.org/viewcvs?rev=189744&view=rev
Log:
add build properties

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/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/build.xml?rev=189744&r1=189743&r2=189744&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 Thu Jun  9 04:17:21 2005
@@ -18,6 +18,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.7"/>
+  <property name="type" value="input"/>
+  <property name="plugin-version" value="0.1"/>
+  <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/docs/plugins/org.apache.forrest.plugin.output.pdf"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>