]> git.evergreen-ils.org Git - OpenSRF.git/commit
Minor cleanups to Java dependency build process
authorDan Scott <dan@coffeecode.net>
Wed, 2 May 2012 02:11:00 +0000 (22:11 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 2 May 2012 20:24:08 +0000 (16:24 -0400)
commitf6d38086a42cd6a60d7ed45461d99076cf4d9e5e
tree29136975a138df3fbe574de55f09af158ed20717
parentd9487c42a1e3432be9fa3da9b2fad2b42d24a645
Minor cleanups to Java dependency build process

While configure.ac still hardcodes the expected location of the Java
dependencies (JSON and Memcached classes), we can clean up some of the
lower-level challenges with the Java build.

* StAX and WSTX were rolled into the core Java environment long ago,
  so there's no need to download them and even less need to verify
  that the downloaded version exist.
* The Memcached class is now up to 2.0.1, per deps.sh, but the deps.inc
  file was pointing at 1.5.1.
* Speaking of the deps.inc file, nothing seems to use it; delete it.
* The Makefile was dying because the variables for the Memcached and
  JSON classes weren't defined. Define those at the top of the Makefile.

Signed-off-by: Dan Scott <dan@coffeecode.net>
src/java/Makefile.am
src/java/deps.inc [deleted file]