This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 26962

Summary: Separate filessets api into its own module
Product: projects Reporter: Jaroslav Tulach <jtulach>
Component: Generic InfrastructureAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 16647    

Description Jaroslav Tulach 2002-09-02 15:59:09 UTC
The filesets API should not be in projects main
module but in a separate submodule because it is
relatively independent on the rest of projects.
Comment 1 Vitezslav Stejskal 2002-09-02 16:25:22 UTC
jpokorsky is working on this, see projects/filesets in CVS
Comment 2 Jaroslav Tulach 2002-09-04 15:07:59 UTC
filesets are still part of projects javadoc. Sorry.
Comment 3 Jan Pokorsky 2002-09-04 16:02:10 UTC
Separating to a submodule is a task of issue #16647. It would be
appropriate to keep this as a blocking subtask.

The first step is already done. See the projects/filesets module.
Until API of the new module won't be refined the old one has to stay.
Comment 4 Jan Pokorsky 2002-09-17 12:13:00 UTC
The new FileSets API is ready in the projects/filesets module. I have 
deprecated the org.netbeans.spi.projects.filesets.* package. As soon 
as the projects module and the java module will be adapted to the new 
API the package will be removed. It is a goal of the issue #27376.