Is your feature request related to a problem? Please describe.
Initially I installed Eclipse BIRT plugin designer v4.20.0, and after that my Eclipse auto update and the BIRT is upgraded to v4.23.0, but my BIRT runtime in production is still v4.20.0.
When I use the new v4.23.0 designer to edit the rptdesign file, it will auto change the file createdBy attribute
from
<property name="createdBy">Eclipse BIRT Designer Version 4.20.0.vxxxxxxx</property>
to
<property name="createdBy">Eclipse BIRT Designer Version 4.23.0.vxxxxxxx</property>
when I deploy the updated rptdesign file to the runtime, it fails to run as the runtime is v4.20.0 but the rptdesign is v4.23.0, so is it possible to give us an option to keep the original version number without update it?
I need to rollback this createdBy attribute every time I updated the rptdesign file.
Describe the solution you'd like
Is it possible to give us a new attribute like "doNotUpdateCreatedBy" Y/N to keep the original version number of the rptdesign file so that the designer will not update the "createdBy" attribute?
Is your feature request related to a problem? Please describe.
Initially I installed Eclipse BIRT plugin designer v4.20.0, and after that my Eclipse auto update and the BIRT is upgraded to v4.23.0, but my BIRT runtime in production is still v4.20.0.
When I use the new v4.23.0 designer to edit the rptdesign file, it will auto change the file createdBy attribute
from
<property name="createdBy">Eclipse BIRT Designer Version 4.20.0.vxxxxxxx</property>
to
<property name="createdBy">Eclipse BIRT Designer Version 4.23.0.vxxxxxxx</property>
when I deploy the updated rptdesign file to the runtime, it fails to run as the runtime is v4.20.0 but the rptdesign is v4.23.0, so is it possible to give us an option to keep the original version number without update it?
I need to rollback this createdBy attribute every time I updated the rptdesign file.
Describe the solution you'd like
Is it possible to give us a new attribute like "doNotUpdateCreatedBy" Y/N to keep the original version number of the rptdesign file so that the designer will not update the "createdBy" attribute?