-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroidLife.iml
More file actions
45 lines (44 loc) · 1.66 KB
/
AndroidLife.iml
File metadata and controls
45 lines (44 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android" name="Android">
<configuration>
<option name="SDK_PATH" value="$MODULE_DIR$/../../Development/android-sdk-mac_x86-1.5_r3" />
<option name="RESOURCES_PATH" value="res" />
<option name="ANDROID_TARGET_NAME" value="Android 1.5" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<content url="file://$MODULE_DIR$/gen">
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
</content>
<orderEntry type="module-library">
<library name="Android SDK">
<CLASSES>
<root url="jar://$MODULE_DIR$/../../Development/android-sdk-mac_x86-1.5_r3/platforms/android-1.5/android.jar!/" />
</CLASSES>
<JAVADOC>
<root url="file://$MODULE_DIR$/../../Development/android-sdk-mac_x86-1.5_r3/docs/reference" />
</JAVADOC>
<SOURCES />
</library>
</orderEntry>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>