IDEMPIERE-472 Allow postgresql connection via SSL / Minor

This commit is contained in:
Carlos Ruiz 2012-10-26 14:34:34 -05:00
parent e2c0220862
commit 221f5e6522
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public class BaseActivator implements BundleActivator {
*/
@Override
public void start(BundleContext context) throws Exception {
//Load SSL
//Load Init Properties
loadInitProperties(Adempiere.getAdempiereHome());
bundleContext = context;
context.registerService(CommandProvider.class.getName(), new StackTraceCommand(), null);

View File

@ -61,7 +61,7 @@ public class SetupRes_es extends ListResourceBundle
{ "MailServer", "Servidor Correo" },
{ "AdminEMailInfo", "Email Administrador iDempiere" },
{ "AdminEMail", "Email Admin" },
{ "DbExists", "Base de Datos Existe" }, // ?? OJO!!!
{ "DbExists", "Base de Datos Existe" },
{ "DatabaseServerInfo", "Nombre Servidor Base de Datos" },
{ "DatabaseServer", "Servidor Base de Datos" },
{ "JavaHomeInfo", "Carpeta Java Home" },