Project

General

Profile

« Previous | Next » 

Revision baa33879

Added by Andreas Müller over 11 years ago

add new scratchpad dwca sources

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/dwca/DwcaImportActivator.java
45 45
//	static final URI source = dwca_test_scratch_test();
46 46
//	static final URI source = dwca_test_col_All();
47 47
//	static final URI source = dwca_test_col_All_Pesi2();
48
	static final URI source =  dwca_import_emonocots();
48
	static final URI source =  dwca_emonocots_dioscoreaceae();
49 49
	
50 50
	
51 51
	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
......
172 172
	}
173 173

  
174 174
	//Dwca
175
	public static URI dwca_import_emonocots() {
175
	public static URI dwca_emonocots_local() {
176 176
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/import/Scratchpads/dwca_dioscoreaceae_emonocots.zip");
177 177
		return sourceUrl;
178 178
	}
179 179
	
180
	//emonocots_dioscoreaceae
181
	public static URI dwca_emonocots_dioscoreaceae() {
182
		URI sourceUrl = URI.create("file:////PESIIMPORT3/vibrant/dwca/dwca_emonocots_dioscoreaceae.zip");
183
		return sourceUrl;
184
	}
185
	
186
	//emonocots_zingiberaceae
187
	public static URI dwca_emonocots_zingiberaceae() {
188
		URI sourceUrl = URI.create("file:////PESIIMPORT3/vibrant/dwca/dwca_emonocots_zingiberaceae.zip");
189
		return sourceUrl;
190
	}
191
	//emonocots_cypripedioideae
192
	public static URI dwca_emonocots_cypripedioideae() {
193
		URI sourceUrl = URI.create("file:////PESIIMPORT3/vibrant/dwca/dwca_emonocots_cypripedioideae.zip");
194
		return sourceUrl;
195
	}
196
	
197
	
180 198
	//CoL
181 199
	public static URI dwca_test_col_All() {
182 200
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/import/CoL/All/archive-complete.zip");
......
188 206
		URI sourceUrl = URI.create("file:///C:/opt/data/CoL/All/archive-complete.zip");
189 207
		return sourceUrl;
190 208
	}
191
	
192
	//Scratchpads test
193
	public static URI dwca_test_scratch_test() {
194
		URI sourceUrl = URI.create("file:////PESIIMPORT3/vibrant/dwca/dwca_export_scratchpads_test.zip");
195
		return sourceUrl;
196
	}
209

  
197 210
	
198 211

  
199 212
	/**

Also available in: Unified diff