We are replacing the occurrence of a string with another value by
reading a predefined property file as given below.
The above file i.e. ems.iap_xml is getting replaced perfectly with the
defined values.
For example the token $PRODUCT_VERSIONMAJOR$ has been replaced with '1'
> We are replacing the occurrence of a string with another value by
> reading a predefined property file as given below.
>
>
>
>
>
>
> value="${ems.versionmajor}"/>
>
>
> The above file i.e. ems.iap_xml is getting replaced perfectly with the
> defined values.
>
> For example