[Wheat-cvs] r1/root config-web-test.xml,1.34,1.35
Status: Pre-Alpha
Brought to you by:
mark_lentczner
From: Jim K. <ki...@us...> - 2005-05-05 17:42:34
|
Update of /cvsroot/wheat/r1/root In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26076/root Modified Files: config-web-test.xml Log Message: Split compiler tests out of base.ws and put them in compiler.ws. Index: config-web-test.xml =================================================================== RCS file: /cvsroot/wheat/r1/root/config-web-test.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- config-web-test.xml 21 Feb 2005 07:40:42 -0000 1.34 +++ config-web-test.xml 5 May 2005 17:42:24 -0000 1.35 @@ -82,6 +82,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> |