2010-09-29 14:25:34 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
|
|
|
<extension
|
|
|
|
id="org.adempiere.server.application"
|
|
|
|
point="org.eclipse.core.runtime.applications">
|
|
|
|
<application
|
|
|
|
cardinality="singleton-global"
|
|
|
|
thread="main"
|
|
|
|
visible="true">
|
|
|
|
<run
|
|
|
|
class="org.adempiere.server.Application">
|
|
|
|
</run>
|
|
|
|
</application>
|
|
|
|
</extension>
|
|
|
|
<extension
|
2010-10-22 14:50:25 +07:00
|
|
|
id="server_product"
|
2010-09-29 14:25:34 +07:00
|
|
|
point="org.eclipse.core.runtime.products">
|
|
|
|
<product
|
|
|
|
application="org.adempiere.server.application"
|
2017-04-26 12:24:05 +07:00
|
|
|
name="iDempiere Server">
|
2010-09-29 14:25:34 +07:00
|
|
|
<property
|
|
|
|
name="appName"
|
2017-04-26 12:24:05 +07:00
|
|
|
value="iDempiere Server">
|
2010-09-29 14:25:34 +07:00
|
|
|
</property>
|
|
|
|
</product>
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
</plugin>
|