Skip to content

Commit 4754b15

Browse files
committed
[NUCACCESS-63] Remove eclipse manifest/plugin builders so more like
normal Maven project
1 parent ab3a056 commit 4754b15

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.project

+1-11
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.pde.ManifestBuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.pde.SchemaBuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
2313
<buildCommand>
2414
<name>org.eclipse.m2e.core.maven2Builder</name>
2515
<arguments>
@@ -28,7 +18,7 @@
2818
</buildSpec>
2919
<natures>
3020
<nature>org.eclipse.m2e.core.maven2Nature</nature>
31-
<nature>org.eclipse.pde.PluginNature</nature>
3221
<nature>org.eclipse.jdt.core.javanature</nature>
22+
<nature>org.eclipse.pde.PluginNature</nature>
3323
</natures>
3424
</projectDescription>

0 commit comments

Comments
 (0)