diff options
Diffstat (limited to '.project')
-rw-r--r-- | .project | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>Unit Converter</name> - <comment></comment> + <name>UnitConverter</name> + <comment>Project UnitConverter created by Buildship.</comment> <projects> </projects> <buildSpec> @@ -11,13 +11,13 @@ </arguments> </buildCommand> <buildCommand> - <name>org.eclipse.m2e.core.maven2Builder</name> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> - <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> </natures> </projectDescription> |