You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2006/04/22 07:05:16 UTC

svn commit: r396079 - /lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml

Author: siren
Date: Fri Apr 21 22:05:15 2006
New Revision: 396079

URL: http://svn.apache.org/viewcvs?rev=396079&view=rev
Log:
removed unused page definition

Modified:
    lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml

Modified: lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml?rev=396079&r1=396078&r2=396079&view=diff
==============================================================================
--- lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml (original)
+++ lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/tiles-defs.xml Fri Apr 21 22:05:15 2006
@@ -54,11 +54,6 @@
 	<definition name="aboutPage" extends="localizedPage">
 		<put name="basePage" value="/about.html" />
 	</definition>
-	<!-- Front page -->
-	<definition name="frontPage" extends="localizedPage">
-		<put name="basePage" value="/search.html" />
-	</definition>
-	
 	<!-- No Results -->
 	<definition name="noResults" path="/WEB-INF/jsp/noResults.jsp"/>