Project

General

Profile

« Previous | Next » 

Revision 2f628c0c

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiSources.java
62 62
		String userName = "WebUser";
63 63
		return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);
64 64
	}
65
	public static Source faunaEu_old(){
66
		//	Fauna Europaea
67
		String dbms = Source.SQL_SERVER_2008;
68
		String strServer = "BGBM42";               // "192.168.1.36";
69
		String strDB = "FaunaEu_1_3";
70
		int port = 1433;
71
		String userName = "WebUser";
72
		return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);
73
	}
74 65

  
75 66
	public static Source PESI_ERMS(){
76 67
		//	BerlinModel - Pesi-ERMS

Also available in: Unified diff