diff options
author | Koushik Dutta <koushd@gmail.com> | 2015-02-18 18:06:38 -0800 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2015-02-18 18:06:38 -0800 |
commit | 3ec62330de0231d6ac62156bb6cc4b96fa70679e (patch) | |
tree | c1212624decbca9c6f59766abfba61bfbee2fbb9 /AndroidAsyncStetho/.project | |
parent | 80c9a2c90570a73924e4683b5f8b518f001ef57e (diff) | |
download | AndroidAsync-3ec62330de0231d6ac62156bb6cc4b96fa70679e.tar.gz AndroidAsync-3ec62330de0231d6ac62156bb6cc4b96fa70679e.tar.bz2 AndroidAsync-3ec62330de0231d6ac62156bb6cc4b96fa70679e.zip |
initial stetho support
Diffstat (limited to 'AndroidAsyncStetho/.project')
-rw-r--r-- | AndroidAsyncStetho/.project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/AndroidAsyncStetho/.project b/AndroidAsyncStetho/.project new file mode 100644 index 0000000..4e6d9d1 --- /dev/null +++ b/AndroidAsyncStetho/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>AndroidAsync</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> |