2010-09-04 09:12:48 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
2010-11-29 00:59:28 +07:00
|
|
|
<extension
|
|
|
|
id="org.adempiere.db.postgresql.config.ConfigPostgreSQL"
|
|
|
|
name="PostgreSQL Database Configuration"
|
|
|
|
point="org.adempiere.install.IDatabaseConfig">
|
|
|
|
<database
|
|
|
|
class="org.adempiere.db.postgresql.config.ConfigPostgreSQL"
|
|
|
|
id="PostgreSQL">
|
|
|
|
</database>
|
|
|
|
</extension>
|
2010-09-04 09:12:48 +07:00
|
|
|
|
|
|
|
</plugin>
|