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

Bug 348016

Summary: fix line ending issues (CR/LF instead of just LF)
Product: [Technology] EPP Reporter: Markus Knauer <mknauer>
Component: PackagerAssignee: Project Inbox <epp.packager-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: mknauer
Version: 1.3.0   
Target Milestone: 1.4.0 RC4   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Markus Knauer CLA 2011-06-01 16:44:36 EDT
The CVS checkout in Hudson complains about many line ending issues where the source contains a CR/LF combination instead of a single LF.

Example:

[java] WARN:  CVS file org.eclipse.epp/packages/org.eclipse.epp.package.javascript.feature/.project either contains invalid line endings on the server (CR/LF instead of just LF) or is a binary file that is not marked as -kb.
Comment 1 Markus Knauer CLA 2011-06-05 07:06:06 EDT
Fixed in the JavaScript package - looks like this was the only one that was affected.
Need to check this with the next build on Hudson.
Comment 2 Markus Knauer CLA 2011-06-05 09:46:31 EDT
Resolved as FIXED after a check of the Hudson job output.