Skip to content

Commit 3e205a6

Browse files
committed
Configured Eclipse project to use new lines only
1 parent d8247d9 commit 3e205a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
</arguments>
2222
</buildCommand>
2323
<buildCommand>
24-
<name>org.eclipse.m2e.core.maven2Builder</name>
24+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
2828
<buildCommand>
29-
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
29+
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
3030
<arguments>
3131
</arguments>
3232
</buildCommand>
3333
<buildCommand>
34-
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
34+
<name>org.eclipse.m2e.core.maven2Builder</name>
3535
<arguments>
3636
</arguments>
3737
</buildCommand>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
line.separator=\n

0 commit comments

Comments
 (0)