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 - Separate filessets api into its own module
Summary: Separate filessets api into its own module
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: API
Depends on:
Blocks: 16647
  Show dependency tree
 
Reported: 2002-09-02 15:59 UTC by Jaroslav Tulach
Modified: 2003-12-11 14:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.