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 119298 - Please use # for license header in xml/refactoring Bundle.properties
Summary: Please use # for license header in xml/refactoring Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sonali Kochar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-18 02:11 UTC by Masaki Katakai
Modified: 2007-10-19 06:02 UTC (History)
1 user (show)

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 Masaki Katakai 2007-10-18 02:11:01 UTC
license header is commented out by /* ... */, but it's properties file so please use #.

xml/refactoring/src/org/netbeans/modules/xml/refactoring/Bundle.properties

This caused a problem in our translation tool at translation.
Comment 1 Sonali Kochar 2007-10-18 16:52:51 UTC
Fixed in trunk
Comment 2 Masaki Katakai 2007-10-19 06:02:57 UTC
Thank you. Verified the fix.