Project

General

Profile

« Previous | Next » 

Revision 0a6a64c9

Added by Andreas Müller over 8 years ago

Latest Cuba and FM import changes

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/FloraMalesianaActivator.java
55 55
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_test();
56 56

  
57 57
	private final boolean includeBase = false;
58
	private final boolean includeVol07_1 = includeBase;
59
    private final boolean includeVol07_2 = includeBase;
60
    private final boolean includeVol07_3_09_1 = includeBase;     //all fixed
61
    private final boolean includeVol07_4 = includeBase;
62

  
63
    private final boolean includeVol08_1 = includeBase;
64
	private final boolean includeVol08_2 = includeBase;
65
	private final boolean includeVol08_3 = includeBase;
66
	private final boolean includeVol09 = includeBase;
67
    private final boolean includeVol10_1 = includeBase;
68
	private final boolean includeVol10_2 = includeBase;
69
	private final boolean includeVol10_3 = includeBase;
70
	private final boolean includeVol10_4 = includeBase;
71
	private final boolean includeVol11_1 = includeBase;
72
	private final boolean includeVol11_2 = includeBase;
73
	private final boolean includeVol11_3 = includeBase;
74
	private final boolean includeVol12 = includeBase;    //30 issues (uuids, series, section, apostrophs, non-standard names)
58
	private final boolean includeVol07_1 = includeBase;  //all fixed           //2531
59
    private final boolean includeVol07_2 = includeBase;   // 1 non-standard, 1 hybrid, 2 manual  //1664
60
    private final boolean includeVol07_3_09_1 = includeBase;     //all fixed   //4796
61
    private final boolean includeVol07_4 = includeBase;    //2 non-standard    //752
62

  
63
    private final boolean includeVol08_1 = includeBase;  //all fixed //256
64
	private final boolean includeVol08_2 = includeBase;   //1 uuid, 30 non-standard   //3042
65
	private final boolean includeVol08_3 = includeBase;  //1 uuid, 2 hybrids   //3289
66
	private final boolean includeVol09 = ! includeBase;    //2 uuid    //6096
67
    private final boolean includeVol10_1 = includeBase;   //1 uuid   //1016
68
	private final boolean includeVol10_2 = includeBase;   //fixed    //1545
69
	private final boolean includeVol10_3 = includeBase;   //1 unresolved, 3 non standard, 1 hybrid, 2 tribes, 2 sections //2544
70
	private final boolean includeVol10_4 = includeBase;     //1 non-standard    //702
71
	private final boolean includeVol11_1 = includeBase;    //1 unresolved, 3 non-standard, 3 section, 1 series          //1647
72
	private final boolean includeVol11_2 = includeBase;  //3 uuid, 2 cultivar groups, 1 hybrid, 1 non-standard hybrid   //1571
73
	private final boolean includeVol11_3 = includeBase;  //1 unresolved, 7 uuids, 3 non-standard                        //4612
74
	private final boolean includeVol12 = includeBase;    //23 issues (uuids, apostrophs, non-standard names)
75 75
	private final boolean includeVol13 = includeBase;      //4xuuid, 1 manual (Loranthaceae)
76
	private final boolean includeVol14 = includeBase;      //15 (some open, 2 uuids, 4 non standard, 3 forma
76
	private final boolean includeVol14 = includeBase;      //9 (3 forma, 2 uuids, 4 non standard)
77 77
	private final boolean includeVol15 = includeBase;     //3 manual (hybrids)
78 78
	private final boolean includeVol16 = includeBase;    //all fixed
79 79
//	private final boolean includeVol17_1 = includeBase;
80 80
//	private final boolean includeVol17_2 = includeBase;
81
	private final boolean includeVol17 = ! includeBase;
81
	private final boolean includeVol17 = includeBase;     //33 issues, 2-3 open, remaining non-standard names
82 82
    private final boolean includeVol18 = includeBase;      //12 remaining issues
83
	private final boolean includeVol19 = includeBase;    //14 forma (instead of f.) and 2 non standard names
83
	private final boolean includeVol19 = includeBase;    //14 forma (instead of f.) and 2(1) non standard names
84 84
	private final boolean includeVol20 = includeBase;    //all fixed
85 85
	private final boolean includeVol21 = includeBase;    //2 subfamilies
86
	private final boolean includeVol2_1 = includeBase;
87
    private final boolean includeVol2_2 = includeBase;
88
	private final boolean includeVol2_3 = includeBase;
89
	private final boolean includeVol2_4 = includeBase;
86
	private final boolean includeVol2_1 = includeBase;   //3 unresolved,  1 uuid, 13 non standard, 4 hybrids  //7087
87
    private final boolean includeVol2_2 = includeBase;    //3 hybrids, 1 sect.(manual)       //1267
88
	private final boolean includeVol2_3 = includeBase;   //1 uuid, 1 non standard, 1 hybrid  //3038
89
	private final boolean includeVol2_4 = includeBase;  //fixed   //1200
90 90

  
91 91
    static final URI fmSource07_1 = EfloraSources.fm_07_1();
92 92
    static final URI fmSource07_2 = EfloraSources.fm_07_2();

Also available in: Unified diff