Skip to content

Commit dd5458a

Browse files
authored
Add maven nature to com.google.cloud.tools.eclipse.swtbot (#2237)
1 parent be9f082 commit dd5458a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins/com.google.cloud.tools.eclipse.swtbot

plugins/com.google.cloud.tools.eclipse.swtbot/.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
</arguments>
2222
</buildCommand>
2323
<buildCommand>
24-
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
2828
</buildSpec>
2929
<natures>
30+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3031
<nature>org.eclipse.pde.PluginNature</nature>
3132
<nature>org.eclipse.jdt.core.javanature</nature>
32-
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
3333
</natures>
3434
</projectDescription>

0 commit comments

Comments
 (0)