Skip to content

Commit

Permalink
update jar file to exclude non-relevant java files
Browse files Browse the repository at this point in the history
  • Loading branch information
vdang committed Nov 19, 2013
1 parent ef23f25 commit f759ba3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bin/RankLib.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<!-- Compile the java code from ${src} into ${build} -->
<javac srcdir="${src}"
destdir="${build}">
<exclude name="ciir/umass/edu/tuning/*.java"/>
<exclude name="test/*.java"/>
<classpath refid="compile.classpath"/>
</javac>
</target>
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Date: November, 2013.
Version: 2.2+
Version: 2.2.1
======================================

WHAT'S NEW
Expand Down

0 comments on commit f759ba3

Please sign in to comment.