Bug 312682

Summary: chkpii errors in jdt.apt plugins
Product: [Eclipse Project] JDT Reporter: Kim Moir <kim.moir>
Component: APTAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, markus.kell.r, Olivier_Thomann
Version: 3.6Keywords: Documentation
Target Milestone: 3.6 RC1Flags: daniel_megert: review+
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kim Moir CLA 2010-05-12 14:25:23 EDT
I was running a test build today and noticed that there were chkpii errors in some of the the jdt apt plugins

eclipse/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.300.N20100512-1053_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.jdt.apt.core_3.3.400.N20100512-1053_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.jdt.apt.ui_3.3.300.N20100512-1053_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
Comment 1 Olivier Thomann CLA 2010-05-13 08:46:11 EDT
Fixed and released in HEAD.
I believe the copyright tool is using mixed line delimeters.
I'll tag for the next build.
Comment 2 Markus Keller CLA 2010-05-13 08:57:22 EDT
> I believe the copyright tool is using mixed line delimeters.
See bug 215224 and bug 140936.