]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Make Evergreen link to the OpenSRF JavaScript files, rather than copy them.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 4 Feb 2010 05:00:54 +0000 (05:00 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 4 Feb 2010 05:00:54 +0000 (05:00 +0000)
commit0dcc7d791454b39d55e84dc22c7f540aba2b0847
treef48b9b57df32d5a63e023f3ec2d3d6343073f951
parent00ba85840488419b25e07f9b8ded3462915c2979
Make Evergreen link to the OpenSRF JavaScript files, rather than copy them.

This means that if you upgrade OpenSRF, you will automatically get the
upgraded OpenSRF JavaScript in your Evergreen instance without having to
manually copy the files into the multiple places they live. Your Dojo
layer will still need to be recreated, however.

Also, use the autoconf AC_PROG_LN_S and AC_PROG_MKDIR_P macros to provide
better cross-platform support for these commands.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15446 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/Makefile.am
Open-ILS/src/java/Makefile.am
Open-ILS/web/Makefile.am
configure.ac