You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/04/05 07:24:41 UTC

svn commit: r391519 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml

Author: crossley
Date: Tue Apr  4 22:24:40 2006
New Revision: 391519

URL: http://svn.apache.org/viewcvs?rev=391519&view=rev
Log:
Fix website and download URLs.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml?rev=391519&r1=391518&r2=391519&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/build.xml Tue Apr  4 22:24:40 2006
@@ -20,10 +20,10 @@
   <property name="forrest.version" value="0.8"/>
   <property name="type" value="input"/>
   <property name="plugin-version" value="0.1"/>
-  <property name="description" value="Provides Terminology across a site."/>
+  <property name="description" value="Enable glossary: a list of technical terms and definitions."/>
   <property name="author" value="Apache Forrest Project"/>
-  <property name="websiteURL" value="http://localhost:8888/docs/plugins/org.apache.forrest.plugin.input.glossary"/>
-  <property name="downloadURL" value="http://localhost:8888/plugins/"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.glossary/"/>
+  <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   
   <import file="../build.xml"/>