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 18274 - Patch to XMLAutoupdateType: urlvalue=, display name from node
Summary: Patch to XMLAutoupdateType: urlvalue=, display name from node
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-03 09:51 UTC by Jesse Glick
Modified: 2001-12-04 08:38 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (2.22 KB, patch)
2001-12-03 09:52 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-12-03 09:51:41 UTC
Untested patch. Two changes designed to make it easier to create a new update
type in a layer from another module:

1. Permit <attr name="url" urlvalue="..."/> which seems more natural than
stringvalue="...".

2. Take the display name of the type from the DataNode's display name, not
directly from the autoupdate Bundle.properties. The effect should be the same
for existing instances; for other modules, this means they can specify
SystemFileSystem.localizingBundle on their own *.settings files and control the
display name that way.
Comment 1 Jesse Glick 2001-12-03 09:52:03 UTC
Created attachment 3657 [details]
Suggested patch
Comment 2 akemr 2001-12-04 08:38:01 UTC
Patch applied in trunk and release33.

Thanks Jesse!