diff options
| author | ToastedCoconut <bavo1997@gmail.com> | 2019-06-29 21:24:51 +0200 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-06-29 20:24:51 +0100 |
| commit | 5ccbced69af227f3d3846974bb6f4e9fc9e2fb68 (patch) | |
| tree | 1b8421238f95c359f9bbc1d965be0058a94a39fa /.project | |
| parent | e4e2a28defeb7dded336cc385135cbe2b4efe316 (diff) | |
New tasks: breeding and xpearn (#44)
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 00000000..d9f85e2b --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Quests</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> |
