Project

General

Profile

« Previous | Next » 

Revision b7d0b031

Added by Andreas Müller over 10 years ago

add Flore du Gabon Sources

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/FloreGabonActivator.java
63 63
	static final URI fdg27 = EfloraSources.fdg_27();
64 64
	static final URI fdg28 = EfloraSources.fdg_28();
65 65
	static final URI fdg30 = EfloraSources.fdg_30();
66
	static final URI fdg34 = EfloraSources.fdg_34();
67
	static final URI fdg35 = EfloraSources.fdg_35();
66 68
	
67 69
	
68 70
	
......
116 118
	private boolean includeFdg27 = true;
117 119
	private boolean includeFdg28 = true;
118 120
	private boolean includeFdg30 = true;
121
	private boolean includeFdg34 = true;
122
	private boolean includeFdg35 = true;
119 123
	
120 124
// **************** NO CHANGE **********************************************/
121 125
	
......
193 197
		executeVolume(fdg28, includeFdg28 ^ inverseInclude);
194 198
		//Vol30
195 199
		executeVolume(fdg30, includeFdg30 ^ inverseInclude);
200
		//Vol34
201
		executeVolume(fdg34, includeFdg34 ^ inverseInclude);
202
		//Vol35
203
		executeVolume(fdg35, includeFdg35 ^ inverseInclude);
204
				
205
		
196 206
		
197 207
		FeatureTree tree = makeFeatureNode(myImport.getCdmAppController().getTermService());
198 208
		myImport.getCdmAppController().getFeatureTreeService().saveOrUpdate(tree);

Also available in: Unified diff