Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1028 → Rev 1029

/hostadmiral/trunk/webapp/WEB-INF/web.xml
190,7 → 190,6
</servlet-mapping>
 
 
<!-- The Usual Welcome File List -->
<welcome-file-list>
<welcome-file>index.do</welcome-file>
<welcome-file>index.html</welcome-file>
197,7 → 196,6
</welcome-file-list>
 
 
<!-- Struts Tag Library Descriptors -->
<taglib>
<taglib-uri>/tags/struts-bean</taglib-uri>
<taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
233,4 → 231,9
<taglib-location>/WEB-INF/hostadmiral-core.tld</taglib-location>
</taglib>
 
<taglib>
<taglib-uri>/ak/hostadmiral/list</taglib-uri>
<taglib-location>/WEB-INF/hostadmiral-list.tld</taglib-location>
</taglib>
 
</web-app>