Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 64204 invoked from network); 4 Apr 2007 20:46:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 20:46:18 -0000 Received: (qmail 38719 invoked by uid 500); 4 Apr 2007 20:46:25 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 38677 invoked by uid 500); 4 Apr 2007 20:46:25 -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 38668 invoked by uid 99); 4 Apr 2007 20:46:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 13:46:25 -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; Wed, 04 Apr 2007 13:46:17 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7BC651A9838; Wed, 4 Apr 2007 13:45:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r525598 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Date: Wed, 04 Apr 2007 20:45:57 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070404204557.7BC651A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgardler Date: Wed Apr 4 13:45:56 2007 New Revision: 525598 URL: http://svn.apache.org/viewvc?view=rev&rev=525598 Log: Fix validation errors Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?view=diff&rev=525598&r1=525597&r2=525598 ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Wed Apr 4 13:45:56 2007 @@ -24,6 +24,7 @@ + @@ -49,8 +50,11 @@

-

This plugin provides various mechanisms for extracting and - displaying information about one or more projects.

+
+ pluginInfo 0.2 +

This plugin provides various mechanisms for extracting and + displaying information about one or more projects.

+
Adding svn support specific properties to the default.plugin.properties.xml. Further @@ -65,12 +69,12 @@ Enable optional release/introduction elements. - Allow an aggregation of all - use cases in a project. + Allow an aggregation of all + use cases in a project. - Start off a use - case document for the changelog features of the plugin. + Start off a use + case document for the changelog features of the plugin. Add section to output "Introduction and explanation of symbols". @@ -100,8 +104,8 @@ Add support for Use Case documentation. This can be used to generate various different types of user an developer documentation, such as step by step user instructions, or - developer implementation notes. See - http://localhost:8888/docs/developer/useCases.html for more information. + developer implementation notes. See + http://localhost:8888/docs/developer/useCases.html for more information. Use locationmap for resolution of resources and files. Resources are exposed via @@ -174,13 +178,16 @@ -

This plugin encapsulates and extends functionality that was originally in - Forrest Core. With the advent of plugins in Forrest 0.7 we extracted the - functionality for generating changes.xml and todo.xml from the status.xml file. It is - intended that this functionality be extended further within this plugin.

- -

In fact, we have already extended the functionality in a couple of important - ways. See the changelog for more details.

+
+ PluginInfo 0.1 +

This plugin encapsulates and extends functionality that was originally in + Forrest Core. With the advent of plugins in Forrest 0.7 we extracted the + functionality for generating changes.xml and todo.xml from the status.xml file. It is + intended that this functionality be extended further within this plugin.

+ +

In fact, we have already extended the functionality in a couple of important + ways. See the changelog for more details.

+
Add projectDetails page using the DOAP.xml descriptor. @@ -231,23 +238,23 @@ - + Add an attribute to the action element in skinconfig called "announce" with a value of true or false (default to false), and auto generate the announcement of new features. - + Add an element "upgrade" which contains a textual description of what actions this change require in order to upgrade from the previous version and use this to generate the upgrade document. - + Create an icon for and action of type "refactor". - + Move DTD's to this plugin from core (depends on having a catalog extension mechanism for plugins). @@ -256,7 +263,7 @@ - + Look at the make sourcetype actions for changes in sitemap.xmap and either remove them or bring them here as appropriate.