Preparing 315 release
This commit is contained in:
parent
df0284e6b6
commit
dd1a79e69c
|
@ -41,11 +41,11 @@ 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 final String MAIN_VERSION = "Release 3.1.4";
|
static public final String MAIN_VERSION = "Release 3.1.5";
|
||||||
/** Detail Version as date Used for Client/Server */
|
/** Detail Version as date Used for Client/Server */
|
||||||
static public final String DATE_VERSION = "2007-01-23";
|
static public final String DATE_VERSION = "2007-02-28";
|
||||||
/** Database Version as date Compared with AD_System */
|
/** Database Version as date Compared with AD_System */
|
||||||
static public final String DB_VERSION = "2007-01-23";
|
static public final String DB_VERSION = "2007-02-28";
|
||||||
|
|
||||||
/** Product Name */
|
/** Product Name */
|
||||||
static public final String NAME = "Adempiere\u00AE";
|
static public final String NAME = "Adempiere\u00AE";
|
||||||
|
|
|
@ -28,12 +28,12 @@
|
||||||
<maxHeapSize>512</maxHeapSize>
|
<maxHeapSize>512</maxHeapSize>
|
||||||
</jre>
|
</jre>
|
||||||
<versionInfo>
|
<versionInfo>
|
||||||
<fileVersion>3.1.4.0</fileVersion>
|
<fileVersion>3.1.5.0</fileVersion>
|
||||||
<txtFileVersion>Release 3.1.4</txtFileVersion>
|
<txtFileVersion>Release 3.1.5</txtFileVersion>
|
||||||
<fileDescription>Adempiere ERP & CRM 3.1.4</fileDescription>
|
<fileDescription>Adempiere ERP & CRM 3.1.5</fileDescription>
|
||||||
<copyright>Adempiere</copyright>
|
<copyright>Adempiere</copyright>
|
||||||
<productVersion>3.1.4.0</productVersion>
|
<productVersion>3.1.5.0</productVersion>
|
||||||
<txtProductVersion>Release 3.1.4</txtProductVersion>
|
<txtProductVersion>Release 3.1.5</txtProductVersion>
|
||||||
<productName>Adempier ERP & CRM</productName>
|
<productName>Adempier ERP & CRM</productName>
|
||||||
<companyName></companyName>
|
<companyName></companyName>
|
||||||
<internalName>Adempiere</internalName>
|
<internalName>Adempiere</internalName>
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
UPDATE ad_system
|
||||||
|
SET releaseno = '315',
|
||||||
|
version = '2007-02-28'
|
||||||
|
WHERE ad_system_id = 0 AND ad_client_id = 0;
|
||||||
|
|
||||||
|
COMMIT ;
|
|
@ -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.4 Home Page!<br>
|
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the Adempiere 3.1.5 Home Page!<br>
|
||||||
|
|
||||||
</font></td>
|
</font></td>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version = "1.0" encoding = "UTF-8"?>
|
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||||
<jnlp spec = "1.5+" version = "3.1.4"
|
<jnlp spec = "1.5+" version = "3.1.5"
|
||||||
codebase = "$$context/adempiereHome"
|
codebase = "$$context/adempiereHome"
|
||||||
href = "$$context/adempiere.jnlp">
|
href = "$$context/adempiere.jnlp">
|
||||||
<information>
|
<information>
|
||||||
<title>Adempiere Client 3.1.4 $$context</title>
|
<title>Adempiere Client 3.1.5 $$context</title>
|
||||||
<vendor>ADempiere, Inc.</vendor>
|
<vendor>ADempiere, Inc.</vendor>
|
||||||
<homepage href = "http://www.adempiere.org"/>
|
<homepage href = "http://www.adempiere.org"/>
|
||||||
<offline-allowed/>
|
<offline-allowed/>
|
||||||
|
@ -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.4 $$context"/>
|
<menu submenu="Adempiere 3.1.5 $$context"/>
|
||||||
</shortcut>
|
</shortcut>
|
||||||
</information>
|
</information>
|
||||||
<security>
|
<security>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version = "1.0" encoding = "UTF-8"?>
|
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||||
<jnlp spec = "1.5+" version = "3.1.4"
|
<jnlp spec = "1.5+" version = "3.1.5"
|
||||||
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
|
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
|
||||||
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
|
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
|
||||||
<information>
|
<information>
|
||||||
<title>Adempiere Client 3.1.4 @ADEMPIERE_APPS_SERVER@ Direct</title>
|
<title>Adempiere Client 3.1.5 @ADEMPIERE_APPS_SERVER@ Direct</title>
|
||||||
<vendor>ADempiere, Inc.</vendor>
|
<vendor>ADempiere, Inc.</vendor>
|
||||||
<homepage href = "http://www.adempiere.org"/>
|
<homepage href = "http://www.adempiere.org"/>
|
||||||
<offline-allowed/>
|
<offline-allowed/>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<icon href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/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.4 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
<menu submenu="Adempiere 3.1.5 @ADEMPIERE_APPS_SERVER@ Direct"/>
|
||||||
</shortcut>
|
</shortcut>
|
||||||
</information>
|
</information>
|
||||||
<security>
|
<security>
|
||||||
|
|
|
@ -3,7 +3,7 @@ env.ADEMPIERE_ROOT=${env.ADEMPIERE_SOURCE}/adempiere
|
||||||
env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere
|
env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere
|
||||||
env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install
|
env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install
|
||||||
env.ADEMPIERE_VERSION=ADempiere
|
env.ADEMPIERE_VERSION=ADempiere
|
||||||
env.ADEMPIERE_VERSION_FILE=314
|
env.ADEMPIERE_VERSION_FILE=315
|
||||||
env.ADEMPIERE_VENDOR=ADempiere
|
env.ADEMPIERE_VENDOR=ADempiere
|
||||||
env.ENCODING=UTF-8
|
env.ENCODING=UTF-8
|
||||||
env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools
|
env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
@Rem Set Version
|
@Rem Set Version
|
||||||
@SET ADEMPIERE_VERSION=ADempiere
|
@SET ADEMPIERE_VERSION=ADempiere
|
||||||
@SET ADEMPIERE_VERSION_FILE=314
|
@SET ADEMPIERE_VERSION_FILE=315
|
||||||
@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=314
|
export ADEMPIERE_VERSION_FILE=315
|
||||||
export ADEMPIERE_VENDOR=ADempiere
|
export ADEMPIERE_VENDOR=ADempiere
|
||||||
|
|
||||||
export ENCODING=UTF-8
|
export ENCODING=UTF-8
|
||||||
|
|
Loading…
Reference in New Issue