Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 65212 invoked from network); 15 Mar 2005 06:21:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Mar 2005 06:21:39 -0000 Received: (qmail 78257 invoked by uid 500); 15 Mar 2005 06:21:38 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 78185 invoked by uid 500); 15 Mar 2005 06:21:38 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 78172 invoked by uid 99); 15 Mar 2005 06:21:38 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 14 Mar 2005 22:21:38 -0800 Received: (qmail 65110 invoked by uid 65534); 15 Mar 2005 06:21:36 -0000 Message-ID: <20050315062136.65087.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Tue, 15 Mar 2005 06:21:36 -0000 Subject: svn commit: r157524 - forrest/trunk/docs-author/forrest.properties To: svn@forrest.apache.org From: crossley@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Mar 14 22:21:33 2005 New Revision: 157524 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D157524 Log: Require pod-output plugin. Modified: forrest/trunk/docs-author/forrest.properties Modified: forrest/trunk/docs-author/forrest.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/forrest.proper= ties?view=3Ddiff&r1=3D157523&r2=3D157524 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/docs-author/forrest.properties (original) +++ forrest/trunk/docs-author/forrest.properties Mon Mar 14 22:21:33 2005 @@ -31,4 +31,4 @@ # The names of plugins that are required to build the project # comma separated list (no spaces) # Run "forrest available-plugins" for a list of plug-ins currently availab= le -project.required.plugins=3Dorg.apache.forrest.plugin.pdf-output,org.apache= .forrest.plugin.projectInfo +project.required.plugins=3Dorg.apache.forrest.plugin.pod-output,org.apache= .forrest.plugin.pdf-output,org.apache.forrest.plugin.projectInfo