Fix osmand build.xml
This commit is contained in:
parent
9a01ae51cd
commit
a87a45415c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
unless="sdk.dir"
|
unless="sdk.dir"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<property name="use.dir" value="../DataExtractionOSM/src/" />
|
<property name="use.dir" value="../OsmAnd-java/src/" />
|
||||||
<property name="use.absolute.dir" location="${use.dir}" />
|
<property name="use.absolute.dir" location="${use.dir}" />
|
||||||
<property name="raw.absolute.dir" location="raw" />
|
<property name="raw.absolute.dir" location="raw" />
|
||||||
<property name="base.dir" location="." />
|
<property name="base.dir" location="." />
|
||||||
|
|
Loading…
Reference in a new issue