Project

General

Profile

« Previous | Next » 

Revision 80467b49

Added by Andreas Müller about 12 years ago

local cich for dwca-in

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();
40
	static final URI source = dwca_test_cich_len();
41 41
	
42

  
43 42
	
44 43
//	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
45
	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_dwca();
44
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql_dwca();
45
	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql();
46 46

  
47 47
	
48 48
	//feature tree uuid
......
114 114
		URI sourceUrl = URI.create("file:///E:/opt/data/dwca/20110621_1400_cichorieae_dwca.zip");
115 115
		return sourceUrl;
116 116
	}
117
	
118
	//Dwca
119
	public static URI dwca_test_cich_len() {
120
		URI sourceUrl = URI.create("file:///C:/localCopy/Data/dwca/export/20110621_1400_cichorieae_dwca.zip");
121
		return sourceUrl;
122
	}
123
	
124
	
117 125

  
118 126

  
119 127
	

Also available in: Unified diff