]> 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 02:11:00 +0000 (22:11 -0400)
commit02f3d36e5979c78708d7afab28436af07a8a4054
treecd36d935654488d94c939379610363a6a94b5baf
parent98c262055ada2bb24eaa714b49a13055a5ac4566
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]