2010-09-29 14:25:34 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?pde version="3.5"?>
|
|
|
|
|
2010-10-22 14:50:25 +07:00
|
|
|
<product name="Adempiere Swing Client" uid="org.adempiere.ui.swing.product" id="org.adempiere.ui.swing.client_product" application="org.adempiere.ui.swing.client" version="1.0.0" useFeatures="true" includeLaunchers="true">
|
2010-09-29 14:25:34 +07:00
|
|
|
|
|
|
|
<configIni use="default">
|
|
|
|
</configIni>
|
|
|
|
|
|
|
|
<launcherArgs>
|
2010-11-04 06:23:42 +07:00
|
|
|
<programArgs>--launcher.XXMaxPermSize 192m</programArgs>
|
|
|
|
<vmArgs>-Dosgi.noShutdown=true -Dosgi.framework.activeThreadType=normal -Dosgi.compatibility.bootdelegation=true</vmArgs>
|
2010-09-29 14:25:34 +07:00
|
|
|
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
|
|
|
|
</launcherArgs>
|
|
|
|
|
2010-11-04 06:23:42 +07:00
|
|
|
<launcher name="adempiere-client">
|
2010-09-29 14:25:34 +07:00
|
|
|
<solaris/>
|
|
|
|
<win useIco="false">
|
|
|
|
<bmp/>
|
|
|
|
</win>
|
|
|
|
</launcher>
|
|
|
|
|
|
|
|
<vm>
|
|
|
|
</vm>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
<features>
|
|
|
|
<feature id="org.adempiere.base" version="1.0.0.qualifier"/>
|
|
|
|
<feature id="org.adempiere.ui.swing" version="1.0.0.qualifier"/>
|
2012-11-21 16:06:02 +07:00
|
|
|
<feature id="org.idempiere.hazelcast.service" version="1.0.0.qualifier"/>
|
2013-02-19 22:11:09 +07:00
|
|
|
<feature id="org.adempiere.pipo" version="1.0.0.qualifier"/>
|
2010-09-29 14:25:34 +07:00
|
|
|
</features>
|
|
|
|
|
|
|
|
<configurations>
|
2010-12-06 12:04:44 +07:00
|
|
|
<plugin id="org.adempiere.base" autoStart="true" startLevel="4" />
|
2013-02-19 22:11:09 +07:00
|
|
|
<plugin id="org.adempiere.pipo" autoStart="true" startLevel="0" />
|
|
|
|
<plugin id="org.adempiere.pipo.handlers" autoStart="true" startLevel="0" />
|
2010-12-06 12:04:44 +07:00
|
|
|
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="3" />
|
|
|
|
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="3" />
|
|
|
|
<plugin id="org.eclipse.osgi.services" autoStart="true" startLevel="3" />
|
2012-11-21 16:06:02 +07:00
|
|
|
<plugin id="org.idempiere.hazelcast.service" autoStart="true" startLevel="0" />
|
2010-09-29 14:25:34 +07:00
|
|
|
<plugin id="org.restlet" autoStart="true" startLevel="0" />
|
|
|
|
<plugin id="org.restlet.ext.net" autoStart="true" startLevel="0" />
|
|
|
|
</configurations>
|
|
|
|
|
|
|
|
</product>
|