diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-08-17 01:56:11 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-08-17 02:19:39 +0200 |
commit | d773a39a1f07ae4b8021222a47c16b048d7fd435 (patch) | |
tree | 3558cbd77c8e6aa54f5593b556fcbf330fea0120 /.project | |
download | AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.tar.gz AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.tar.xz AndMAL-d773a39a1f07ae4b8021222a47c16b048d7fd435.zip |
initial commit
Diffstat (limited to '.project')
-rw-r--r-- | .project | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..e8640ee --- /dev/null +++ b/.project @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>AndMAL</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + <arguments> + </arguments> + </buildCommand> + <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> + <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + </natures> +</projectDescription> |