Update of /cvsroot/objecthandler/ObjectHandler/gensrc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27272/gensrc
Modified Files:
Makefile.vc ohgensrc.vcproj ohgensrc_vc8.vcproj
Log Message:
ohDemoObject()
Index: Makefile.vc
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/Makefile.vc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.vc 3 Oct 2006 12:59:24 -0000 1.6
--- Makefile.vc 3 Dec 2006 14:35:02 -0000 1.7
***************
*** 7,11 ****
SCRIPT=scripts\gensrc.py
! METADATA= metadata\functions.xml
CONFIG= config\config.xml \
--- 7,15 ----
SCRIPT=scripts\gensrc.py
! METADATA= metadata\demo.xml \
! metadata\garbagecollection.xml \
! metadata\logging.xml \
! metadata\utilities.xml \
! metadata\valueobjects.xml
CONFIG= config\config.xml \
Index: ohgensrc.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/ohgensrc.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ohgensrc.vcproj 17 Oct 2006 17:07:00 -0000 1.1
--- ohgensrc.vcproj 3 Dec 2006 14:35:02 -0000 1.2
***************
*** 40,44 ****
Filter="">
<File
! RelativePath="metadata\functions.xml">
</File>
</Filter>
--- 40,56 ----
Filter="">
<File
! RelativePath=".\metadata\demo.xml">
! </File>
! <File
! RelativePath=".\metadata\garbagecollection.xml">
! </File>
! <File
! RelativePath=".\metadata\logging.xml">
! </File>
! <File
! RelativePath=".\metadata\utilities.xml">
! </File>
! <File
! RelativePath=".\metadata\valueobjects.xml">
</File>
</Filter>
Index: ohgensrc_vc8.vcproj
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/ohgensrc_vc8.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ohgensrc_vc8.vcproj 17 Oct 2006 17:07:00 -0000 1.1
--- ohgensrc_vc8.vcproj 3 Dec 2006 14:35:02 -0000 1.2
***************
*** 79,83 ****
>
<File
! RelativePath="metadata\functions.xml"
>
</File>
--- 79,99 ----
>
<File
! RelativePath=".\metadata\demo.xml"
! >
! </File>
! <File
! RelativePath=".\metadata\garbagecollection.xml"
! >
! </File>
! <File
! RelativePath=".\metadata\logging.xml"
! >
! </File>
! <File
! RelativePath=".\metadata\utilities.xml"
! >
! </File>
! <File
! RelativePath=".\metadata\valueobjects.xml"
>
</File>
|