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 116285 - Update debug project action
Summary: Update debug project action
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 10:45 UTC by ehucka
Modified: 2007-09-25 10: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 ehucka 2007-09-21 10:45:44 UTC
According to fix of issue 103224 Debug project action was moved from projects module to debugger module.
LBL_DebugAction_Name action name was moved from
java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/Bundle.properties to LBL_DebugProjectActionOnProject_Name
in debuggercore/src/org/netbeans/modules/debugger/ui/actions/Bundle.properties.

Please update this in jelly action DebugProjectAction and in other jelly sources if it is used there.
Comment 1 Jiri Skrivanek 2007-09-21 12:07:05 UTC
Fixed yesterday.
Comment 2 ehucka 2007-09-25 10:07:15 UTC
verified