mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
sync with ics branch
This commit is contained in:
parent
d4d37f45c9
commit
973c443ba1
2 changed files with 2 additions and 1 deletions
1
TODO.1.5
1
TODO.1.5
|
@ -11,6 +11,7 @@ Amazon store: issues
|
||||||
|
|
||||||
1.5.*:
|
1.5.*:
|
||||||
|
|
||||||
|
* duplicates: *.epub vs. *.epub:xxx.opf
|
||||||
* Sort emails
|
* Sort emails
|
||||||
* own logging system
|
* own logging system
|
||||||
* API methods for Greg
|
* API methods for Greg
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
<echo message="Copying icons files to 'res/drawable/' folder..." />
|
<echo message="Copying icons files to 'res/drawable/' folder..." />
|
||||||
<copy todir="res/drawable" verbose="false" overwrite="true" flatten="true">
|
<copy todir="res/drawable" verbose="false" overwrite="true" flatten="true">
|
||||||
<fileset file="icons/fbreader.png" />
|
<fileset file="icons/*.png" />
|
||||||
<fileset dir="icons/" includes="*/*" />
|
<fileset dir="icons/" includes="*/*" />
|
||||||
</copy>
|
</copy>
|
||||||
<echo message="DONE (Copying icons files to 'res/drawable/' folder)" />
|
<echo message="DONE (Copying icons files to 'res/drawable/' folder)" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue