Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 94903 invoked from network); 24 Nov 2004 21:09:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Nov 2004 21:09:13 -0000 Received: (qmail 18100 invoked by uid 500); 24 Nov 2004 21:09:13 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 18058 invoked by uid 500); 24 Nov 2004 21:09:12 -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 18042 invoked by uid 99); 24 Nov 2004 21:09:12 -0000 X-ASF-Spam-Status: No, hits=-10.0 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; Wed, 24 Nov 2004 13:09:11 -0800 Received: (qmail 94848 invoked by uid 65534); 24 Nov 2004 21:09:10 -0000 Date: 24 Nov 2004 21:09:10 -0000 Message-ID: <20041124210910.94844.qmail@minotaur.apache.org> From: rgardler@apache.org To: svn@forrest.apache.org Subject: svn commit: r106468 - /forrest/trunk/plugins/IMSManifest/forrest.properties /forrest/trunk/plugins/feeder/forrest.properties /forrest/trunk/plugins/wiki/forrest.properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: rgardler Date: Wed Nov 24 13:09:09 2004 New Revision: 106468 URL: http://svn.apache.org/viewcvs?view=rev&rev=106468 Log: add pdf plugin Modified: forrest/trunk/plugins/IMSManifest/forrest.properties forrest/trunk/plugins/feeder/forrest.properties forrest/trunk/plugins/wiki/forrest.properties Modified: forrest/trunk/plugins/IMSManifest/forrest.properties Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/IMSManifest/forrest.properties?view=diff&rev=106468&p1=forrest/trunk/plugins/IMSManifest/forrest.properties&r1=106467&p2=forrest/trunk/plugins/IMSManifest/forrest.properties&r2=106468 ============================================================================== --- forrest/trunk/plugins/IMSManifest/forrest.properties (original) +++ forrest/trunk/plugins/IMSManifest/forrest.properties Wed Nov 24 13:09:09 2004 @@ -105,4 +105,4 @@ # The names of plugins that are required to build the project # comma separated list (no spaces) -project.required.plugins=IMSManifest +project.required.plugins=IMSManifest,org.apache.forrest.plugin.pdf-output Modified: forrest/trunk/plugins/feeder/forrest.properties Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/feeder/forrest.properties?view=diff&rev=106468&p1=forrest/trunk/plugins/feeder/forrest.properties&r1=106467&p2=forrest/trunk/plugins/feeder/forrest.properties&r2=106468 ============================================================================== --- forrest/trunk/plugins/feeder/forrest.properties (original) +++ forrest/trunk/plugins/feeder/forrest.properties Wed Nov 24 13:09:09 2004 @@ -104,4 +104,4 @@ #project.i18n=true # The names of plugins that are required to build the project # comma separated list (no spaces) -project.required.plugins=feeder +project.required.plugins=feeder,org.apache.forrest.plugin.pdf-output Modified: forrest/trunk/plugins/wiki/forrest.properties Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/wiki/forrest.properties?view=diff&rev=106468&p1=forrest/trunk/plugins/wiki/forrest.properties&r1=106467&p2=forrest/trunk/plugins/wiki/forrest.properties&r2=106468 ============================================================================== --- forrest/trunk/plugins/wiki/forrest.properties (original) +++ forrest/trunk/plugins/wiki/forrest.properties Wed Nov 24 13:09:09 2004 @@ -105,4 +105,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 available -project.required.plugins=wiki +project.required.plugins=wiki,org.apache.forrest.plugin.pdf-output