IDEMPIERE-5109 Release 9 Horizon (#1091)
This commit is contained in:
parent
2debce73fb
commit
e1253b153c
|
@ -64,7 +64,7 @@ public final class Adempiere
|
||||||
/** Timestamp */
|
/** Timestamp */
|
||||||
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
||||||
/** Main Version String */
|
/** Main Version String */
|
||||||
static public String MAIN_VERSION = "Release 9";
|
static public String MAIN_VERSION = "Release 10";
|
||||||
/** Detail Version as date Used for Client/Server */
|
/** Detail Version as date Used for Client/Server */
|
||||||
static public String DATE_VERSION = "2021-12-24";
|
static public String DATE_VERSION = "2021-12-24";
|
||||||
/** Database Version as date Compared with AD_System */
|
/** Database Version as date Compared with AD_System */
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Package: idempiere
|
Package: idempiere
|
||||||
Version: 9
|
Version: 10
|
||||||
Section: web
|
Section: web
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere 9 Horizon Page!<br>
|
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere 10 Development Build!<br>
|
||||||
|
|
||||||
</font></td>
|
</font></td>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 201 KiB |
Binary file not shown.
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 201 KiB |
|
@ -90,7 +90,7 @@ public final class Prop implements Serializable {
|
||||||
public static final String SOC_7 = "Social7";
|
public static final String SOC_7 = "Social7";
|
||||||
|
|
||||||
/**Defaults*/
|
/**Defaults*/
|
||||||
private static final String CREDITS = "Welcome to the iDempiere 9 Horizon Page!";
|
private static final String CREDITS = "Welcome to the iDempiere 10 Development Build Page!";
|
||||||
private static String LOGO_URL = null;
|
private static String LOGO_URL = null;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ Social7 = NONE
|
||||||
Title = iDempiere Application Home
|
Title = iDempiere Application Home
|
||||||
|
|
||||||
#Custom TemplateName (white or black)
|
#Custom TemplateName (white or black)
|
||||||
TemplateName = white
|
TemplateName = black
|
||||||
|
|
||||||
#file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/
|
#file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/
|
||||||
TemplatePath = resources/templates/
|
TemplatePath = resources/templates/
|
||||||
|
@ -52,5 +52,5 @@ CustomImagePath = NONE
|
||||||
ClientName = iDempiere Application Home
|
ClientName = iDempiere Application Home
|
||||||
|
|
||||||
#Custom Credits & Copyright tail
|
#Custom Credits & Copyright tail
|
||||||
Credits = Welcome to iDempiere 9 Horizon
|
Credits = Welcome to iDempiere 10 Development Build
|
||||||
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
||||||
|
|
Loading…
Reference in New Issue