AFIK, this is a know limitation while using the repo plugin..you need to enable the CR+LF as text line delimiter
follow these steps
- Only CR+LF is supported as a new text file line delimiter.
- To set the new text file line delimiter in Eclipse, go to Window → Preferences, under General → Workspace change New text file line delimiter → Other: to Windows.
- To change the new text file line delimiter in Eclipse for an existing project, go to project Properties, under Resource change New text file line delimiter → Other: to Windows.
- To change the new text file line delimiter in Eclipse for an existing file, open the file and choose File → Convert Line Delimiters to → Windows.
- Not all code pages (text file encoding) are supported.
- To set the text file encoding for new files in Eclipse, choose Window → Preferences, under General → Workspace change Text file encoding → Other: to UTF-8.
- To change the text file encoding in Eclipse for an existing project, go to project Properties, under Resource change Text file encoding → Other:to UTF-8.
- To change the text file encoding in Eclipse for an existing file, go to file Properties, under Resource change Text file encoding → Other: to UTF-8.
- If you view the BSP pages on the ABAP server, the might look different to the version in Eclipse or at runtime:
- Trailing spaces in text lines are escaped with " " in the respective BSP pages.
- Lines longer than 254 are broken into several lines and have a + on position 255
hope this helps.