Bug 177079 - Add jdt.apt.pluggable.core as x-friend to jdt.core
Summary: Add jdt.apt.pluggable.core as x-friend to jdt.core
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-12 19:28 EDT by Walter Harley CLA
Modified: 2007-03-20 12:51 EDT (History)
0 users

See Also:


Attachments
Proposed fix (3.71 KB, patch)
2007-03-13 13:17 EDT, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Harley CLA 2007-03-12 19:28:16 EDT
Please add org.eclipse.jdt.apt.pluggable.core as an x-friend in jdt.core's manifest, for the following internal packages:

org.eclipse.jdt.internal.compiler
org.eclipse.jdt.internal.compiler.*
org.eclipse.jdt.internal.core
org.eclipse.jdt.internal.core.builder

These internal accesses are needed so that APT can generate and process types within the Compiler.processAnnotations step.
Comment 1 Olivier Thomann CLA 2007-03-13 13:05:07 EDT
I can take care of this.
Comment 2 Olivier Thomann CLA 2007-03-13 13:17:47 EDT
Created attachment 60695 [details]
Proposed fix
Comment 3 Walter Harley CLA 2007-03-13 13:21:11 EDT
That looks correct (and it fixes the discouraged warnings).  Thanks!
Comment 4 Olivier Thomann CLA 2007-03-13 14:12:36 EDT
Released for 3.3M6.
Comment 5 Frederic Fusier CLA 2007-03-20 12:51:48 EDT
Verified for 3.3 M6 using v_743.