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 2006/11/18 01:56:13 UTC

svn commit: r476397 - /forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml

Author: rgardler
Date: Fri Nov 17 16:56:13 2006
New Revision: 476397

URL: http://svn.apache.org/viewvc?view=rev&rev=476397
Log:
remove unusd readers

Modified:
    forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml

Modified: forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml?view=diff&rev=476397&r1=476396&r2=476397
==============================================================================
--- forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml (original)
+++ forrest/trunk/whiteboard/forrest2/src/examples/affiliateProductCatalogue/src/forrestContext.xml Fri Nov 17 16:56:13 2006
@@ -47,11 +47,4 @@
 			value="/xdocs/samples/xslt/internal-to-html.xsl" />
 	</bean>
 
-	<!-- ============================================= -->
-	<!--                  Readers                      -->
-	<!-- ============================================= -->
-
-	<bean id="http" class="org.apache.forrest.reader.HTTPReader"></bean>
-	<bean id="file" class="org.apache.forrest.reader.FileReader"></bean>
-
 </beans>