little change of gitignore
This commit is contained in:
parent
e0ebee8c70
commit
9ceb2a05dc
2 changed files with 13 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,7 +9,8 @@ g_*.png
|
||||||
mm_*.png
|
mm_*.png
|
||||||
mx_*.png
|
mx_*.png
|
||||||
*.class
|
*.class
|
||||||
|
*.iml
|
||||||
.settings
|
.settings
|
||||||
.idea
|
.idea
|
||||||
out/
|
out/
|
||||||
*.iml
|
|
||||||
|
|
|
@ -26,8 +26,18 @@
|
||||||
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
|
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="module" module-name="SherlockBar" />
|
<orderEntry type="module" module-name="SherlockBar" />
|
||||||
<orderEntry type="module" module-name="OsmAnd-java" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="libs" level="project" />
|
<orderEntry type="library" scope="PROVIDED" name="libs" level="project" />
|
||||||
|
<orderEntry type="module-library">
|
||||||
|
<library>
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$MODULE_DIR$/../OsmAnd-java/OsmAnd-core-android.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$MODULE_DIR$/../OsmAnd-java/OsmAnd-core-android.jar!/" />
|
||||||
|
</SOURCES>
|
||||||
|
</library>
|
||||||
|
</orderEntry>
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue