Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Fix the compile error with FW5.6.2.1 libraries #18

Merged
merged 1 commit into from
May 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<pathelement location="${env.KINDLE_EBOOK}/lib/ReaderContentSDK.jar"/>
<pathelement location="${env.KINDLE_EBOOK}/booklet/Reader.jar"/>
<pathelement location="${env.KINDLE_EBOOK}/booklet/AbstractReaderBooklet.jar"/>
<pathelement location="${env.KINDLE_EBOOK}/lib/concierge-1.0.0.jar"/>
</path>

<target name="compile" depends="checkProperties">
Expand Down