Ignore:
Timestamp:
07/23/15 12:59:01 (9 years ago)
Author:
Twan Goosen
Message:

Data roots are include via XInclude, file to include determined via property. Default build has not changed (now a profile called 'test-local'). Filtered (post-build) config files are now included in the distribution package instead of from source.
Fixes #746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-commons/src/main/resources/VloConfig.xml

    r6408 r6409  
    1111    <helpUrl>${vloconfig.helpUrl}</helpUrl>
    1212   
    13     <dataRoots>
    14         <DataRoot>
    15             <originName>CLARIN Centres</originName>
    16             <rootFile>/lat/apache/htdocs/oai-harvester/clarin/results/cmdi/</rootFile>           
    17             <prefix>http://catalog.clarin.eu/</prefix>
    18             <tostrip>/lat/apache/htdocs/</tostrip>
    19             <deleteFirst>false</deleteFirst>
    20         </DataRoot>
    21 
    22         <DataRoot>
    23             <originName>Other</originName>
    24             <rootFile>/lat/apache/htdocs/oai-harvester/others/results/cmdi</rootFile>           
    25             <prefix>http://catalog.clarin.eu/</prefix>
    26             <tostrip>/lat/apache/htdocs/</tostrip>
    27             <deleteFirst>false</deleteFirst>
    28         </DataRoot>
    29     </dataRoots>
     13    <xi:include href="${vloconfig.dataRootsFile}" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
    3014   
    3115    <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
Note: See TracChangeset for help on using the changeset viewer.