Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-05-27 10:11:46 +0000
committerMarkus Keller2014-05-27 10:11:46 +0000
commit098ae5a56cf1510ff73d1535978763e74fd16783 (patch)
tree8012b90742274eb4c3981f03898122dd89aac02c
parent9d4d144eeab514c396e252f897178d49b4ecb5c3 (diff)
downloadeclipse.jdt.core-098ae5a56cf1510ff73d1535978763e74fd16783.tar.gz
eclipse.jdt.core-098ae5a56cf1510ff73d1535978763e74fd16783.tar.xz
eclipse.jdt.core-098ae5a56cf1510ff73d1535978763e74fd16783.zip
fixed mixed line delimiters
-rw-r--r--org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf b/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf
index 0b0780baf2..4ea66d6f8d 100644
--- a/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf
+++ b/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf
@@ -1,3 +1,3 @@
jarprocessor.exclude.pack=true
-
+
jarprocessor.exclude.children=true \ No newline at end of file

Back to the top