Skip to content

Commit b48e393

Browse files
author
jan
committed
remove maven builders/natures
Though I think it would be great to do a maven build in eclipse it soes seem to create lots of errors that distract me
1 parent e5f8963 commit b48e393

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

io.sloeber.autoBuild.ui/.project

-6
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23-
<buildCommand>
24-
<name>org.eclipse.m2e.core.maven2Builder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
2823
</buildSpec>
2924
<natures>
30-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3125
<nature>org.eclipse.pde.PluginNature</nature>
3226
<nature>org.eclipse.jdt.core.javanature</nature>
3327
</natures>

io.sloeber.autoBuild/.project

-7
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,9 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23-
<buildCommand>
24-
<name>org.eclipse.m2e.core.maven2Builder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
2823
</buildSpec>
2924
<natures>
30-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3125
<nature>org.eclipse.pde.PluginNature</nature>
3226
<nature>org.eclipse.jdt.core.javanature</nature>
3327
</natures>
3428
</projectDescription>
35-
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
eclipse.preferences.version=1
2-
encoding/<project>=windows-1252
2+
encoding/<project>=UTF-8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
3+
org.eclipse.jdt.core.compiler.compliance=17
4+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
5+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
8+
org.eclipse.jdt.core.compiler.release=enabled
9+
org.eclipse.jdt.core.compiler.source=17

0 commit comments

Comments
 (0)