Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 311170 - chkpii error in org.eclipse.pde.ui.templates in I20100429-1549
Summary: chkpii error in org.eclipse.pde.ui.templates in I20100429-1549
Status: CLOSED DUPLICATE of bug 311518
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 09:22 EDT by Kim Moir CLA
Modified: 2010-05-04 16:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***