minor
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 12 Sep 2012 09:25:31 +0000 (09:25 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 12 Sep 2012 09:25:31 +0000 (09:25 +0000)
app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java

index 32ce7c8c4e618948a9474edf300fa598d7267c7f..6490c67d7f3b5c6ef622f25ec7d5c9b4e991115d 100644 (file)
@@ -27,36 +27,22 @@ public class CdmImportSources {
        @SuppressWarnings("unused")\r
        private static final Logger logger = Logger.getLogger(CdmImportSources.class);\r
        \r
-\r
-       public static Source AFRICA_CHECKLIST_ACCESS(){\r
-               //      \r
-               String dbms = Source.ACCESS;\r
-               String strServer = null;\r
-               //String strDB = "fernsTest";\r
-               String strDB = "C:\\localCopy\\Data\\eflora\\africa\\checklist\\checklist_flore_afrique_centrale_corr.mdb";\r
+       public static Source ROTE_LISTE_DB(){\r
+               String dbms = Source.ORACLE;\r
+               String strServer = "xxx";\r
+               String strDB = "dbName";\r
                int port = 1433;\r
-               String userName = "";\r
+               String userName = "adam";\r
                return  makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
 \r
        \r
-       public static Source AFRICA_FERNS_ACCESS(){\r
-               //      \r
-               String dbms = Source.ACCESS;\r
-               String strServer = null;\r
-               //String strDB = "fernsTest";\r
-               String strDB = "C:\\localCopy\\Data\\eflora\\africa\\ferns\\Synopsis_Database_corrected.mdb";\r
-               int port = 1433;\r
-               String userName = "";\r
-               return  makeSource(dbms, strServer, strDB, port, userName, null);\r
-       }\r
-       \r
        public static Source GLOBIS(){\r
                String dbms = Source.SQL_SERVER_2005;\r
                String strServer = "LENOVO-T61";\r
                String strDB = "globis";\r
-               int port = 1433;\r
-               String userName = "adam";\r
+               int port = 0001;\r
+               String userName = "user";\r
                return  makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
 \r