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 25787 - Split <Properties> property set to <Properties> and <Attributes> property sets.
Summary: Split <Properties> property set to <Properties> and <Attributes> property sets.
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-07-18 16:42 UTC by Milan Kuchtiak
Modified: 2003-12-11 14:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2002-07-18 16:42:49 UTC
Wouldn't be better to split the <Properties> PropertySet 
for the ant-script elements to <Properties> and 
<Attributes> PropertySets according to the meaning of the 
property:
when it is an attribute of some ant-script element 
- it should be in the attributes PropertySet
otherwise it could remain in the properties PropertySet
Comment 1 Marek Grummich 2002-07-22 08:18:29 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Jesse Glick 2003-10-17 20:36:09 UTC
Was fixed recently, if I understand the request properly (it is a
little vague):

PatchSet 902
Date: 2003/10/02 21:12:14
Author: jglick
Log:
Putting special Ant project properties into their own categories,
which is nicer to look at.

Members: 
	src/org/apache/tools/ant/module/nodes/AntProjectNode.java:1.30->1.31 
	src/org/apache/tools/ant/module/nodes/Bundle.properties:1.18->1.19 


Please try in a dev build and verify if that is what you meant, else
reopen.