1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

sync with ics branch

This commit is contained in:
Nikolay Pultsin 2013-01-24 22:24:27 +04:00
parent d4d37f45c9
commit 973c443ba1
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ Amazon store: issues
1.5.*:
* duplicates: *.epub vs. *.epub:xxx.opf
* Sort emails
* own logging system
* API methods for Greg

View file

@ -64,7 +64,7 @@
<echo message="Copying icons files to 'res/drawable/' folder..." />
<copy todir="res/drawable" verbose="false" overwrite="true" flatten="true">
<fileset file="icons/fbreader.png" />
<fileset file="icons/*.png" />
<fileset dir="icons/" includes="*/*" />
</copy>
<echo message="DONE (Copying icons files to 'res/drawable/' folder)" />