You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/07/10 02:57:01 UTC

svn commit: r209981 - /forrest/trunk/tools/eclipse/updateSite/site.xml

Author: rgardler
Date: Sat Jul  9 17:57:01 2005
New Revision: 209981

URL: http://svn.apache.org/viewcvs?rev=209981&view=rev
Log:
Add a category for feature and description of feature

Modified:
    forrest/trunk/tools/eclipse/updateSite/site.xml

Modified: forrest/trunk/tools/eclipse/updateSite/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/eclipse/updateSite/site.xml?rev=209981&r1=209980&r2=209981&view=diff
==============================================================================
--- forrest/trunk/tools/eclipse/updateSite/site.xml (original)
+++ forrest/trunk/tools/eclipse/updateSite/site.xml Sat Jul  9 17:57:01 2005
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.apache.forrest.eclipse_0.1.0.jar" id="org.apache.forrest.eclipse" version="0.1.0" os="linux,win32"/>
+   <feature url="features/org.apache.forrest.eclipse_0.1.0.jar" id="org.apache.forrest.eclipse" version="0.1.0" os="linux,win32">
+      <category name="Forrest"/>
+   </feature>
+   <category-def name="Forrest" label="Forrest">
+      <description>
+         Tools for working with Apache Forrest,  a publishing framework that transforms input from various sources into a unified presentation in one or more output formats. The modular and extensible plugin architecture is based on Apache Cocoon and relevant standards, which separates presentation from content. Forrest can generate static documents, or be used as a dynamic server, or be deployed by its automated facility.
+      </description>
+   </category-def>
 </site>