Move OsmAnd java core project back to android repository for maintainance reasons
This commit is contained in:
parent
7bc162a878
commit
f788e8eb47
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<property file="local.properties" />
|
<property file="local.properties" />
|
||||||
|
|
||||||
<property name="src.dir" value="java"/>
|
<property name="src.dir" value="src"/>
|
||||||
<property name="src.absolute.dir" location="${src.dir}" />
|
<property name="src.absolute.dir" location="${src.dir}" />
|
||||||
<property name="bin.dir" value="bin"/>
|
<property name="bin.dir" value="bin"/>
|
||||||
<property name="bin.absolute.dir" location="${bin.dir}"/>
|
<property name="bin.absolute.dir" location="${bin.dir}"/>
|
||||||
|
|
Loading…
Reference in a new issue