Preparing release 3.5.2a
This commit is contained in:
parent
d823361719
commit
0122b11eb1
|
@ -57,12 +57,12 @@ public final class Adempiere
|
|||
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
||||
/** Main Version String */
|
||||
// Conventions for naming second number is even for stable, and odd for unstable
|
||||
// the releases will have a suffix (b) for beta - (t) for trunk - and (s) for stable
|
||||
static public final String MAIN_VERSION = "Release 3.5.1a";
|
||||
// the releases will have a suffix (a) for alpha - (b) for beta - (t) for trunk - and (s) for stable
|
||||
static public final String MAIN_VERSION = "Release 3.5.2a";
|
||||
/** Detail Version as date Used for Client/Server */
|
||||
static public final String DATE_VERSION = "2008-05-29";
|
||||
static public final String DATE_VERSION = "2008-07-29";
|
||||
/** Database Version as date Compared with AD_System */
|
||||
static public final String DB_VERSION = "2008-05-29";
|
||||
static public final String DB_VERSION = "2008-07-29";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "Adempiere\u00AE";
|
||||
|
|
|
@ -29,12 +29,12 @@
|
|||
<maxHeapSize>512</maxHeapSize>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>3.5.1.0</fileVersion>
|
||||
<txtFileVersion>Release 3.5.1a</txtFileVersion>
|
||||
<fileDescription>Adempiere ERP & CRM 3.5.1a</fileDescription>
|
||||
<fileVersion>3.5.2.0</fileVersion>
|
||||
<txtFileVersion>Release 3.5.2a</txtFileVersion>
|
||||
<fileDescription>Adempiere ERP & CRM 3.5.2a</fileDescription>
|
||||
<copyright>Adempiere</copyright>
|
||||
<productVersion>3.5.1.0</productVersion>
|
||||
<txtProductVersion>Release 3.5.1a</txtProductVersion>
|
||||
<productVersion>3.5.2.0</productVersion>
|
||||
<txtProductVersion>Release 3.5.2a</txtProductVersion>
|
||||
<productName>Adempier ERP & CRM</productName>
|
||||
<companyName>Adempiere Bazaar</companyName>
|
||||
<internalName>Adempiere</internalName>
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
UPDATE AD_SYSTEM
|
||||
SET releaseno = '352a',
|
||||
VERSION = '2008-07-29'
|
||||
WHERE ad_system_id = 0 AND ad_client_id = 0;
|
||||
|
||||
COMMIT ;
|
|
@ -0,0 +1,6 @@
|
|||
UPDATE AD_SYSTEM
|
||||
SET releaseno = '352a',
|
||||
VERSION = '2008-07-29'
|
||||
WHERE ad_system_id = 0 AND ad_client_id = 0;
|
||||
|
||||
COMMIT ;
|
|
@ -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.5.1a Home Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.5.2a Home Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||
<jnlp spec = "1.5+" version = "3.5.1a"
|
||||
<jnlp spec = "1.5+" version = "3.5.2a"
|
||||
codebase = "$$context/adempiereHome"
|
||||
href = "$$context/adempiere.jnlp">
|
||||
<information>
|
||||
<title>Adempiere Client 3.5.1a $$context</title>
|
||||
<title>Adempiere Client 3.5.2a $$context</title>
|
||||
<vendor>ADempiere, Inc.</vendor>
|
||||
<homepage href = "http://www.adempiere.org"/>
|
||||
<offline-allowed/>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<icon href = "$$context/C32.gif"/>
|
||||
<shortcut online="true">
|
||||
<desktop/>
|
||||
<menu submenu="Adempiere 3.5.1a $$context"/>
|
||||
<menu submenu="Adempiere 3.5.2a $$context"/>
|
||||
</shortcut>
|
||||
</information>
|
||||
<security>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||
<jnlp spec = "1.5+" version = "3.5.1a"
|
||||
<jnlp spec = "1.5+" version = "3.5.2a"
|
||||
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
|
||||
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
|
||||
<information>
|
||||
<title>Adempiere Client 3.5.1a @ADEMPIERE_APPS_SERVER@ Direct</title>
|
||||
<title>Adempiere Client 3.5.2a @ADEMPIERE_APPS_SERVER@ Direct</title>
|
||||
<vendor>ADempiere, Inc.</vendor>
|
||||
<homepage href = "http://www.adempiere.org"/>
|
||||
<description>Adempiere ERP+CRM (local) - Smart Business Solution for Distribution and Service - globally</description>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<icon href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/C32.gif"/>
|
||||
<shortcut online="true">
|
||||
<desktop/>
|
||||
<menu submenu="Adempiere 3.5.1a @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||
<menu submenu="Adempiere 3.5.2a @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||
</shortcut>
|
||||
</information>
|
||||
<security>
|
||||
|
|
|
@ -3,7 +3,7 @@ env.ADEMPIERE_ROOT=${env.ADEMPIERE_SOURCE}/adempiere
|
|||
env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere
|
||||
env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install
|
||||
env.ADEMPIERE_VERSION=ADempiere
|
||||
env.ADEMPIERE_VERSION_FILE=351a
|
||||
env.ADEMPIERE_VERSION_FILE=352a
|
||||
env.ADEMPIERE_VENDOR=ADempiere
|
||||
env.ENCODING=UTF-8
|
||||
env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools
|
||||
|
|
Loading…
Reference in New Issue