| Summary: | [R4E] remove re-exports and separate internal name space from API | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | Mylyn | Assignee: | Alvaro Sanchez-Leon <alvaro.sanchez-leon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P4 | CC: | alvaro.sanchez-leon, kilian.matt, sebastien.dubois |
| Version: | unspecified | ||
| Target Milestone: | 0.9 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Steffen Pingel
Steffen, could you please point me to an example of bundle re-exporting.. /org.eclipse.mylyn.reviews.r4e.core/META-INF/MANIFEST.MF: Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport, org.eclipse.emf.ecore.xmi;visibility:=reexport, org.eclipse.mylyn.reviews.frame.core;visibility:=reexport, Re-exports should now all be gone from MANIFESTs. Moving to the next release cycle to consider remaining portion of this bug. * For the re-export, there is one left, It can be fixed by 1) making the UI depend on EMF, 2) remove emf elements from the API. Option 2 is the ideal, however not making it to 0.8 * Re-factoring to use internal within the package name is tracked with Bug 346560 Correction: reexports are already removed as the UI has other dependencies with EMF this bug will be closed since the re-factoring of packages to internal will be tracked on Bug 346560 |