diff options
Diffstat (limited to '.project')
-rw-r--r-- | .project | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -2,15 +2,22 @@ <projectDescription> <name>GTplusplus</name> <comment></comment> - <projects/> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> + <projects> + </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> - <arguments/> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> + <arguments> + </arguments> </buildCommand> </buildSpec> - <linkedResources/> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> + </natures> </projectDescription> |