mod_admin_web/admin_web/get_deps.sh
changeset 291 94fab3c0a7aa
child 297 a70284e01453
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_admin_web/admin_web/get_deps.sh	Thu Dec 23 20:00:34 2010 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+cd www_files/js
+wget http://code.jquery.com/jquery-1.4.4.min.js
+git clone git://github.com/metajack/strophejs.git strophejs
+cd strophejs
+make strophe.js && cp strophe.js ../strophe.js
+cd ..
+rm -rf strophejs