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 123233

Summary: Typo in contrib/maven-l10n/netbeans/nb-project...
Product: contrib Reporter: Rebecca Liu <rebeccaliu>
Component: CodeAssignee: issues@contrib <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Rebecca Liu 2007-12-03 05:30:38 UTC
contrib/maven-l10n/netbeans/nb-project/src/main/resources/org/codehaus/mevenide/netbeans/problems/Bundle.properties

MSG_NoParent=The parent pom with id {0}  was not found in sources or local repository. Please check that <relativePath>
tag is correct is present, the version of parent pom in sources matches the version defined. \nIf parent is only
available thought remote repository, please check that the repository hosting it is defined in the current pom.

Typo: 
1. "... <relativePath> tag is correct is present," there are two "is".
2. "If parent is only available thought remote repository", "thought" should be "through", right?
Comment 1 Milos Kleint 2009-02-25 10:04:53 UTC
fixed in changeset 864a7242fd11 (in current trunk maven sources though) not in the old l10n bridge in contrib
Comment 2 Quality Engineering 2009-02-27 10:31:56 UTC
Integrated into 'main-golden', will be available in build *200902270313* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/864a7242fd11
User: Milos Kleint <mkleint@netbeans.org>
Log: #123233 fix typos
Comment 3 Masaki Katakai 2009-03-09 04:16:39 UTC
Thank you Milos, verified the changes in trunk.