forked from ushahidi/Ushahidi_Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUshahidi.ipr
120 lines (119 loc) · 4.46 KB
/
Ushahidi.ipr
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<option name="DEFAULT_COMPILER" value="Javac" />
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="?*.properties" />
<entry name="?*.xml" />
<entry name="?*.gif" />
<entry name="?*.png" />
<entry name="?*.jpeg" />
<entry name="?*.jpg" />
<entry name="?*.html" />
<entry name="?*.dtd" />
<entry name="?*.tld" />
<entry name="?*.ftl" />
</wildcardResourcePatterns>
<annotationProcessing enabled="false" useClasspath="true" />
</component>
<component name="DependencyValidationManager">
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</component>
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="FacetAutodetectingManager">
<autodetection-disabled>
<facet-type id="android">
<modules>
<module name="Library">
<files>
<file url="file://$PROJECT_DIR$/Library/AndroidManifest.xml" />
<file url="file://$PROJECT_DIR$/Library/tests/AndroidManifest.xml" />
</files>
</module>
<module name="Tests">
<files>
<file url="file://$PROJECT_DIR$/Tests/AndroidManifest.xml" />
</files>
</module>
</modules>
</facet-type>
</autodetection-disabled>
</component>
<component name="JavadocGenerationManager">
<option name="OUTPUT_DIRECTORY" />
<option name="OPTION_SCOPE" value="protected" />
<option name="OPTION_HIERARCHY" value="true" />
<option name="OPTION_NAVIGATOR" value="true" />
<option name="OPTION_INDEX" value="true" />
<option name="OPTION_SEPARATE_INDEX" value="true" />
<option name="OPTION_DOCUMENT_TAG_USE" value="false" />
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
<option name="OPTION_DEPRECATED_LIST" value="true" />
<option name="OTHER_OPTIONS" value="" />
<option name="HEAP_SIZE" />
<option name="LOCALE" />
<option name="OPEN_IN_BROWSER" value="true" />
</component>
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Beijing/Beijing.iml" filepath="$PROJECT_DIR$/Beijing/Beijing.iml" />
<module fileurl="file://$PROJECT_DIR$/Core/Core.iml" filepath="$PROJECT_DIR$/Core/Core.iml" />
<module fileurl="file://$PROJECT_DIR$/CoreV3/CoreV3.iml" filepath="$PROJECT_DIR$/CoreV3/CoreV3.iml" />
<module fileurl="file://$PROJECT_DIR$/Inherity/Inherity.iml" filepath="$PROJECT_DIR$/Inherity/Inherity.iml" />
<module fileurl="file://$PROJECT_DIR$/Ushahidi/Ushahidi.iml" filepath="$PROJECT_DIR$/Ushahidi/Ushahidi.iml" />
</modules>
</component>
<component name="ProjectResources">
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="Java 1.6" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="" />
</component>
<component name="libraryTable">
<library name="ApacheMime">
<CLASSES>
<root url="jar://$PROJECT_DIR$/Core/libs/apache-mime4j-core-0.7.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="HttpClient">
<CLASSES>
<root url="jar://$PROJECT_DIR$/Core/libs/httpclient-4.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="HttpCore">
<CLASSES>
<root url="jar://$PROJECT_DIR$/Core/libs/httpcore-4.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="HttpMime">
<CLASSES>
<root url="jar://$PROJECT_DIR$/Core/libs/httpmime-4.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
<library name="libs">
<CLASSES>
<root url="file://$PROJECT_DIR$/Core/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/Core/libs" recursive="false" />
</library>
</component>
</project>