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 2006/01/13 22:01:40 UTC

svn commit: r368853 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml

Author: crossley
Date: Fri Jan 13 13:01:37 2006
New Revision: 368853

URL: http://svn.apache.org/viewcvs?rev=368853&view=rev
Log:
Must use Forrest-0.8 with locationmap.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml?rev=368853&r1=368852&r2=368853&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/build.xml Fri Jan 13 13:01:37 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2006 The Apache Software Foundation or its licensors,
   as applicable.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,7 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.wiki"/>
-  <property name="forrest.version" value="0.7"/>
+  <property name="forrest.version" value="0.8"/>
   <property name="type" value="input"/>
   <property name="plugin-version" value="0.2"/>
   <property name="description" value="Embed various wiki documents in a Forrest site. "/>