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 142317 - contrib/dtrace/external/swing-layout-1.0.jar is unnecessary
Summary: contrib/dtrace/external/swing-layout-1.0.jar is unnecessary
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nasser Nouri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-30 21:22 UTC by Jesse Glick
Modified: 2008-07-31 01:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-07-30 21:22:51 UTC
It duplicates o.jdesktop.layout/external/swing-layout-1.0.3.jar. If your module needs to depend on this library (to use
Free Layout under JDK 5), you need only add a regular module dependency on "org.jdesktop.layout".
Comment 1 Nasser Nouri 2008-07-31 00:24:14 UTC
Removed the swing-layout-1.0.jar file.
Comment 2 Jesse Glick 2008-07-31 01:25:11 UTC
Thanks. BTW it is customary to include the Mercurial changeset ID (here #685ec1d44cc5) in the IZ comment when resolving
an issue as FIXED.