[open-ils-commits] r14926 - trunk/Open-ILS/xul/staff_client/external (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 16 16:34:04 EST 2009


Author: phasefx
Date: 2009-11-16 16:33:59 -0500 (Mon, 16 Nov 2009)
New Revision: 14926

Added:
   trunk/Open-ILS/xul/staff_client/external/closure_compiler.sh
Log:
forgot to commit this wrapper for the closure compiler, the sole purpose of which is to return an error code 0 so that make doesn't abort.  I don't mean to pull in a whole new dependency (like java), I'm just playing around.  Will be happy to look at dojo squeeze, etc.

Added: trunk/Open-ILS/xul/staff_client/external/closure_compiler.sh
===================================================================
--- trunk/Open-ILS/xul/staff_client/external/closure_compiler.sh	                        (rev 0)
+++ trunk/Open-ILS/xul/staff_client/external/closure_compiler.sh	2009-11-16 21:33:59 UTC (rev 14926)
@@ -0,0 +1,3 @@
+#!/bin/sh
+find build/ -name '*.js' -exec java -jar $* --js {} --js_output_file {}~ \;
+exit 0


Property changes on: trunk/Open-ILS/xul/staff_client/external/closure_compiler.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the open-ils-commits mailing list