diff options
author | lookshe <github@lookshe.org> | 2015-01-10 23:11:07 +0100 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2015-01-10 23:11:07 +0100 |
commit | 71bb1e90b0656fe5caa32b34cb5798855d6cc425 (patch) | |
tree | 46cba2670207d0586665faee64b614ccf5625bff /src/main/.project | |
parent | 95e2a539517c27b3235acd582f17968c8e301e81 (diff) |
changes to get it working under eclipse
Diffstat (limited to 'src/main/.project')
-rw-r--r-- | src/main/.project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/main/.project b/src/main/.project new file mode 100644 index 00000000..d2f05ef9 --- /dev/null +++ b/src/main/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ConversationActivity</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>
|