diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-05 17:08:09 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-05 17:08:09 -0400 |
| commit | 5cfa829f55ceb4da6dd3a5639bf72cd830a17edb (patch) | |
| tree | 1661bdf3a5e292c790b9a16133b4b5539787b602 /.project | |
| parent | ee7a1a8d805453652dee7f21216c3d64bdf4375a (diff) | |
Fix up eclipse settings
Do some minor changes to the eclipse project config
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..2d9b4f5 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>dicelang-scl</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |
