aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/mdbc_driver.properties
blob: 1549d5ff00a06a6d76f8539dc13d5af643833423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#  A list of all Mixins that should be checked by MDBC
#
MIXINS= \
	com.att.research.mdbc.mixins.H2Mixin \
	com.att.research.mdbc.mixins.H2ServerMixin \
	com.att.research.mdbc.mixins.MySQLMixin \
	com.att.research.mdbc.mixins.CassandraMixin \
	com.att.research.mdbc.mixins.Cassandra2Mixin
	
DEFAULT_DRIVERS=\
	org.h2.Driver \
	com.mysql.jdbc.Driver