Update of /cvsroot/qooxdoo/qooxdoo/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13188/tools
Modified Files:
Tag: renderer
config.sh
Log Message:
Improved code and structure of QxObject, some cleanups
Index: config.sh
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/tools/config.sh,v
retrieving revision 1.16.2.97
retrieving revision 1.16.2.98
diff -u -d -r1.16.2.97 -r1.16.2.98
--- config.sh 19 Jan 2006 12:06:36 -0000 1.16.2.97
+++ config.sh 23 Jan 2006 12:43:47 -0000 1.16.2.98
@@ -11,6 +11,7 @@
# Core Qooxdoo Objects
L="$L core/QxObject"
+L="$L core/QxObjectCore"
L="$L core/QxDom"
L="$L core/QxDebug"
L="$L core/QxTarget"
|