From 15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Sep 2007 03:44:47 +0000 Subject: r25051: Move SWAT back to the old-style form-submit modal. The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae) --- .../frontend/framework/tool/presets/packages.dat | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100755 webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/presets/packages.dat (limited to 'webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/presets/packages.dat') diff --git a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/presets/packages.dat b/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/presets/packages.dat deleted file mode 100755 index d1419546ff..0000000000 --- a/webapps/qooxdoo-0.6.5-sdk/frontend/framework/tool/presets/packages.dat +++ /dev/null @@ -1,25 +0,0 @@ -########################################################################### -# -# Generates 3 JavaScript files with different include configuration -# -########################################################################### - -class-path = framework/source/class -cache-directory = framework/.cache -generate-compiled-script -optimize-strings - -package = core -include = core -compiled-script-file = pkg-core.js - -package = ui_core -include = ui_core -exclude = core -compiled-script-file = pkg-ui_core.js - -package = ui_basic -include = ui_basic -exclude = core -exclude = ui_core -compiled-script-file = pkg-ui_basic.js -- cgit