diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-04 14:29:31 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-04 14:29:31 +0200 |
commit | 74479fef844c0814c2a40be0eb5495b44692bfbb (patch) | |
tree | 65effcc4eea714671861fa361f926f2b39fc6561 /.project | |
parent | f81f3972ba1f66f307aaf074e6d29e3f1fce6340 (diff) | |
download | AntennaPod-74479fef844c0814c2a40be0eb5495b44692bfbb.zip |
Excluded classpath and project config files from gitignore
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 000000000..b8c016539 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Podfetcher</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> |