Project

General

Profile

« Previous | Next » 

Revision 548a9ae0

Added by Andreas Müller almost 7 years ago

Cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/proibiosphere/SynthesysCacheActivator.java
26 26
import eu.etaxonomy.cdm.model.reference.ReferenceFactory;
27 27

  
28 28

  
29

  
30

  
31 29
/**
32 30
 * @author PK
33 31
 * @created 19.09.2008
34
 * @version 1.0
35 32
 */
36 33
public class SynthesysCacheActivator {
37 34
    @SuppressWarnings("unused")
......
43 40
    final static String xmlSource = "/home/pkelbert/Documents/Proibiosphere/ChenopodiumQuentin/dca UK records.xls";
44 41

  
45 42

  
46
    static final ICdmDataSource cdmDestination = CdmDestinations.mon_cdm();
47
    static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;
43
    static final ICdmDataSource cdmDestination = CdmDestinations.proibiosphere_spiders_local();
44
    static DbSchemaValidation hbm2dll = DbSchemaValidation.VALIDATE;
48 45
    //    static final ICdmDataSource cdmDestination = CdmDestinations.proibiosphere_local();
49 46
    //    static DbSchemaValidation hbm2dll = DbSchemaValidation.VALIDATE;
50 47
    static final CHECK check = CHECK.IMPORT_WITHOUT_CHECK;

Also available in: Unified diff