Changeset 2072


Ignore:
Timestamp:
08/09/12 11:06:37 (12 years ago)
Author:
herste
Message:

small change to default configuration to 1) clear old junk from the VLO every time and 2) not double-import the lrt inventory. Lari changed the OAI-Harvester configuration so that the lrt inventory also appears under the self-harvest. It does not need a separate ingest anymore.

Location:
vlo/trunk/vlo_webapp/src/main/resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/src/main/resources/importerConfig.xml

    r1927 r2072  
    44
    55 <bean id="importerConfig" class="eu.clarin.cmdi.vlo.importer.ImporterConfig">
    6 <!--    <property name="deleteAllFirst" value="true"/> You can delete everything first -->
     6<property name="deleteAllFirst" value="true"/> <!-- You can delete everything first -->
    77<!--    <property name="printMapping" value="true"/> Can print the mapping of facets to xpath patterns for every xsd, so it can be checked manually. -->
    88   <property name="dataRoots">
     
    3232       </bean>
    3333
    34        <bean class="eu.clarin.cmdi.vlo.importer.DataRoot">
    35          <property name="originName" value="CLARIN LRT inventory"/>
    36          <property name="rootFile"
    37            value="/lat/apache/htdocs/oai-harvester/lrt/harvester/results/cmdi/"/>
    38            <property name="prefix" value="http://catalog.clarin.eu/"/>
    39            <property name="tostrip" value="/lat/apache/htdocs/"/>
    40 
    41        </bean>
    4234     </list>
    4335   </property>
  • vlo/trunk/vlo_webapp/src/main/resources/importerConfig_catalog_clarin_eu.xml

    r1803 r2072  
    44
    55  <bean id="importerConfig" class="eu.clarin.cmdi.vlo.importer.ImporterConfig">
    6 <!--    <property name="deleteAllFirst" value="true"/> You can delete everything first -->
     6    <property name="deleteAllFirst" value="true"/> <!-- You can delete everything first -->
    77<!--    <property name="printMapping" value="true"/> Can print the mapping of facets to xpath patterns for every xsd, so it can be checked manually. -->
    88    <property name="dataRoots">
     
    3131             <property name="tostrip" value="/lat/apache/htdocs/"/>
    3232        </bean>
    33 
    34         <bean class="eu.clarin.cmdi.vlo.importer.DataRoot">
    35           <property name="originName" value="CLARIN LRT inventory"/>
    36           <property name="rootFile"
    37             value="/lat/apache/htdocs/oai-harvester/lrt/harvester/results/cmdi/"/>
    38             <property name="prefix" value="http://catalog.clarin.eu/"/>
    39             <property name="tostrip" value="/lat/apache/htdocs/"/>
    40 
    41         </bean>
    4233      </list>
    4334    </property>
Note: See TracChangeset for help on using the changeset viewer.