Project

General

Profile

« Previous | Next » 

Revision 1b4e13ef

Added by Andreas Müller about 10 years ago

latest sources for FdG

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/FloreGabonActivator.java
68 68
	static final URI fdg20 = EfloraSources.fdg_20();
69 69
	static final URI fdg21 = EfloraSources.fdg_21();
70 70
	static final URI fdg22 = EfloraSources.fdg_22();
71
	static final URI fdg23 = EfloraSources.fdg_23();
72
	static final URI fdg24 = EfloraSources.fdg_24();
73
	static final URI fdg25 = EfloraSources.fdg_25();
74
	static final URI fdg26 = EfloraSources.fdg_26();
71 75
	static final URI fdg27 = EfloraSources.fdg_27();
72 76
	static final URI fdg28 = EfloraSources.fdg_28();
77
	static final URI fdg29 = EfloraSources.fdg_29();
73 78
	static final URI fdg30 = EfloraSources.fdg_30();
79
	static final URI fdg31 = EfloraSources.fdg_31();
80
	static final URI fdg32 = EfloraSources.fdg_32();
81
	static final URI fdg33 = EfloraSources.fdg_33();
74 82
	static final URI fdg34 = EfloraSources.fdg_34();
75 83
	static final URI fdg35 = EfloraSources.fdg_35();
76 84
	
85
//	static final URI fdg36 = EfloraSources.fdg_36();
86
//	static final URI fdg37 = EfloraSources.fdg_37();
87
	static final URI fdg36_37 = EfloraSources.fdg_36_37();
88
	
89
	static final URI fdg38 = EfloraSources.fdg_38();
90
	static final URI fdg39 = EfloraSources.fdg_39();
91
	static final URI fdg40 = EfloraSources.fdg_40();
92
	static final URI fdg41 = EfloraSources.fdg_41();
93
	static final URI fdg42 = EfloraSources.fdg_42();
94
	static final URI fdg43 = EfloraSources.fdg_43();
95
	static final URI fdg44 = EfloraSources.fdg_44();
96
	static final URI fdg45 = EfloraSources.fdg_45();
97
	
98
	
77 99
	
78 100
	
79 101
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_flore_gabon_preview();
......
126 148
	private boolean includeFdg15 = true;
127 149
	private boolean includeFdg16 = true;
128 150
	private boolean includeFdg18 = true;
129
	private boolean includeFdg19 = false;
151
	private boolean includeFdg19 = true;
130 152
	private boolean includeFdg20 = true;
131 153
	private boolean includeFdg21 = true;
132 154
	private boolean includeFdg22 = true;
155
	
156
	private boolean includeFdg23 = false;
157
	private boolean includeFdg24 = true;
158
	private boolean includeFdg25 = true;
159
	private boolean includeFdg26 = true;
160
	
133 161
	private boolean includeFdg27 = true;
134 162
	private boolean includeFdg28 = true;
163
	
164
	private boolean includeFdg29 = true;
165
	
135 166
	private boolean includeFdg30 = true;
167
	
168
	private boolean includeFdg31 = true;
169
	private boolean includeFdg32 = true;
170
	private boolean includeFdg33 = true;
171
	
136 172
	private boolean includeFdg34 = true;
137 173
	private boolean includeFdg35 = true;
138 174
	
175
//	private boolean includeFdg36 = true;
176
//	private boolean includeFdg37 = true;
177
	private boolean includeFdg36_37 = true;
178
	private boolean includeFdg38 = true;
179
	private boolean includeFdg39 = true;
180
	private boolean includeFdg40 = true;
181
	private boolean includeFdg41 = true;
182
	private boolean includeFdg42 = true;
183
	private boolean includeFdg43 = true;
184
	private boolean includeFdg44 = true;
185
	private boolean includeFdg45 = true;
186
	
139 187
// **************** NO CHANGE **********************************************/
140 188
	
141 189
	private IIoObserver observer = new LoggingIoObserver();
......
230 278
		executeVolume(fdg21, includeFdg21 ^ inverseInclude);
231 279
		//Vol22
232 280
		executeVolume(fdg22, includeFdg22 ^ inverseInclude);
281
		//Vol23
282
		executeVolume(fdg23, includeFdg23 ^ inverseInclude);
283
		//Vol24
284
		executeVolume(fdg24, includeFdg24 ^ inverseInclude);
285
		//Vol25
286
		executeVolume(fdg25, includeFdg25 ^ inverseInclude);
287
		//Vol26
288
		executeVolume(fdg26, includeFdg26 ^ inverseInclude);				
233 289
		//Vol27
234 290
		executeVolume(fdg27, includeFdg27 ^ inverseInclude);
235 291
		//Vol28
236 292
		executeVolume(fdg28, includeFdg28 ^ inverseInclude);
293
		//Vol29
294
		executeVolume(fdg29, includeFdg29 ^ inverseInclude);
237 295
		//Vol30
238 296
		executeVolume(fdg30, includeFdg30 ^ inverseInclude);
297
		//Vol31
298
		executeVolume(fdg31, includeFdg31 ^ inverseInclude);
299
		//Vol32
300
		executeVolume(fdg32, includeFdg32 ^ inverseInclude);
301
		//Vol33
302
		executeVolume(fdg33, includeFdg33 ^ inverseInclude);
239 303
		//Vol34
240 304
		executeVolume(fdg34, includeFdg34 ^ inverseInclude);
241 305
		//Vol35
242 306
		executeVolume(fdg35, includeFdg35 ^ inverseInclude);
243 307
				
308
//		//Vol36
309
//		executeVolume(fdg36, includeFdg36 ^ inverseInclude);
310
//				
311
//		//Vol37
312
//		executeVolume(fdg37, includeFdg37 ^ inverseInclude);
313
		
314
		//Vol 36_37
315
		executeVolume(fdg36_37, includeFdg36_37 ^ inverseInclude);
316

  
317
		//Vol38
318
		executeVolume(fdg38, includeFdg38 ^ inverseInclude);
319

  
320
		//Vol39
321
		executeVolume(fdg39, includeFdg39 ^ inverseInclude);
322

  
323
		//Vol40
324
		executeVolume(fdg40, includeFdg40 ^ inverseInclude);
325

  
326
		//Vol41
327
		executeVolume(fdg41, includeFdg41 ^ inverseInclude);
328

  
329
		//Vol42
330
		executeVolume(fdg42, includeFdg42 ^ inverseInclude);
331

  
332
		//Vol43
333
		executeVolume(fdg43, includeFdg43 ^ inverseInclude);
334

  
335
		//Vol44
336
		executeVolume(fdg44, includeFdg44 ^ inverseInclude);
337

  
338
		//Vol45
339
		executeVolume(fdg45, includeFdg45 ^ inverseInclude);
340

  
244 341
		
245 342
		
246 343
		FeatureTree tree = makeFeatureNode(myImport.getCdmAppController().getTermService());
......
278 375
	
279 376
	private Reference<?> getSourceReference(String string) {
280 377
		Reference<?> result = ReferenceFactory.newGeneric();
281
		result.setTitleCache(string);
378
		result.setTitleCache(string, true);
282 379
		return result;
283 380
	}
284 381
	

Also available in: Unified diff