[ObjectHandler-cvs] ObjectHandler/gensrc/metadata demo.xml, 1.7, 1.8
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2007-01-12 10:00:58
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15790/gensrc/metadata Modified Files: demo.xml Log Message: rename demo.*pp to ohthing.*pp to avoid name conflict with autogenerated demo.cpp Index: demo.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/demo.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** demo.xml 12 Jan 2007 08:33:43 -0000 1.7 --- demo.xml 12 Jan 2007 10:00:52 -0000 1.8 *************** *** 3,10 **** <displayName>Demo</displayName> <xlFunctionWizardCategory>ObjectHandler</xlFunctionWizardCategory> ! <copyright> Copyright (C) 2007 Ferdinando Ametrano ! Copyright (C) 2006 Eric Ehlers </copyright> --- 3,12 ---- <displayName>Demo</displayName> <xlFunctionWizardCategory>ObjectHandler</xlFunctionWizardCategory> ! <includes> ! <include>oh/ohthing.hpp</include> ! </includes> <copyright> Copyright (C) 2007 Ferdinando Ametrano ! Copyright (C) 2006, 2007 Eric Ehlers </copyright> |