diff -r 5bbc53c2e67d -r 243f926d6101 libInit.cc --- a/libInit.cc Thu Oct 29 06:54:10 2015 +0100 +++ b/libInit.cc Mon Nov 02 20:30:10 2015 +0000 @@ -28,7 +28,7 @@ OBJ snd; struct __vmData__ *__pRT__; { __BEGIN_PACKAGE2__("libstx_libbasic3", _libstx_libbasic3_Init, "stx:libbasic3"); _AbstractSourceCodeManager_Init(pass,__pRT__,snd); -_BeeProjectSourceWriter_Init(pass,__pRT__,snd); +_BeeProjectWriter_Init(pass,__pRT__,snd); _BeeSourceWriter_Init(pass,__pRT__,snd); _CallChain_Init(pass,__pRT__,snd); _Change_Init(pass,__pRT__,snd); @@ -55,6 +55,8 @@ _VersionInfo_Init(pass,__pRT__,snd); _WrappedMethod_Init(pass,__pRT__,snd); _stx_137libbasic3_Init(pass,__pRT__,snd); +_BeeProjectDefinitionWriter_Init(pass,__pRT__,snd); +_BeeProjectSourceWriter_Init(pass,__pRT__,snd); _CVSSourceCodeManager_Init(pass,__pRT__,snd); _CVSVersionInfo_Init(pass,__pRT__,snd); _ChangeSetDiffEntry_Init(pass,__pRT__,snd);