minor - ADEMPIERE_VERSION and ADEMPIERE_VENDOR not read from AdempiereEnv.properties
This commit is contained in:
parent
e222c9f8ab
commit
698ac42bc2
|
@ -36,7 +36,7 @@
|
||||||
<available file="lib/AdempiereOriginal.jar" type="file" property="adempiereOriginal.exists"/>
|
<available file="lib/AdempiereOriginal.jar" type="file" property="adempiereOriginal.exists"/>
|
||||||
<available file="lib/webuiOriginal.war" type="file" property="webuiOriginal.exists"/>
|
<available file="lib/webuiOriginal.war" type="file" property="webuiOriginal.exists"/>
|
||||||
<fail message="**** RUN_setup was not successful - please re-run ****" unless="envFileExists" />
|
<fail message="**** RUN_setup was not successful - please re-run ****" unless="envFileExists" />
|
||||||
<property file="${envFile}" />
|
<property file="${envFile}"/>
|
||||||
<filter filtersfile="${envFile}" />
|
<filter filtersfile="${envFile}" />
|
||||||
|
|
||||||
<echo message="Environment = ${envFile}" />
|
<echo message="Environment = ${envFile}" />
|
||||||
|
@ -161,11 +161,11 @@
|
||||||
</indexjars>
|
</indexjars>
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Specification-Title" value="Adempiere"/>
|
<attribute name="Specification-Title" value="Adempiere"/>
|
||||||
<attribute name="Specification-Version" value="${env.ADEMPIERE_VERSION}"/>
|
<attribute name="Specification-Version" value="${ADEMPIERE_VERSION}"/>
|
||||||
<attribute name="Specification-Vendor" value="ADempiere"/>
|
<attribute name="Specification-Vendor" value="ADempiere"/>
|
||||||
<attribute name="Implementation-Title" value="Adempiere ${env.ADEMPIERE_VERSION}"/>
|
<attribute name="Implementation-Title" value="Adempiere ${ADEMPIERE_VERSION}"/>
|
||||||
<attribute name="Implementation-Version" value="${env.ADEMPIERE_VERSION} ${DSTAMP}-${TSTAMP}"/>
|
<attribute name="Implementation-Version" value="${ADEMPIERE_VERSION} ${DSTAMP}-${TSTAMP}"/>
|
||||||
<attribute name="Implementation-Vendor" value="${env.ADEMPIERE_VENDOR}"/>
|
<attribute name="Implementation-Vendor" value="${ADEMPIERE_VENDOR}"/>
|
||||||
<attribute name="Implementation-URL" value="http://www.adempiere.com"/>
|
<attribute name="Implementation-URL" value="http://www.adempiere.com"/>
|
||||||
<attribute name="Main-Class" value="org.compiere.Adempiere"/>
|
<attribute name="Main-Class" value="org.compiere.Adempiere"/>
|
||||||
<attribute name="Class-Path" value="AdempiereSLib.jar"/>
|
<attribute name="Class-Path" value="AdempiereSLib.jar"/>
|
||||||
|
|
Loading…
Reference in New Issue