| Summary: | Eclipse-BuddyPolicy and Eclipse-RegisterBuddy | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Nicolas <nicolas.machado> |
| Component: | Build | Assignee: | PDE-UI-Inbox <pde-ui-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | curtis.windatt.public |
| Version: | 3.7.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Nicolas
Eclipse does update files that it knows about, but this hibernate.cfg.xml file isn't something which is a part of Eclipse. If you have an extra feature installed in your IDE then it should take care of updating its configuration files. Moving to PDE/UI for consideration in case I've mis-interpreted your request. (In reply to comment #1) > Eclipse does update files that it knows about, but this hibernate.cfg.xml file > isn't something which is a part of Eclipse. If you have an extra feature > installed in your IDE then it should take care of updating its configuration > files. > > Moving to PDE/UI for consideration in case I've mis-interpreted your request. Hi DJ, no, the hibernate.cfg.xml is an example. The problem is in MANIFEST.MF of the "core" applicaction, when you add al Plugin Dependency. Maybe, the procedure should check if the plugin dependency has Eclipse-BuddyPolicy=registered, and the add Eclipse-RegisterBuddy=<plugin added maunally> to the main MANIFEST.MF. Regards This is pretty much asking for the same thing as bug 283495. Marking this as a dupe. There are no plans to add support in PDE for those headers, but as always, patches are welcome. *** This bug has been marked as a duplicate of bug 283495 *** |