diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-03 16:19:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-03 16:19:07 +0200 |
commit | f2d0b50e0a9aff4060f8e2caa6f5b662adf16f81 (patch) | |
tree | 524f58175b6824922bc4ba0e6bd0855915d6c8be /org.eclipse.jgit.junit.http/build.properties | |
parent | b8e763fc19fd20d1c846bf538532907cf542ce46 (diff) | |
download | jgit-f2d0b50e0a9aff4060f8e2caa6f5b662adf16f81.tar.gz jgit-f2d0b50e0a9aff4060f8e2caa6f5b662adf16f81.zip |
Fix line endings
Change-Id: I61c9c173237a535da8576a9299bfd4bb29e8f56b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit.http/build.properties')
-rw-r--r-- | org.eclipse.jgit.junit.http/build.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.junit.http/build.properties b/org.eclipse.jgit.junit.http/build.properties index f4ae970158..aa1a008269 100644 --- a/org.eclipse.jgit.junit.http/build.properties +++ b/org.eclipse.jgit.junit.http/build.properties @@ -1,5 +1,5 @@ -source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.properties
+source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.properties |