[Wheat-cvs] r1/web-dev config.xml,1.7,1.8
Status: Pre-Alpha
Brought to you by:
mark_lentczner
From: Jim K. <ki...@us...> - 2005-05-05 17:42:49
|
Update of /cvsroot/wheat/r1/web-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26076/web-dev Modified Files: config.xml Log Message: Split compiler tests out of base.ws and put them in compiler.ws. Index: config.xml =================================================================== RCS file: /cvsroot/wheat/r1/web-dev/config.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- config.xml 21 Feb 2005 07:40:44 -0000 1.7 +++ config.xml 5 May 2005 17:42:26 -0000 1.8 @@ -99,6 +99,10 @@ <path name="source" ref="/root/library/base.ws" /> </object> <object> + <string name="name">compiler</string> + <path name="source" ref="/root/library/compiler.ws" /> + </object> + <object> <string name="name">render</string> <path name="source" ref="/root/library/render.ws" /> </object> |