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/28 12:20:13 UTC

svn commit: r225742 - /forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml

Author: rgardler
Date: Thu Jul 28 03:20:08 2005
New Revision: 225742

URL: http://svn.apache.org/viewcvs?rev=225742&view=rev
Log:
removing unused imports (please 'organise imports' before committing, Eclipse does this for you from the 'source' context menu option)

Modified:
    forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml

Modified: forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml?rev=225742&r1=225741&r2=225742&view=diff
==============================================================================
--- forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml (original)
+++ forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml Thu Jul 28 03:20:08 2005
@@ -3,10 +3,23 @@
       id="org.apache.forrest.eclipse"
       label="forrestplugin.feature"
       version="0.1.0"
+      provider-name="The Apache Software Foundation"
       os="linux,win32">
 
-   <description>
-      This is the Apache Forrest Eclipse Plugin. This plugin allows you to use Apache Forrest from witin Eclipse.
+   <description url="http://forrest.apache.org">
+      This is the Apache Forrest Eclipse Plugin. Apache Forrest is
+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. Apache
+Forrest is 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>
 
    <copyright>
@@ -247,6 +260,6 @@
          id="org.apache.forrest.eclipse.servletEngine"
          download-size="0"
          install-size="0"
-         version="1.0.0"/>
+         version="0.1.0"/>
 
 </feature>