]
Nick Boldt closed JBDS-1423.
----------------------------
Installed Beta1 and updated using
Got the following in the Help > About screen:
Version: 4.0.0.CR1
Build id: v20101214-1536-H323-CR1
Build date: 20101214-1536
Replace @XXXX@ tokens in JBDS About dialog with actual build
information.
-------------------------------------------------------------------------
Key: JBDS-1423
URL:
https://issues.jboss.org/browse/JBDS-1423
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build
Affects Versions: 4.0.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 4.0.0.CR1
Attachments: Screenshot-About JBoss Developer Studio .png, screenshot11.png
In old build it is done in jbds builder as
<replace
file="${buildDirectory}/plugins/com.jboss.jbds.product/about.mappings">
<replacefilter
token="@product.releaseNumber(a)"
value="${product.releaseNumber}"/>
<replacefilter
token="@product.buildQualifier(a)"
value="${product.buildQualifier}"/>
<replacefilter
token="@product.buildTimeStamp(a)"
value="${product.buildTimeStamp}"/>
</replace>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: