Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 311170

Summary: chkpii error in org.eclipse.pde.ui.templates in I20100429-1549
Product: [Eclipse Project] PDE Reporter: Kim Moir <kim.moir>
Component: UIAssignee: PDE-UI-Inbox <pde-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: darin.eclipse
Version: 3.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kim Moir CLA 2010-04-30 09:22:32 EDT
eclipse/plugins/org.eclipse.pde.ui.templates_3.4.100.v20100208-2040_jar/
  plugin.xml                      XML-10      144   Expected x'0A' newline character.  Found:  x'0D'.  File must be converted to use a single newline character.  Line: 2
                                              144   Expected x'0D' newline character.  Found:  x'0A'.  File must be converted to use a single newline character.  Line: 2

http://download.eclipse.org/eclipse/downloads/drops/I20100429-1549/testresults/chkpii/linux.gtk.x86_6.0_org.eclipse.nls.xml.txt
Comment 1 Kim Moir CLA 2010-04-30 09:25:38 EDT
Also, these bundles have the same issue

eclipse/plugins/org.eclipse.core.variables_3.2.300.v20090911_jar/
  plugin.xml                      XML-10      144   Expected x'0A' newline character.  Found:  x'0D'.  File must be converted to use a single newline character.  Line: 2
                                              144   Expected x'0D' newline character.  Found:  x'0A'.  File must be converted to use a single newline character.  Line: 2

eclipse/plugins/org.eclipse.core.externaltools_1.0.0.v20091204_jar/
  plugin.xml                      XML-10      144   Expected x'0A' newline character.  Found:  x'0D'.  File must be converted to use a single newline character.  Line: 2
                                              144   Expected x'0D' newline character.  Found:  x'0A'.  File must be converted to use a single newline character.  Line: 2

Since Darin will probably fix them, I'll just add to this bug even though they belong in another bucket :-)
Comment 2 Darin Wright CLA 2010-04-30 09:30:22 EDT
(In reply to comment #1)
> I'll just add to this bug even though they
> belong in another bucket :-)

Yup, one bug is fine.
Comment 3 Darin Wright CLA 2010-05-04 16:04:32 EDT
org.eclipse.pde.ui.templates issue was fixed by bug 311518, and the org.eclipse.core.variables and org.eclipse.core.externaltools issues were fixed by bug 311519.

*** This bug has been marked as a duplicate of bug 311518 ***