Project

General

Profile

Download (934 Bytes) Statistics
| Branch: | Revision:
1
/**
2
* Copyright (C) 2008 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
 * 
6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7
 * See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9

    
10
package eu.etaxonomy.cdm.app.jaxb;
11

    
12
import org.apache.log4j.Logger;
13

    
14
import eu.etaxonomy.cdm.app.common.CdmDestinations;
15
import eu.etaxonomy.cdm.database.DbSchemaValidation;
16
import eu.etaxonomy.cdm.database.ICdmDataSource;
17

    
18
/**
19
 * @author a.babadshanjan
20
 * @created 19.09.2008
21
 */
22
public class CdmDiffActivator {
23

    
24
	@SuppressWarnings("unused")
25
	private static final Logger logger = Logger.getLogger(CdmDiffActivator.class);
26

    
27
	static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;
28

    
29
	static final ICdmDataSource cdmSourceOne = CdmDestinations.localH2();
30
	static final ICdmDataSource cdmSourceTwo = CdmDestinations.localH2();
31

    
32
}
(1-1/3)