Skip to content

Commit

Permalink
Move firebird ddl patches to the new symmetric-ddl project
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 24, 2010
1 parent f0210dd commit 0fd8e05
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 213 deletions.
Expand Up @@ -28,6 +28,7 @@
import org.jumpmind.symmetric.ddl.Platform;
import org.jumpmind.symmetric.ddl.platform.db2.Db2Platform;
import org.jumpmind.symmetric.ddl.platform.derby.DerbyPlatform;
import org.jumpmind.symmetric.ddl.platform.firebird.FirebirdPlatform;
import org.jumpmind.symmetric.ddl.platform.hsqldb.HsqlDbPlatform;
import org.jumpmind.symmetric.ddl.platform.mssql.MSSqlPlatform;
import org.jumpmind.symmetric.ddl.platform.mysql.MySqlPlatform;
Expand All @@ -36,7 +37,6 @@
import org.jumpmind.symmetric.ddl.platform.oracle.Oracle9Platform;
import org.jumpmind.symmetric.ddl.platform.postgresql.PostgreSqlPlatform;
import org.jumpmind.symmetric.ddlutils.PlatformFactory;
import org.jumpmind.symmetric.ddlutils.firebird.FirebirdPlatform;
import org.jumpmind.symmetric.ddlutils.h2.H2Platform;
import org.jumpmind.symmetric.ddlutils.informix.InformixPlatform;
import org.jumpmind.symmetric.ddlutils.sqlite.SqLitePlatform;
Expand Down
Expand Up @@ -10,7 +10,6 @@
import org.jumpmind.symmetric.common.logging.LogFactory;
import org.jumpmind.symmetric.ddl.Platform;
import org.jumpmind.symmetric.ddl.platform.mssql.MSSqlPlatform;
import org.jumpmind.symmetric.ddlutils.firebird.FirebirdPlatform;
import org.jumpmind.symmetric.ddlutils.h2.H2Platform;
import org.jumpmind.symmetric.ddlutils.informix.InformixPlatform;
import org.jumpmind.symmetric.ddlutils.oracle.OraclePlatform;
Expand Down Expand Up @@ -109,8 +108,6 @@ private synchronized static void initPlatforms() {
InformixPlatform.class);
org.jumpmind.symmetric.ddl.PlatformFactory.registerPlatform(SqLitePlatform.DATABASENAME,
SqLitePlatform.class);
org.jumpmind.symmetric.ddl.PlatformFactory.registerPlatform(FirebirdPlatform.DATABASENAME,
FirebirdPlatform.class);
org.jumpmind.symmetric.ddl.PlatformFactory.registerPlatform(OraclePlatform.DATABASENAME,
OraclePlatform.class);
for (String name : H2Platform.DATABASENAMES) {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 0fd8e05

Please sign in to comment.