diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-01-19 17:14:24 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-01-19 17:14:24 +0000 |
commit | 2fa054bf63006dedc98639ff08b3f2c637c5d74b (patch) | |
tree | c9742c83cf59a5ca682bcd7506c9fc3ee5a11e01 /.project |
Initial commit, clean project has been created.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..47b759e --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>CGPDevelopment</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |