Skip to content

Commit

Permalink
Updated Eclipse Project nature to current m2e plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Levine <flevine@radiantblue.com>
  • Loading branch information
zigliolie authored and Frank Levine committed Jan 28, 2014
1 parent 4bacd6d commit e1ea29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<name>ca.mcgill.sable.clone.markers.cloneProblemMarkingBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>ca.mcgill.sable.clone.markers.cloneProblemMarkingBuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>ca.mcgill.sable.clone.nature</nature>
</natures>
</projectDescription>

0 comments on commit e1ea29f

Please sign in to comment.