[Qooxdoo-commit] qooxdoo/tools config.sh,1.16.2.92,1.16.2.93
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-16 10:50:15
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26800/tools Modified Files: Tag: renderer config.sh Log Message: Make old xmlhttploader stuff deprecated Index: config.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/config.sh,v retrieving revision 1.16.2.92 retrieving revision 1.16.2.93 diff -C2 -d -r1.16.2.92 -r1.16.2.93 *** config.sh 13 Jan 2006 10:50:31 -0000 1.16.2.92 --- config.sh 16 Jan 2006 10:50:07 -0000 1.16.2.93 *************** *** 101,106 **** # Data Binding L="$L binding/QxXmlExtras" ! L="$L binding/QxXmlHttpLoader" ! L="$L binding/QxData" # Image Support --- 101,108 ---- # Data Binding L="$L binding/QxXmlExtras" ! ! # Old Data Binding ! L="$L deprecated/QxXmlHttpLoader" ! L="$L deprecated/QxData" # Image Support |