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 116608 - invalid comment entries in wizard .html files
Summary: invalid comment entries in wizard .html files
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 05:17 UTC by Masaki Katakai
Modified: 2007-09-27 02:49 UTC (History)
2 users (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-09-25 05:17:52 UTC
serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/wizards,

ConnectionPoolWizardInfo.html
JavaMailWizardInfo.html
PersistenceWizardInfo.html
DataSourceWizardInfo.html 
JavaMessageWizardInfo.html
WizardInformation.html

These license texts are in /* ... */, but should be in <!-- -->. Could you correct them?
It's important for us when we're translating these files.
Comment 1 Nitya Doraisamy 2007-09-26 17:39:16 UTC
Simple change
Comment 3 Masaki Katakai 2007-09-27 02:49:59 UTC
Thank you! I've verified the fixes.