Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-koush-Widgets: Commit

external/koush/Widgets


Commit MetaInfo

Revisionef6a7d2c3bae70006e90af0e8f9c286a30144b8d (tree)
Time2013-05-17 04:51:48
AuthorKoushik Dutta <koushd@gmai...>
CommiterKoushik Dutta

Log Message

android studio

Change-Id: Ia2105e424c38c3c7fecf4b8250422f4073676d3d

Change Summary

Incremental Difference

--- a/Widgets/.classpath
+++ b/Widgets/.classpath
@@ -4,5 +4,6 @@
44 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
55 <classpathentry kind="src" path="src"/>
66 <classpathentry kind="src" path="gen"/>
7+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
78 <classpathentry kind="output" path="bin/classes"/>
89 </classpath>
--- /dev/null
+++ b/Widgets/Widgets.iml
@@ -0,0 +1,26 @@
1+<?xml version="1.0" encoding="UTF-8"?>
2+<module type="JAVA_MODULE" version="4">
3+ <component name="FacetManager">
4+ <facet type="android" name="Android">
5+ <configuration>
6+ <option name="LIBRARY_PROJECT" value="true" />
7+ <notImportedProperties>
8+ <property>MANIFEST_FILE_PATH</property>
9+ <property>RESOURCES_DIR_PATH</property>
10+ <property>ASSETS_DIR_PATH</property>
11+ <property>NATIVE_LIBS_DIR_PATH</property>
12+ </notImportedProperties>
13+ </configuration>
14+ </facet>
15+ </component>
16+ <component name="NewModuleRootManager" inherit-compiler-output="true">
17+ <exclude-output />
18+ <content url="file://$MODULE_DIR$">
19+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
20+ <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
21+ </content>
22+ <orderEntry type="jdk" jdkName="Android 4.2.2 Platform" jdkType="Android SDK" />
23+ <orderEntry type="sourceFolder" forTests="false" />
24+ </component>
25+</module>
26+
--- a/WidgetsSample/.classpath
+++ b/WidgetsSample/.classpath
@@ -4,5 +4,6 @@
44 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
55 <classpathentry kind="src" path="src"/>
66 <classpathentry kind="src" path="gen"/>
7+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
78 <classpathentry kind="output" path="bin/classes"/>
89 </classpath>
Show on old repository browser