From svn-return-6909-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Sun Apr 08 03:54:41 2007 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 20170 invoked from network); 8 Apr 2007 03:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2007 03:54:40 -0000 Received: (qmail 87732 invoked by uid 500); 8 Apr 2007 03:54:47 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 87687 invoked by uid 500); 8 Apr 2007 03:54:47 -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" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 87678 invoked by uid 99); 8 Apr 2007 03:54:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2007 20:54:47 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2007 20:54:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4092B1A9838; Sat, 7 Apr 2007 20:54:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r526525 - /forrest/trunk/site-author/forrest.properties Date: Sun, 08 Apr 2007 03:54:20 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070408035420.4092B1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Sat Apr 7 20:54:19 2007 New Revision: 526525 URL: http://svn.apache.org/viewvc?view=rev&rev=526525 Log: Remove declarations for plugins that are not being used. OpenOffice.org and wiki Modified: forrest/trunk/site-author/forrest.properties Modified: forrest/trunk/site-author/forrest.properties URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/forrest.properties?view=diff&rev=526525&r1=526524&r2=526525 ============================================================================== --- forrest/trunk/site-author/forrest.properties (original) +++ forrest/trunk/site-author/forrest.properties Sat Apr 7 20:54:19 2007 @@ -36,7 +36,7 @@ # 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=org.apache.forrest.plugin.input.dtdx,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.POD,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.output.Text,org.apache.forrest.plugin.input.wiki,org.apache.forrest.plugin.input.OpenOffice.org,org.apache.forrest.plugin.input.glossary +project.required.plugins=org.apache.forrest.plugin.input.dtdx,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.POD,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.output.Text,org.apache.forrest.plugin.input.glossary # Max memory to allocate to Java # FIXME: See issue FOR-572