diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-01-21 20:04:34 -0600 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-01-21 20:04:34 -0600 |
| commit | b4eb8f2d65c62afccc898808b44fdddfde0c15d1 (patch) | |
| tree | ee3a9f47a22418a6778c299cc96b4fedc2265afe /.project | |
| parent | 39642dce74d23f025b71d5766c1ac8489a41a802 (diff) | |
Startup
I hope I'm doing this right...
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..23d71c3 --- /dev/null +++ b/.project @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>1.7.10</name> + <comment/> + <projects/> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments/> + </buildCommand> + </buildSpec> + <linkedResources/> +</projectDescription> |
