[jbosstools-issues] [JBoss JIRA] Updated: (JBDS-1423) Replace @XXXX@ tokens in JBDS About dialog with actual build information.

Denis Golovin (JIRA) jira-events at lists.jboss.org
Fri Dec 10 16:24:52 EST 2010


     [ https://issues.jboss.org/browse/JBDS-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBDS-1423:
--------------------------------

    Attachment: screenshot11.png


> 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@" 
> 		    value="${product.releaseNumber}"/>
> 		<replacefilter 
> 		    token="@product.buildQualifier@" 
> 		    value="${product.buildQualifier}"/>
> 		<replacefilter 
> 		    token="@product.buildTimeStamp@" 
> 		    value="${product.buildTimeStamp}"/>
> 	</replace>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list