Author: bdube
Date: Sat Oct 20 17:24:35 2007
New Revision: 586825

URL: http://svn.apache.org/viewvc?rev=586825&view=rev
Log:
Fix build errors: missing property projectInfo.url, broken link

Added:
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/forrest.properties.xml
   (with props)
Modified:
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml

Added: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/forrest.properties.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/forrest.properties.xml?rev=586825&view=auto
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/forrest.properties.xml
 (added)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/forrest.properties.xml
 Sat Oct 20 17:24:35 2007
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<properties>
+  <property name="projectInfo.url" 
value="http://forrest.apache.org/pluginDocs/plugins_0_90/index.html"/>
+</properties>

Propchange: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/forrest.properties.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml?rev=586825&r1=586824&r2=586825&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
 Sat Oct 20 17:24:35 2007
@@ -82,7 +82,7 @@
             <p>
               This sample shows how a number of different feeds can be 
aggregated into a
               single feed and then displayed in a Forrest site. Creating an 
aggregated
-              feed is no different to embedding a <a 
href="singleFeed.xml">single
+              feed is no different to embedding a <a 
href="samples/singleFeed.xml">single
               feed</a>. Simply add more feeds into your feed descriptor file 
and then
               link to it in the same way.
             </p>