r21168: - Step 2: Update swat for the latest qooxdoo version. The build now copies
authorDerrell Lipman <derrell@samba.org>
Tue, 6 Feb 2007 03:31:23 +0000 (03:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:39 +0000 (14:44 -0500)
commit754c4fe01f91ecdbf156c757804118ef301bffe3
tree4efd0b6b048137802b44002a0961e259c7ffeccc
parentd161c1382c36238105b85d0499d5a1011f580f52
r21168: - Step 2: Update swat for the latest qooxdoo version.  The build now copies
  only those icons which are actually used.  This means that instead of a few
  thousand files getting copied to /usr/local/samba/share/webapps (or
  wherever), the number is less than an order of magnitude fewer.  This should
  make Andrew happier yet.
16 files changed:
webapps/swat/Makefile
webapps/swat/source/class/swat/main/AbstractModule.js
webapps/swat/source/class/swat/main/AbstractModuleFsm.js
webapps/swat/source/class/swat/main/Authenticate.js
webapps/swat/source/class/swat/main/Gui.js
webapps/swat/source/class/swat/main/Main.js
webapps/swat/source/class/swat/main/Module.js
webapps/swat/source/class/swat/module/documentation/Documentation.js
webapps/swat/source/class/swat/module/documentation/Fsm.js
webapps/swat/source/class/swat/module/ldbbrowse/Fsm.js
webapps/swat/source/class/swat/module/ldbbrowse/Gui.js
webapps/swat/source/class/swat/module/ldbbrowse/LdbBrowse.js
webapps/swat/source/class/swat/module/ldbbrowse/LdbModify.js
webapps/swat/source/class/swat/module/statistics/Fsm.js
webapps/swat/source/class/swat/module/statistics/Gui.js
webapps/swat/source/class/swat/module/statistics/Statistics.js