311 -> 312
This commit is contained in:
parent
a682ce98c5
commit
2c4c2fe9fa
|
@ -96,7 +96,7 @@ End If
|
|||
<tbody>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<icon href = "$$context/C32.gif"/>
|
||||
<shortcut online="true">
|
||||
<desktop/>
|
||||
<menu submenu="Adempiere 3.1.1 $$context"/>
|
||||
<menu submenu="Adempiere 3.1.2 $$context"/>
|
||||
</shortcut>
|
||||
</information>
|
||||
<resources>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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"
|
||||
href = "http://@ADEMPIERE_APPS_SERVER@/admin/adempiereHome/adempiereDirect.jnlp">
|
||||
<information>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<icon href = "http://@ADEMPIERE_APPS_SERVER@/admin/C32.gif"/>
|
||||
<shortcut online="true">
|
||||
<desktop/>
|
||||
<menu submenu="Adempiere 3.1.1 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||
<menu submenu="Adempiere 3.1.2 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||
</shortcut>
|
||||
</information>
|
||||
<resources>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
@Rem Set Version
|
||||
@SET ADEMPIERE_VERSION=ADempiere
|
||||
@SET ADEMPIERE_VERSION_FILE=311
|
||||
@SET ADEMPIERE_VERSION_FILE=312
|
||||
@SET ADEMPIERE_VENDOR=ADempiere
|
||||
|
||||
@SET ENCODING=UTF-8
|
||||
|
|
|
@ -65,7 +65,7 @@ export CURRENTDIR=`pwd`
|
|||
|
||||
# Set Version
|
||||
export ADEMPIERE_VERSION=ADempiere
|
||||
export ADEMPIERE_VERSION_FILE=311
|
||||
export ADEMPIERE_VERSION_FILE=312
|
||||
export ADEMPIERE_VENDOR=ADempiere
|
||||
|
||||
export ENCODING=UTF-8
|
||||
|
|
Loading…
Reference in New Issue