Changeset 3710 in main for trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/query_definition.xml
- Timestamp:
- 04/12/12 01:58:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/webapps/ibisph-view/WEB-INF/config/spring/query_definition.xml
r3687 r3710 363 363 <!-- V I E W R E S O U R C E S --> 364 364 <bean id="QueryDefinition.AlphabeticalDefinitionList.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 365 <constructor-arg ref="Common. Context.Servlet.RootPath"/>365 <constructor-arg ref="Common.Webapp.RootPath"/> 366 366 <constructor-arg value="xslt/html/query/definition/index/alphabetical/AlphabeticalPage.xslt"/> 367 367 </bean> 368 368 <bean id="QueryDefinition.CriteriaList.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 369 <constructor-arg ref="Common. Context.Servlet.RootPath"/>369 <constructor-arg ref="Common.Webapp.RootPath"/> 370 370 <constructor-arg value="xslt/html/query/definition/index/criteria/ListPage.xslt"/> 371 371 </bean> 372 372 <bean id="QueryDefinition.EditDetail.XSLT.SystemID" class="org.ibisph.systemid.FileSystemID"> 373 <constructor-arg ref="Common. Context.Servlet.RootPath"/>373 <constructor-arg ref="Common.Webapp.RootPath"/> 374 374 <constructor-arg value="xslt/html/query/definition/detail/DetailPage.xslt"/> 375 375 </bean>
Note: See TracChangeset
for help on using the changeset viewer.