Project

General

Profile

« Previous | Next » 

Revision a2d00c04

Added by Andreas Müller almost 11 years ago

latest eFlora activator and source changes

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/EfloraSources.java
70 70
		return URI.create("file://PESIIMPORT3/malesiana/vol_13/xmlv9_large_families_vol_13.xml");
71 71
	}
72 72

  
73
	//Flora Malesiana Vol 14
74
	public static URI fm_14(){
75
		return URI.create("file://PESIIMPORT3/malesiana/vol_15/vol14_final.xml");
76
	}
77
	
73 78
	//Flora Malesiana Vol 15
74 79
	public static URI fm_15(){
75 80
		return URI.create("file://PESIIMPORT3/malesiana/vol_15/vol15_final.xml");
......
90 95
		return URI.create("file://PESIIMPORT3/malesiana/vol_17/fmvol17_part2_final.xml");
91 96
	}
92 97
	
98
	//Flora Malesiana Vol 18
99
	public static URI fm_18(){
100
		return URI.create("file://PESIIMPORT3/malesiana/vol_15/vol18_final.xml");
101
	}
102
	//Flora Malesiana Vol 19
103
	public static URI fm_19(){
104
		return URI.create("file://PESIIMPORT3/malesiana/vol_15/vol19_final.xml");
105
	}
106
	//Flora Malesiana Vol 20
107
	public static URI fm_20(){
108
		return URI.create("file://PESIIMPORT3/malesiana/vol_15/vol20_final.xml");
109
	}
110
	
93 111
	//Flora Malesiana Series 2 - Vol 2
94 112
	public static URI fm_ser2_2(){
95 113
		return URI.create("file://PESIIMPORT3/malesiana/ser2/vol_02/ser2vol2final1.xml");
......
167 185
	public static URI fdg_11(){
168 186
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol11_final.xml");
169 187
	}
170
		
188

  
189
	//Flore du Gabon vol 21
190
	public static URI fdg_21(){
191
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol21_final.xml");
192
	}
193

  
194
	//Flore du Gabon vol 22
195
	public static URI fdg_22(){
196
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol22_final.xml");
197
	}
198

  
199
	//Flore du Gabon vol 27
200
	public static URI fdg_27(){
201
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol27_final.xml");
202
	}
203

  
204
	//Flore du Gabon vol 28
205
	public static URI fdg_28(){
206
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol28_final.xml");
207
	}
208

  
209
	//Flore du Gabon vol 30
210
	public static URI fdg_30(){
211
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol30_final.xml");
212
	}
213

  
214
	
171 215
//************************* GUIANAS **********************************************/	
172 216
	
173 217
	//Flora of the Guianas Sample

Also available in: Unified diff