diff options
author | Genny <gen@nyble.dev> | 2020-02-03 14:21:42 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-02-03 14:21:42 -0600 |
commit | 8c79ab0d5a96f89e74a070968f8787f9ba94a8c8 (patch) | |
tree | 93d0bc26f68c802860d2e8cabc2d4381eeffeb44 /.project | |
download | sunfright-8c79ab0d5a96f89e74a070968f8787f9ba94a8c8.tar.gz sunfright-8c79ab0d5a96f89e74a070968f8787f9ba94a8c8.zip |
Initial commit
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..5f0a208 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>sunfright</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> |