Ignore:
Timestamp:
04/04/13 14:09:29 (11 years ago)
Author:
keeloo
Message:

Corrected typos in config package. Added list initialisation to VloConfig?. Also fixed ticket 297, Access to packaged National projects mapping file. Finally, made provisions displaying the landing page in the web application.

File:
1 edited

Legend:

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

    r2768 r2774  
    1 <webAppConfig>
     1<VloConfig>
    22   
    33    <deleteAllFirst>false</deleteAllFirst>
     
    77    <printMapping>false</printMapping>
    88   
    9     <dataRoots>
     9    <dataRoots length="3">
    1010        <DataRoot>
    1111            <originName>MPI IMDI Archive</originName>
     
    4545    <imdiBrowserUrl>http://corpus1.mpi.nl/ds/imdi_browser?openpath=</imdiBrowserUrl>
    4646   
    47     <nationalProjectMapping>nationalProjectsMapping.xml</nationalProjectMapping>
     47    <nationalProjectMapping>/nationalProjectsMapping.xml</nationalProjectMapping>
    4848   
    4949    <facetFields length="10">
     
    6969   
    7070    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
    71 </webAppConfig>
     71</VloConfig>
Note: See TracChangeset for help on using the changeset viewer.