Project

General

Profile

« Previous | Next » 

Revision f794b578

Added by Andreas Müller over 12 years ago

FM activator

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/eflora/FloraMalesianaVol13Activator.java
65 65
	static final UUID classificationUuid = UUID.fromString("ca4e4bcb-a1d1-4124-a358-a3d3c41dd450");
66 66
	
67 67
	//check - import
68
	static final CHECK check = CHECK.CHECK_AND_IMPORT;
68
	static CHECK check = CHECK.IMPORT_WITHOUT_CHECK;
69 69
	
70 70
	static boolean doPrintKeys = false;
71 71
	
......
81 81
	
82 82
	private void doImport(ICdmDataSource cdmDestination){
83 83
		observerList.add(observer);
84
		if (cdmDestination.getDatabaseType().equals(CdmDestinations.localH2().getDatabaseType())){
85
			check = CHECK.CHECK_ONLY;
86
		}
84 87
		
85 88
		//make Source
86 89
		URI source = fmSource13_small;
......
190 193
		"Palynology",  
191 194
		"Pollination",  
192 195
		"Pollen morphology",
196
		"embryology",
197
		"cytology",
193 198
		"Life cycle",
194 199
		"Fruits and embryology",
195 200
		"Dispersal",
......
198 203
		"Chromosome numbers", 
199 204
		"Phytochemistry and Chemotaxonomy",
200 205
		"Phytochemistry",
201
		"Taxonomy",	
206
		"Taxonomy",
207
		"Notes"
202 208
	};
203 209

  
204 210
	private static String [] descriptionFeatureList = new String[]{
205 211
		"lifeform", 
206
		"Bark",  
212
		"Bark",
213
		//new
214
		"wood",
207 215
		"Indumentum",  
208 216
		"endophytic body",  
209 217
		"flowering buds",  
......
285 293
		"figs",  
286 294

  
287 295

  
288

  
289 296
		
290 297
	};
291 298
	

Also available in: Unified diff