[ObjectHandler-cvs] ObjectHandler/gensrc/config config.xml, 1.9, 1.10
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2007-01-12 08:33:45
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10361/gensrc/config Modified Files: config.xml Log Message: - transfer from QLXL to OHXL the infrastructure for looping behavior - supplement ohThing() with additional member functions for testing loops Index: config.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/config/config.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** config.xml 3 Dec 2006 21:08:45 -0000 1.9 --- config.xml 12 Jan 2007 08:33:43 -0000 1.10 *************** *** 4,8 **** --- 4,10 ---- <excelRootDirectory>ohxl</excelRootDirectory> <namespaceObjects>ObjHandler</namespaceObjects> + <namespaceLibrary>ObjHandler</namespaceLibrary> <voRootDirectory>oh/ValueObjects</voRootDirectory> + <loopRootDirectory>oh/Loop</loopRootDirectory> <libRootDirectory>oh</libRootDirectory> |