Skip to content

Commit cca42f7

Browse files
author
sm-harding
committed
Update 5.10 release jars. Update configuration version numbers. Add -Xdoclint:none to JAVAC and JAVADOC make definitions.
git-svn-id: https://svn.code.sf.net/p/lemur/code/indri/trunk@2668 14020d50-3050-45fe-8e0c-5ed7005ca764
1 parent e8d7535 commit cca42f7

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

MakeDefns.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ INSTALL = @INSTALL@
3232
INSTALL_DATA = @INSTALL_DATA@
3333
INSTALL_PROGRAM = @INSTALL_PROGRAM@
3434
INSTALL_DIR = ${INSTALL} -m 755 -d
35-
JAVAC = @JAVAC@
35+
JAVAC = @JAVAC@ -Xdoclint:none
3636
JAR = @JAR@
3737
JAVAINC = @JAVAINC@
38-
JAVADOC = @JAVADOC@
38+
JAVADOC = @JAVADOC@ -Xdoclint:none
3939
JAVAHOME = @JAVAHOME@
4040
NEED_ANTLR = @NEED_ANTLR@
4141
SWIG = @SWIG@

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.63 for Indri 5.8.
3+
# Generated by GNU Autoconf 2.63 for Indri 5.10.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
596596
# Identity of this package.
597597
PACKAGE_NAME='Indri'
598598
PACKAGE_TARNAME='indri'
599-
PACKAGE_VERSION='5.8'
600-
PACKAGE_STRING='Indri 5.8'
599+
PACKAGE_VERSION='5.10'
600+
PACKAGE_STRING='Indri 5.10'
601601
PACKAGE_BUGREPORT='[email protected]'
602602

603603
ac_unique_file="indri-VS2012.sln"
@@ -1308,7 +1308,7 @@ if test "$ac_init_help" = "long"; then
13081308
# Omit some internal or obsolete options to make the list less imposing.
13091309
# This message is too long to be a string in the A/UX 3.1 sh.
13101310
cat <<_ACEOF
1311-
\`configure' configures Indri 5.8 to adapt to many kinds of systems.
1311+
\`configure' configures Indri 5.10 to adapt to many kinds of systems.
13121312
13131313
Usage: $0 [OPTION]... [VAR=VALUE]...
13141314
@@ -1373,7 +1373,7 @@ fi
13731373

13741374
if test -n "$ac_init_help"; then
13751375
case $ac_init_help in
1376-
short | recursive ) echo "Configuration of Indri 5.8:";;
1376+
short | recursive ) echo "Configuration of Indri 5.10:";;
13771377
esac
13781378
cat <<\_ACEOF
13791379
@@ -1475,7 +1475,7 @@ fi
14751475
test -n "$ac_init_help" && exit $ac_status
14761476
if $ac_init_version; then
14771477
cat <<\_ACEOF
1478-
Indri configure 5.8
1478+
Indri configure 5.10
14791479
generated by GNU Autoconf 2.63
14801480
14811481
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1489,7 +1489,7 @@ cat >config.log <<_ACEOF
14891489
This file contains any messages produced by compilers while
14901490
running configure, to aid debugging if configure makes a mistake.
14911491
1492-
It was created by Indri $as_me 5.8, which was
1492+
It was created by Indri $as_me 5.10, which was
14931493
generated by GNU Autoconf 2.63. Invocation command line was
14941494
14951495
$ $0 $@
@@ -7676,7 +7676,7 @@ exec 6>&1
76767676
# report actual input values of CONFIG_FILES etc. instead of their
76777677
# values after options handling.
76787678
ac_log="
7679-
This file was extended by Indri $as_me 5.8, which was
7679+
This file was extended by Indri $as_me 5.10, which was
76807680
generated by GNU Autoconf 2.63. Invocation command line was
76817681
76827682
CONFIG_FILES = $CONFIG_FILES
@@ -7726,7 +7726,7 @@ Report bugs to <[email protected]>."
77267726
_ACEOF
77277727
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77287728
ac_cs_version="\\
7729-
Indri config.status 5.8
7729+
Indri config.status 5.10
77307730
configured by $0, generated by GNU Autoconf 2.63,
77317731
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
77327732

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([Indri],[5.8],[[email protected]])
2+
AC_INIT([Indri],[5.10],[[email protected]])
33
CFLAGS=${CFLAGS:-"-g -O3"}
44
CXXFLAGS=${CXXFLAGS:-"-g -O3"}
55
AC_CONFIG_SRCDIR(indri-VS2012.sln)

swig/src/java/IndexUI.jar

-4.68 KB
Binary file not shown.

swig/src/java/RetUI.jar

-4.68 KB
Binary file not shown.

swig/src/java/indri.jar

-4.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)