diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-08-22 20:51:35 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-08-22 20:51:35 -0400 |
| commit | f242b3b9e2d62cc2263e9e9288c9feb9613e8132 (patch) | |
| tree | c3fa648e9b44594fbda16f53c5ebd94c5fa4cd21 /.project | |
| parent | 20bef6e26d948698398bd16aeab8c9e6b89110e4 (diff) | |
Update
Diffstat (limited to '.project')
| -rwxr-xr-x | .project | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -1,23 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>Jewlerycraft</name> + <name>jewlerycraft</name> <comment>Project Jewelrycraft created by Buildship.</comment> - <projects> - </projects> + <projects/> + <natures> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> <buildSpec> <buildCommand> <name>org.eclipse.buildship.core.gradleprojectbuilder</name> - <arguments> - </arguments> + <arguments/> </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> + <arguments/> </buildCommand> </buildSpec> - <natures> - <nature>org.eclipse.buildship.core.gradleprojectnature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> + <linkedResources/> </projectDescription> |
