diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-09 12:46:47 +0000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-09 12:46:47 +0000 |
| commit | 63e94d2dda9495c5894f942902a76c0c17871381 (patch) | |
| tree | 32958f0fb81a177f12a17f54436c71b701334f04 /.project | |
| parent | 872b5b6c96b261e5b06aa56f86c462938f14e2f4 (diff) | |
| download | GT5-Unofficial-63e94d2dda9495c5894f942902a76c0c17871381.tar.gz GT5-Unofficial-63e94d2dda9495c5894f942902a76c0c17871381.tar.bz2 GT5-Unofficial-63e94d2dda9495c5894f942902a76c0c17871381.zip | |
$ Fixed Glider Handler using ClientSide code on the Server.
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 27 |
1 files changed, 7 insertions, 20 deletions
@@ -1,29 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>MiscUtilsX</name> + <name>GTplusplus</name> <comment></comment> - <projects> - </projects> + <projects/> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.buildship.core.gradleprojectbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> - <arguments> - </arguments> + <arguments/> </buildCommand> </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> - <nature>org.eclipse.buildship.core.gradleprojectnature</nature> - </natures> + <linkedResources/> </projectDescription> |
