X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.h;h=23e8f36320aaf5de5393bffb9ef5ab3268c7ee06;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=fce58a659fdd925f5b18411ff06035890d6797ca;hpb=3043044d8ef02ef77def454fdede87927f5aa1f8;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index fce58a6..23e8f36 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::vector features; BuildInfo build_info; - ComponentList components; + std::vector components; SourceArchiveComponent *source_archive; Config config; mutable Cache cache;