From: kenstir Date: Sat, 10 Oct 2015 20:56:50 +0000 (-0400) Subject: The IDL is no longer packaged with the app in assets, but I am keeping X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=49a51ce02724f3c07832a511639607c0451ba179;p=working%2FEvergreen.git The IDL is no longer packaged with the app in assets, but I am keeping this script laying around for reference. --- diff --git a/Open-ILS/src/Android/cwmars_app/fetch_idl.sh b/Open-ILS/src/Android/cwmars_app/fetch_idl.sh index ad7a5d4fa2..55b8cc95dd 100644 --- a/Open-ILS/src/Android/cwmars_app/fetch_idl.sh +++ b/Open-ILS/src/Android/cwmars_app/fetch_idl.sh @@ -1,3 +1,3 @@ #!/bin/sh root=http://bark.cwmars.org -curl -o assets/fm_IDL.xml "$root/reports/fm_IDL.xml?class=acn&class=acp&class=ahr&class=ahtc&class=au&class=bmp&class=cbreb&class=cbrebi&class=cbrebin&class=cbrebn&class=ccs&class=circ&class=ex&class=mbt&class=mbts&class=mous&class=mus&class=mvr&class=perm_ex" +curl -o fm_IDL.xml "$root/reports/fm_IDL.xml?class=acn&class=acp&class=ahr&class=ahtc&class=au&class=bmp&class=cbreb&class=cbrebi&class=cbrebin&class=cbrebn&class=ccs&class=circ&class=ex&class=mbt&class=mbts&class=mous&class=mus&class=mvr&class=perm_ex"