Skip to content

Commit 4fb7cfa

Browse files
committed
Enable eclipse maven builder
1 parent 306bcb5 commit 4fb7cfa

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

  • org.eclipse.tm4e.languageconfiguration.tests
  • org.eclipse.tm4e.languageconfiguration
  • org.eclipse.tm4e.registry

org.eclipse.tm4e.languageconfiguration.tests/.project

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
25-
<nature>org.eclipse.pde.PluginNature</nature>
2630
<nature>org.eclipse.jdt.core.javanature</nature>
31+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
32+
<nature>org.eclipse.pde.PluginNature</nature>
2733
</natures>
2834
</projectDescription>

org.eclipse.tm4e.languageconfiguration/.project

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
25-
<nature>org.eclipse.pde.PluginNature</nature>
2630
<nature>org.eclipse.jdt.core.javanature</nature>
31+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
32+
<nature>org.eclipse.pde.PluginNature</nature>
2733
</natures>
2834
</projectDescription>

org.eclipse.tm4e.registry/.project

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
25-
<nature>org.eclipse.pde.PluginNature</nature>
2630
<nature>org.eclipse.jdt.core.javanature</nature>
31+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
32+
<nature>org.eclipse.pde.PluginNature</nature>
2733
</natures>
2834
</projectDescription>

0 commit comments

Comments
 (0)