Hello,
Please find buildfile, feature.xml Feature.xml contains <feature id="beehyv.feature" label="%feature.name" version= "5.0.3.0" provider-name="%provider.name" plugin="beehyv.editor"> </feature> My requirement is set version attribute in the feature.xml to the VERSION_NUMBER defined in the buildfile Can anyone suggest me how to set version attribute in the feature.xml dynamically using buildfile? Thanks in advance Nagaraj _____ Take your business <http://www.aatmani.com/Aatmani/adclick?adprintid=625> to new heights with NetSuite on demand solutions.
<feature id="beehyv.feature" label="%feature.name" version="5.0.3.0" provider-name="%provider.name" plugin="beehyv.editor"> </feature>
