Update of /cvsroot/objecthandler/ObjectHandler/gensrc/config
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10874/gensrc/config
Modified Files:
config.xml
Log Message:
make application directories fully configurable
Index: config.xml
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/config/config.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config.xml 19 Jul 2006 18:32:02 -0000 1.3
--- config.xml 1 Sep 2006 10:45:38 -0000 1.4
***************
*** 1,5 ****
<Config>
! <excelRootDirectory>../ohxl/</excelRootDirectory>
<namespace1>ObjHandler</namespace1>
--- 1,5 ----
<Config>
! <excelRootDirectory>ohxl</excelRootDirectory>
<namespace1>ObjHandler</namespace1>
|