diff options
author | Joe Robinson <joe@lc8n.com> | 2010-10-29 00:48:14 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2010-10-29 00:48:14 +0100 |
commit | 6093815099eb6d6c3d978579ccbdde38fa916f13 (patch) | |
tree | d99bd4e993b0e0ffd96dc1be8863512060681b6e /.project |
Untouched work since submission for university project 04/05/2010. Messy code, a bit glitchy.HEADmaster
Diffstat (limited to '.project')
-rw-r--r-- | .project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..5abe862 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>lc8n</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.android.ide.eclipse.adt.ApkBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>com.android.ide.eclipse.adt.AndroidNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |