|
From: Frank V. C. <fr...@us...> - 2001-03-26 13:17:25
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory usw-pr-cvs1:/tmp/cvs-serv15071/src/libs/clfw Modified Files: Makefile.am Added Files: Concept.cpp Schema.cpp Log Message: Infrastructure elements added ***** Error reading new file: [Errno 2] No such file or directory: 'Concept.cpp' ***** Error reading new file: [Errno 2] No such file or directory: 'Schema.cpp' Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** Makefile.am 2001/03/20 01:35:32 1.21 --- Makefile.am 2001/03/26 13:17:21 1.22 *************** *** 31,34 **** --- 31,35 ---- ShortInteger.cpp \ UnsignedInteger.cpp \ + UnsignedShortInteger.cpp \ Collection.cpp \ Array.cpp \ *************** *** 37,41 **** MetaClass.cpp \ Ontology.cpp \ ! UnsignedShortInteger.cpp --- 38,43 ---- MetaClass.cpp \ Ontology.cpp \ ! Schema.cpp \ ! Concept.cpp |