From baee03c569c91b745a1e025660b19a718db16e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Sep 2017 12:18:58 +0200 Subject: New upstream version 3.0.0 --- src/engine/SCons/Tool/BitKeeper.xml | 123 ------------------------------------ 1 file changed, 123 deletions(-) delete mode 100644 src/engine/SCons/Tool/BitKeeper.xml (limited to 'src/engine/SCons/Tool/BitKeeper.xml') diff --git a/src/engine/SCons/Tool/BitKeeper.xml b/src/engine/SCons/Tool/BitKeeper.xml deleted file mode 100644 index 30f3221..0000000 --- a/src/engine/SCons/Tool/BitKeeper.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - -%scons; - -%builders-mod; - -%functions-mod; - -%tools-mod; - -%variables-mod; -]> - - - - - - -Sets construction variables for the BitKeeper -source code control system. - - - -BITKEEPER -BITKEEPERGET -BITKEEPERGETFLAGS -BITKEEPERCOM - - -BITKEEPERCOMSTR - - - - - - -The BitKeeper executable. - - - - - - - -The command line for -fetching source files using BitKeeper. - - - - - - - -The string displayed when fetching -a source file using BitKeeper. -If this is not set, then &cv-link-BITKEEPERCOM; -(the command line) is displayed. - - - - - - - -The command (&cv-link-BITKEEPER;) and subcommand -for fetching source files using BitKeeper. - - - - - - - -Options that are passed to the BitKeeper -get -subcommand. - - - - - - -() - - - -A factory function that -returns a Builder object -to be used to fetch source files -using BitKeeper. -The returned Builder -is intended to be passed to the -&f-SourceCode; -function. - - - -This function is deprecated. For details, see the entry for the -&f-SourceCode; -function. - - - -Example: - - - -env.SourceCode('.', env.BitKeeper()) - - - - - -- cgit v1.2.3