Bug 6491 - Non-java resource folder doesn't appear under pkg fragment root
Summary: Non-java resource folder doesn't appear under pkg fragment root
Status: RESOLVED DUPLICATE of bug 3245
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-01 07:21 EST by Jerome Lanneluc CLA
Modified: 2002-01-14 11:12 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2001-12-01 07:21:07 EST
Build 20011127

When creating a non-java resource folder (e.g. a folder that cannot be a 
package like 'a.b') under a package fragment root, it is filtered out from the 
non-java resources of the root.

Culprit is PackageFragmentRootInfo.computeFolderNonJavaResources(...) which 
does not consider folders.
Comment 1 Jerome Lanneluc CLA 2001-12-11 13:29:58 EST

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