Project

General

Profile

« Previous | Next » 

Revision 05626d50

Added by Andreas Müller almost 10 years ago

update sources and make Common Name plural for E+M

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/berlinModelImport/BerlinModelSources.java
22 22
	
23 23
	
24 24

  
25
	public static Source PESI3_euroMed(){
25
	public static Source euroMed_PESI3(){
26 26
		//	BerlinModel - Euro+Med
27 27
		String dbms = Source.SQL_SERVER_2008;
28 28
		String strServer = "PESIIMPORT3";
......
42 42
		return  makeSource(dbms, strServer, strDB, port, userName, null);
43 43
	}
44 44
	
45
	public static Source euroMed(){
45
	public static Source euroMed_BGBM42(){
46 46
		//	BerlinModel - Euro+Med
47 47
		String dbms = Source.SQL_SERVER_2008;
48 48
		String strServer = "BGBM42";

Also available in: Unified diff