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

Summary: invalid comment entries in wizard .html files
Product: serverplugins Reporter: Masaki Katakai <masaki>
Component: Sun Appserver 9Assignee: Nitya Doraisamy <nityad>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug, kganfield
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.