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 @@
     <person name="David Crossley" email="[EMAIL PROTECTED]" id="DC"/>    
     <person name="Cyriaque Dupoirieux" email="[EMAIL PROTECTED]" id="CD"/>
     <person name="Thorsten Scherler" email="[EMAIL PROTECTED]" id="TS"/>    
+    <person name="Juan Jose Pablos"     email="[EMAIL PROTECTED]"       
id="jjp" />
     <person name="Volunteer needed" email="[email protected]" id="open"/>
   </developers>
 
@@ -49,8 +50,11 @@
         </p>
       </introduction>
       <notes>
-        <p>This plugin provides various mechanisms for extracting and
-        displaying information about one or more projects.</p>
+        <section>
+          <title>pluginInfo 0.2</title>
+          <p>This plugin provides various mechanisms for extracting and
+          displaying information about one or more projects.</p>
+        </section>
       </notes>
       <action type="update" context="code" dev="TS"> Adding svn support 
         specific properties to the default.plugin.properties.xml. Further 
@@ -65,12 +69,12 @@
         Enable optional release/introduction elements.
       </action>
       <action type="add" context="code" dev="RDG">
-        Allow an aggregation of <a 
href="/docs/developer/useCases/changeLogFeatures.html">all 
-        use cases</a> in a project.
+        Allow an aggregation of <link 
href="/docs/developer/useCases/changeLogFeatures.html">all 
+        use cases</link> in a project.
       </action>
       <action type="add" context="code" dev="RDG">
-        Start off a <a 
href="/docs/developer/useCases/changeLogFeatures.html">use 
-        case document for the changelog features</a> of the plugin.
+        Start off a <link 
href="/docs/developer/useCases/changeLogFeatures.html">use 
+        case document for the changelog features</link> of the plugin.
       </action>
       <action type="add" context="code" dev="DC">
         Add section to output "Introduction and explanation of symbols".
@@ -100,8 +104,8 @@
       <action type="add" context="code" dev="RDG" importance="high">
         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 <a href = 
"http://localhost:8888/docs/developer/useCases.html";>
-        http://localhost:8888/docs/developer/useCases.html</a> for more 
information.
+        developer implementation notes. See <link href = 
"http://localhost:8888/docs/developer/useCases.html";>
+        http://localhost:8888/docs/developer/useCases.html</link> for more 
information.
       </action>
       <action type="add" context="code" dev="RDG" importance="high">
         Use locationmap for resolution of resources and files. Resources are 
exposed via
@@ -174,13 +178,16 @@
     
     <release version="0.1" date="25 May 2005">
       <notes>
-        <p>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.</p>
-        
-        <p>In fact, we have already extended the functionality in a couple of 
important
-        ways. See the changelog for more details.</p>
+        <section>
+            <title>PluginInfo 0.1</title>
+            <p>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.</p>
+            
+            <p>In fact, we have already extended the functionality in a couple 
of important
+            ways. See the changelog for more details.</p>
+        </section>
       </notes>
       <action dev="RDG" type="add" context="code" importance="high">
         Add projectDetails page using the DOAP.xml descriptor.
@@ -231,23 +238,23 @@
 
   <todo>
     <actions priority="high">
-      <action context="code" dev="open">
+      <action context="code" dev="open" type="add">
         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.
       </action>
-      <action context="code" dev="open">
+      <action context="code" dev="open" type="add">
         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.
       </action>
-      <action context="skin" dev="open" type="add">
+      <action context="docs" dev="open" type="add">
         Create an icon for and action of type "refactor".
       </action>
     </actions>
     
     <actions priority="medium">
-      <action context="admin" dev="open">
+      <action context="admin" dev="open" type="update">
         Move DTD's to this plugin from core (depends on having a catalog 
         extension mechanism for plugins).
       </action>
@@ -256,7 +263,7 @@
     
     
     <actions priority="low">
-      <action context="admin" dev="open">
+      <action context="admin" dev="open" type="update">
         Look at the make sourcetype actions for changes in sitemap.xmap and
         either remove them or bring them here as appropriate.
       </action>