Project

General

Profile

« Previous | Next » 

Revision b6050fc2

Added by Andreas Müller over 11 years ago

dwca activator update

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/dwca/DwcaImportActivator.java
37 37
	//database validation status (create, update, validate ...)
38 38
	static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;
39 39
//	static final URI source = dwca_test_in();
40
	static final URI source = dwca_test_cich_len();
40
//	static final URI source = dwca_test_cich_len();
41
//	static final URI source = dwca_test_col_cichorium();
42
	static final URI source = dwca_test_col_All();
41 43
	
42 44
	
43 45
//	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
......
121 123
		return sourceUrl;
122 124
	}
123 125
	
126
	//Dwca
127
	public static URI dwca_test_col_cichorium() {
128
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/import/CoL/Cichorium/archive-genus-Cichorium-bl3.zip");
129
		return sourceUrl;
130
	}
124 131
	
132
	//CoL
133
	public static URI dwca_test_col_All() {
134
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/import/CoL/All/archive-complete.zip");
135
		return sourceUrl;
136
	}
125 137

  
126 138

  
127 139
	

Also available in: Unified diff