X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarball.h;h=18ff19dcfcd9a8b72cad6f448a42cf7122c53b6b;hb=HEAD;hp=32b18b0e4dd3dc8b4907fbbc43bd5d1adba26458;hpb=2edc25f87590bd81808792c3c38cab5ae8b94eb3;p=builder.git diff --git a/source/tarball.h b/source/tarball.h deleted file mode 100644 index 32b18b0..0000000 --- a/source/tarball.h +++ /dev/null @@ -1,23 +0,0 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef TARBALL_H_ -#define TARBALL_H_ - -#include "filetarget.h" - -class TarBall: public FileTarget -{ -public: - TarBall(Builder &, const SourcePackage &, const std::string &); - virtual const char *get_type() const { return "TarBall"; } - const SourcePackage *get_package() const; -private: - virtual Action *create_action(); -}; - -#endif