[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] How to extend rename action

I have to modify the default action for rename a java project, not only change the project's name, but also change additional information. Like rename a web project name meanwhile change the <display-name/> in web.xml.
So, how to replace the default rename action ? Is there any extention-point to contribute?