X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=cb2ab9d46676b0cf3f437281e73326370522e681;hb=c5169863e1ec3060d3bdc3b8c0317710ce8c3ee3;hp=fce58a659fdd925f5b18411ff06035890d6797ca;hpb=3043044d8ef02ef77def454fdede87927f5aa1f8;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index fce58a6..cb2ab9d 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -46,11 +46,7 @@ public: void version(const std::string &); }; - typedef std::list ComponentList; - private: - typedef std::list FeatureList; - std::string version; std::string interface_version; std::string description; @@ -59,9 +55,9 @@ private: Msp::FS::Path source_dir; const BuildType *build_type; Toolchain local_tools; - FeatureList features; + std::list features; BuildInfo build_info; - ComponentList components; + std::list components; SourceArchiveComponent *source_archive; Config config; mutable Cache cache;