Project

General

Profile

« Previous | Next » 

Revision 898b2185

Added by Andreas Müller about 12 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/dwca/DwcaImportActivator.java
42 42
//	static final URI source = dwca_test_in();
43 43
//	static final URI source = dwca_test_cich_len();
44 44
	static final URI source = dwca_test_col_cichorium();
45
//	static final URI source = dwca_test_scratch_test();
46
//	static final URI source = dwca_test_col_All_Pesi2();
45 47
//	static final URI source = dwca_test_col_All();
46 48
//	static final URI source = dwca_test_col_All_Pesi2();
47 49
	
48 50
	
51
	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
52
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_dwca();
53
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_test();
49 54
//	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
50 55
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_pesi_test();
51
	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_test();
56
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_test();
52 57

  
53 58
	
54 59
	//classification
......
168 173
		return sourceUrl;
169 174
	}
170 175
	
176
	//Scratchpads test
177
	public static URI dwca_test_scratch_test() {
178
		URI sourceUrl = URI.create("file:////PESIIMPORT3/vibrant/dwca/dwca_export_scratchpads_test.zip");
179
		return sourceUrl;
180
	}
181
	
171 182

  
172 183
	/**
173 184
	 * @param args

Also available in: Unified diff