2006-11-17 10:13:45 +07:00
|
|
|
<?xml version = "1.0" encoding = "UTF-8"?>
|
|
|
|
<jnlp spec = "1.5+" version = "2.5.3"
|
|
|
|
codebase = "$$context/adempiereHome"
|
|
|
|
href = "$$context/adempiere.jnlp">
|
|
|
|
<information>
|
2006-12-27 13:36:14 +07:00
|
|
|
<title>Adempiere Client 3.1.3 $$context</title>
|
2006-12-12 16:31:33 +07:00
|
|
|
<vendor>ADempiere, Inc.</vendor>
|
2006-11-17 10:13:45 +07:00
|
|
|
<homepage href = "http://www.adempiere.org"/>
|
|
|
|
<offline-allowed/>
|
|
|
|
<description>Adempiere ERP+CRM ($$context) - Smart Business Solution for Distribution and Service - globally</description>
|
|
|
|
<description kind = "short">Adempiere ERP+CRM ($$context)</description>
|
|
|
|
<description kind = "one-line">Adempiere ERP+CRM</description>
|
|
|
|
<description kind = "tooltip">Adempiere ERP+CRM ($$context)</description>
|
|
|
|
<icon href = "$$context/C32.gif"/>
|
|
|
|
<shortcut online="true">
|
|
|
|
<desktop/>
|
2006-12-27 13:36:14 +07:00
|
|
|
<menu submenu="Adempiere 3.1.3 $$context"/>
|
2006-11-17 10:13:45 +07:00
|
|
|
</shortcut>
|
|
|
|
</information>
|
2007-01-12 16:27:31 +07:00
|
|
|
<security>
|
|
|
|
<all-permissions/>
|
|
|
|
</security>
|
2006-11-17 10:13:45 +07:00
|
|
|
<resources>
|
|
|
|
<j2se version = "1.5+" href = "http://java.sun.com/products/autodl/j2se" initial-heap-size = "32m" max-heap-size = "512m"/>
|
|
|
|
<jar href = "Adempiere.jar" main = "true" download = "eager"/>
|
|
|
|
<jar href = "AdempiereCLib.jar" main = "false" download = "eager"/>
|
|
|
|
<property name="adempiereJNLP" value="$$context"/>
|
|
|
|
</resources>
|
|
|
|
<application-desc main-class = "org.compiere.Adempiere"/>
|
|
|
|
</jnlp>
|