Skip to content

Commit

Permalink
Merge pull request #4 from takahashim/update-epubcheck3.0.1
Browse files Browse the repository at this point in the history
update epubcheck 3.0 -> 3.0.1
  • Loading branch information
jugyo committed Apr 5, 2014
2 parents 2be077a + ef4b350 commit a5bb3a0
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/epubcheck
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby

jar = File.join(File.dirname(__FILE__), '/../lib/epubcheck-3.0/epubcheck-3.0.jar')
jar = File.join(File.dirname(__FILE__), '/../lib/epubcheck-3.0.1/epubcheck-3.0.1.jar')
system 'java', '-jar', jar, ARGV[0]
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Licenses of third-party dependencies
Guava: Google Core Libraries for Java, 13.0.1
The Apache Software License, Version 2.0

SaxonB, 9.1.0.8
Saxon-HE, 9.4.0.6
Mozilla Public License Version 1.0

Commons Compress, 1.4.1
Expand Down
Binary file not shown.
Binary file added lib/epubcheck-3.0.1/lib/Saxon-HE-9.4.0.6.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed lib/epubcheck-3.0/lib/saxon-9.1.0.8.jar
Binary file not shown.

0 comments on commit a5bb3a0

Please sign in to comment.