[SalesForce] How to deploy renamed the custom object tab using package.xml

I renamed a custom object tab name from 'ABC' to 'XYZ' in Customize > Tab Names and Labels > Edit. How can i deploy this change through eclipse using package.xml.

Best Answer

You can deploy the custom tabs through package.xml in the following way:

 <types>
    <members>API name of the Object</members>
    <name>CustomTab</name>
 </types>

and include the ObjectName.tab file also