From: kenstir Date: Tue, 26 Nov 2013 23:09:49 +0000 (-0500) Subject: regenerated IDL and a script to fetch it. Makes me think I better fetch it at run... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=963ff9f88beaf1116c9625985651bee4b3c2bb40;p=working%2FEvergreen.git regenerated IDL and a script to fetch it. Makes me think I better fetch it at run-time some-time in the future. --- diff --git a/Open-ILS/src/Android/assets/fm_IDL.xml b/Open-ILS/src/Android/assets/fm_IDL.xml index 41843225a8..5f8585e813 100644 --- a/Open-ILS/src/Android/assets/fm_IDL.xml +++ b/Open-ILS/src/Android/assets/fm_IDL.xml @@ -190,7 +190,7 @@ - + @@ -532,4 +532,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Open-ILS/src/Android/fetch_idl.sh b/Open-ILS/src/Android/fetch_idl.sh new file mode 100644 index 0000000000..2f7cd68180 --- /dev/null +++ b/Open-ILS/src/Android/fetch_idl.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl -o assets/fm_IDL.xml 'http://bark.cwmars.org/reports/fm_IDL.xml?class=acn&class=acp&class=ahr&class=ahtc&class=au&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'