Project

General

Profile

« Previous | Next » 

Revision f4059f0b

Added by Andreas Müller over 10 years ago

latest FMActivator changes

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/FloraMalesianaActivator.java
68 68
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql();
69 69
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_test();
70 70
	
71
	private boolean includeBase = false;
71
	private boolean includeBase = true;
72 72
	private boolean includeVol12_1 = includeBase;
73 73
	private boolean includeVol12_2 = includeBase;
74 74
	private boolean includeVol13 = includeBase;
75
	private boolean includeVol14 = ! includeBase;
75
	private boolean includeVol14 = includeBase;
76 76
	private boolean includeVol15 = includeBase;
77 77
	private boolean includeVol16 = includeBase;
78 78
	private boolean includeVol17_1 = includeBase;
......
85 85
	
86 86
	private boolean h2ForCheck = false;
87 87
	
88
	static final boolean reuseState = true;
88
	static final boolean reuseState = true;  //when running multiple imports
89 89
	
90 90

  
91 91
	//feature tree uuid

Also available in: Unified diff