at last an adempiereDirectTemplate.jnlp working
This commit is contained in:
parent
e8b2863868
commit
93aab65e1c
|
@ -1,7 +1,7 @@
|
||||||
<?xml version = "1.0" encoding = "UTF-8"?>
|
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||||
<jnlp spec = "1.5+" version = "3.1.3"
|
<jnlp spec = "1.5+" version = "3.1.3"
|
||||||
codebase = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome"
|
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
|
||||||
href = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome/adempiereDirect.jnlp">
|
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
|
||||||
<information>
|
<information>
|
||||||
<title>Adempiere Client 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct</title>
|
<title>Adempiere Client 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct</title>
|
||||||
<vendor>ADempiere, Inc.</vendor>
|
<vendor>ADempiere, Inc.</vendor>
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
<description kind = "short">Adempiere ERP+CRM (local)</description>
|
<description kind = "short">Adempiere ERP+CRM (local)</description>
|
||||||
<description kind = "one-line">Adempiere ERP+CRM</description>
|
<description kind = "one-line">Adempiere ERP+CRM</description>
|
||||||
<description kind = "tooltip">Adempiere ERP+CRM (Local Release)</description>
|
<description kind = "tooltip">Adempiere ERP+CRM (Local Release)</description>
|
||||||
<icon href = "http://@ADEMPIERE_APPS_SERVER@/admin/C32.gif"/>
|
<icon href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/C32.gif"/>
|
||||||
<shortcut online="true">
|
<shortcut online="true">
|
||||||
<desktop/>
|
<desktop/>
|
||||||
<menu submenu="Adempiere 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
<menu submenu="Adempiere 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
<jar href = "patches.jar" main = "false" download = "eager"/>
|
<jar href = "patches.jar" main = "false" download = "eager"/>
|
||||||
<jar href = "Adempiere.jar" main = "true" download = "eager"/>
|
<jar href = "Adempiere.jar" main = "true" download = "eager"/>
|
||||||
<jar href = "AdempiereCLib.jar" main = "false" download = "eager"/>
|
<jar href = "AdempiereCLib.jar" main = "false" download = "eager"/>
|
||||||
<property name="adempiereJNLP" value="@ADEMPIERE_APPS_SERVER@"/>
|
<property name="adempiereJNLP" value="@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@"/>
|
||||||
</resources>
|
</resources>
|
||||||
<application-desc main-class = "org.compiere.Adempiere"/>
|
<application-desc main-class = "org.compiere.Adempiere"/>
|
||||||
<security>
|
<security>
|
||||||
|
|
Loading…
Reference in New Issue