* remove derby and fyracle from trunk

This commit is contained in:
Heng Sin Low 2007-04-09 15:26:50 +00:00
parent d86f009afd
commit a1cbd12a25
1 changed files with 0 additions and 7 deletions

View File

@ -127,8 +127,6 @@ public class Adempiere implements Serializable
{
if (s_type == null)
getServerType();
if (s_type != null)
return TYPE_EDB.equals(s_type);
return false;
} // isEDB
//end vpj-cd e-evolution 02/22/2005 PostgreSQL
@ -145,13 +143,8 @@ public class Adempiere implements Serializable
if (isOracle())
s_url = "jdbc:default:connection:";
else if (isDerby())
s_url = "jdbc:default:connection";
//begin vpj-cd e-evolution 02/22/2005 PostgreSQL
else if (isPostgreSQL())
return "jdbc:default:connection";
else if (isEDB())
return "jdbc:default:connection";
return "jdbc:default:connection";
//
//return s_url;