311 -> 312
This commit is contained in:
parent
a682ce98c5
commit
2c4c2fe9fa
|
@ -96,7 +96,7 @@ End If
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.1 Home Page!<br>
|
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.2 Home Page!<br>
|
||||||
|
|
||||||
</font></td>
|
</font></td>
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<icon href = "$$context/C32.gif"/>
|
<icon href = "$$context/C32.gif"/>
|
||||||
<shortcut online="true">
|
<shortcut online="true">
|
||||||
<desktop/>
|
<desktop/>
|
||||||
<menu submenu="Adempiere 3.1.1 $$context"/>
|
<menu submenu="Adempiere 3.1.2 $$context"/>
|
||||||
</shortcut>
|
</shortcut>
|
||||||
</information>
|
</information>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version = "1.0" encoding = "UTF-8"?>
|
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||||
<jnlp spec = "1.5+" version = "3.1.1"
|
<jnlp spec = "1.5+" version = "3.1.2"
|
||||||
codebase = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome"
|
codebase = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome"
|
||||||
href = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome/adempiereDirect.jnlp">
|
href = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome/adempiereDirect.jnlp">
|
||||||
<information>
|
<information>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<icon href = "http://@ADEMPIERE_APPS_SERVER@/admin/C32.gif"/>
|
<icon href = "http://@ADEMPIERE_APPS_SERVER@/admin/C32.gif"/>
|
||||||
<shortcut online="true">
|
<shortcut online="true">
|
||||||
<desktop/>
|
<desktop/>
|
||||||
<menu submenu="Adempiere 3.1.1 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
<menu submenu="Adempiere 3.1.2 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||||
</shortcut>
|
</shortcut>
|
||||||
</information>
|
</information>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
@Rem Set Version
|
@Rem Set Version
|
||||||
@SET ADEMPIERE_VERSION=ADempiere
|
@SET ADEMPIERE_VERSION=ADempiere
|
||||||
@SET ADEMPIERE_VERSION_FILE=311
|
@SET ADEMPIERE_VERSION_FILE=312
|
||||||
@SET ADEMPIERE_VENDOR=ADempiere
|
@SET ADEMPIERE_VENDOR=ADempiere
|
||||||
|
|
||||||
@SET ENCODING=UTF-8
|
@SET ENCODING=UTF-8
|
||||||
|
|
|
@ -65,7 +65,7 @@ export CURRENTDIR=`pwd`
|
||||||
|
|
||||||
# Set Version
|
# Set Version
|
||||||
export ADEMPIERE_VERSION=ADempiere
|
export ADEMPIERE_VERSION=ADempiere
|
||||||
export ADEMPIERE_VERSION_FILE=311
|
export ADEMPIERE_VERSION_FILE=312
|
||||||
export ADEMPIERE_VENDOR=ADempiere
|
export ADEMPIERE_VENDOR=ADempiere
|
||||||
|
|
||||||
export ENCODING=UTF-8
|
export ENCODING=UTF-8
|
||||||
|
|
Loading…
Reference in New Issue