|
From: Frank V. C. <fr...@us...> - 2000-10-25 22:31:25
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv18809/clfw Modified Files: Makefile.am Added Files: Aggregate.hpp Removed Files: Prototype.hpp Log Message: 117748 Implement Aggregate for Prototype ***** Error reading new file: (2, 'No such file or directory') Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** Makefile.am 2000/10/25 12:20:26 1.14 --- Makefile.am 2000/10/25 22:31:22 1.15 *************** *** 21,25 **** MetaType.hpp \ FrameworkEntity.hpp \ ! Prototype.hpp \ Boolean.hpp \ Number.hpp \ --- 21,25 ---- MetaType.hpp \ FrameworkEntity.hpp \ ! Aggregate.hpp \ Boolean.hpp \ Number.hpp \ --- Prototype.hpp DELETED --- |