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)
commit0a5d888c24c925222dd94cdd80a29e09b235b795
tree8504a9842030e9163192484402c49ff79754e4bd
parentef256c958066c19bb10cbe9745bdf96b6514762d
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.
(This used to be commit 754c4fe01f91ecdbf156c757804118ef301bffe3)
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