Bug 72943 - Allow export exclusion for source folders
Summary: Allow export exclusion for source folders
Status: RESOLVED DUPLICATE of bug 29865
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 05:33 EDT by Mike Waldeyer CLA
Modified: 2004-09-23 06:49 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 Mike Waldeyer CLA 2004-08-31 05:33:58 EDT
Allow export exclusion for source folders for a project in project properties 
-> 'Build order and export' (and not only for used libraries). 
That would allow to create several source folders for one project, but hide 
some source folders from other projects which depend on this project.
Comment 1 Kent Johnson CLA 2004-09-01 12:34:08 EDT
This can easily be accomplished by dividing your project into 2 separate 
projects.
Comment 2 Philipe Mulet CLA 2004-09-02 09:31:50 EDT
We are considering associating a project with some restriction patterns for 
its contributed classfiles. For instance, you could say that as an Eclipse 
developper, you want to hide all types defined in '**/internal/**' to your 
dependent projects (as these are non API types).

Would this do the trick ? 
Comment 3 Mike Waldeyer CLA 2004-09-03 03:34:35 EDT
Same feature as for source folders ? 
I think that would do it, but it would be very useful to also have excludes AND 
includes - like for source folders. 
Comment 4 Cagatay Kavukcuoglu CLA 2004-09-07 13:20:50 EDT
I think exclusion/inclusion filters for class folders would also be useful. I
have a few scenarios where configuration files on the classpath are brought in
as class folders into a project (and exported to dependents). Some of these have
a nested folder structure, with the parent and child folders individually listed
on the classpath (It's icky, I know). Class folder filters would make handling
this easier.
Comment 5 Cagatay Kavukcuoglu CLA 2004-09-07 13:24:40 EDT
Created bug# 73389: Inclusion/exclusion filters for class folders
Comment 6 Jerome Lanneluc CLA 2004-09-23 06:49:36 EDT

*** This bug has been marked as a duplicate of 29865 ***