[Qooxdoo-commit] qooxdoo/tools config.sh,1.16.2.98,1.16.2.99
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-24 13:14:30
|
Update of /cvsroot/qooxdoo/qooxdoo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2863/tools Modified Files: Tag: renderer config.sh Log Message: Re-added QxBuilder Index: config.sh =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/tools/config.sh,v retrieving revision 1.16.2.98 retrieving revision 1.16.2.99 diff -u -d -r1.16.2.98 -r1.16.2.99 --- config.sh 23 Jan 2006 12:43:47 -0000 1.16.2.98 +++ config.sh 24 Jan 2006 13:14:20 -0000 1.16.2.99 @@ -286,3 +286,6 @@ L="$L transport/QxXmlHttpTransport" L="$L transport/QxIframeTransport" + +# Builder +L="$L core/QxBuilder" |