Bug 203419 - Set access rule on source folder
Summary: Set access rule on source folder
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 05:26 EDT by Paul Ivancsics CLA
Modified: 2007-09-14 05:38 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Ivancsics CLA 2007-09-14 05:26:16 EDT
Project A has source folders "src/contract" and "src/impl", separating interface from implementation.
"src/contract" contains all the interfaces, exception classes and data transfer objects
required by a client program.
"src/impl" contains the implementation, of course.

Project B requires Project A, but *** I WOULD LIKE TO SET AN ACCESS RULE RESTRICTING TO SOURCE FOLDER "src/contract" ***,
while Eclipse 3.3 only allows for access rules on package and class names.

Remark: I know I could name contract and implementation packages differently, but don't for the sake of consistent naming.