minor
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 18 Feb 2014 12:12:13 +0000 (12:12 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 18 Feb 2014 12:12:13 +0000 (12:12 +0000)
app-import/src/main/java/eu/etaxonomy/cdm/app/globis/GlobisActivator.java

index add6088c4366b4c98be2d8e9725f88b4f5b35325..71cb6dfb683f03ed4d911262e414c221e11fa004 100644 (file)
@@ -31,17 +31,16 @@ import eu.etaxonomy.cdm.model.name.ZoologicalName;
 /**\r
  * @author a.mueller\r
  * @created 14.04.2010\r
- * @version 1.0\r
  */\r
 public class GlobisActivator {\r
        private static final Logger logger = Logger.getLogger(GlobisActivator.class);\r
 \r
        //database validation status (create, update, validate ...)\r
        static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;\r
-       static final Source globisSource = CdmImportSources.GLOBIS_MDB_20120928();\r
-//     static final ICdmDataSource cdmDestination = CdmDestinations.localH2();\r
+       static final Source globisSource = CdmImportSources.GLOBIS_MDB_20140113_PESIIMPORT_SQLSERVER();\r
+       static final ICdmDataSource cdmDestination = CdmDestinations.localH2();\r
 //     static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_local_mysql();\r
-       static final ICdmDataSource cdmDestination = CdmDestinations.cdm_globis_dev();\r
+//     static final ICdmDataSource cdmDestination = CdmDestinations.cdm_globis_dev();\r
        \r
        \r
        \r
@@ -71,27 +70,27 @@ public class GlobisActivator {
        \r
 // ***************** ALL ************************************************//\r
        \r
-       //references\r
-       static final DO_REFERENCES doReferences =  DO_REFERENCES.ALL;\r
-       \r
-       //taxa\r
-       static final boolean doCurrentTaxa = true;\r
-       static final boolean doSpecTaxa = true;\r
-       static final boolean doImages = true;\r
-       static final boolean doCommonNames = true;\r
-       \r
-       \r
-//******************** NONE ***************************************//\r
-       \r
-\r
 //     //references\r
-//     static final DO_REFERENCES doReferences =  DO_REFERENCES.NONE;\r
+//     static final DO_REFERENCES doReferences =  DO_REFERENCES.ALL;\r
 //     \r
 //     //taxa\r
 //     static final boolean doCurrentTaxa = true;\r
-//     static final boolean doSpecTaxa = false;\r
-//     static final boolean doImages = false;\r
+//     static final boolean doSpecTaxa = true;\r
+//     static final boolean doImages = true;\r
 //     static final boolean doCommonNames = true;\r
+       \r
+       \r
+//******************** NONE ***************************************//\r
+       \r
+\r
+       //references\r
+       static final DO_REFERENCES doReferences =  DO_REFERENCES.ALL;\r
+       \r
+       //taxa\r
+       static final boolean doCurrentTaxa = false;\r
+       static final boolean doSpecTaxa = false;\r
+       static final boolean doImages = false;\r
+       static final boolean doCommonNames = false;\r
 \r
 //     \r
        \r