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 54371 - Properties on Libraries node should open Libraries panel
Summary: Properties on Libraries node should open Libraries panel
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 14:12 UTC by zikmund
Modified: 2006-03-24 13:07 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 zikmund 2005-02-02 14:12:40 UTC
Build 200502012121

1) Have a WebProject
2) Properties on Librarie/Test Libraries node
3) ERROR:
Libraries panel should be opened instead of
Sources panel.

BTW: Java project works fine.
Comment 1 Andrei Badea 2005-02-02 17:11:37 UTC
Fixed.

Checking in ui/WebViews.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/WebViews.java,v
 <--  WebViews.java
new revision: 1.22; previous revision: 1.21
done
Processing log script arguments...
More commits to come...
Checking in ui/customizer/CustomizerLibraries.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerLibraries.java,v
 <--  CustomizerLibraries.java
new revision: 1.2; previous revision: 1.1
done
Checking in ui/customizer/CustomizerProviderImpl.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerProviderImpl.java,v
 <--  CustomizerProviderImpl.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 zikmund 2005-02-04 15:45:35 UTC
Verified.