From d6e8fae787ca689a32d140c5b39c3acfcc6ef4a5 Mon Sep 17 00:00:00 2001 From: crouzet Date: Thu, 6 Jun 2019 16:05:03 +0200 Subject: [PATCH 1/1] remove remaining is_salome_product occurences --- commands/clean.py | 2 +- doc/src/commands/clean.rst | 4 ++-- doc/src/conf.py | 6 +++--- src/i18n/fr/LC_MESSAGES/salomeTools.po | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/commands/clean.py b/commands/clean.py index 1566fd6..57c2920 100644 --- a/commands/clean.py +++ b/commands/clean.py @@ -181,7 +181,7 @@ The clean command suppress the SOURCES, BUILD or INSTALL directories of the appl Use the options to define what directories you want to suppress and to set the list of products example: ->> sat clean SALOME-xx --build --install --properties is_salome_module:yes +>> sat clean SALOME-xx --build --install --properties is_SALOME_module:yes """) def run(args, runner, logger): diff --git a/doc/src/commands/clean.rst b/doc/src/commands/clean.rst index 00ef363..181907c 100644 --- a/doc/src/commands/clean.rst +++ b/doc/src/commands/clean.rst @@ -46,9 +46,9 @@ Availables options * **--install** : Clean the product install directories. - * **--generated : Clean source, build and install directories for generated products. + * **--generated** : Clean source, build and install directories for generated products. - * **--package : Clean the application package directory. + * **--package** : Clean the application package directory. * **--all** : Clean the product source, build and install directories. diff --git a/doc/src/conf.py b/doc/src/conf.py index aacab42..5e37a67 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -54,16 +54,16 @@ master_doc = 'index' # General information about the project. project = u'salomeTools' -copyright = u'2018, CEA' +copyright = u'2019, CEA' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '5.0' +version = '5.4' # The full version, including alpha/beta/rc tags. -release = '5.0.0dev' +release = '5.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/i18n/fr/LC_MESSAGES/salomeTools.po b/src/i18n/fr/LC_MESSAGES/salomeTools.po index e1f8840..0fea97d 100644 --- a/src/i18n/fr/LC_MESSAGES/salomeTools.po +++ b/src/i18n/fr/LC_MESSAGES/salomeTools.po @@ -205,7 +205,7 @@ msgid "" "the list of products\n" "\n" "example:\n" -">> sat clean SALOME-xx --build --install --properties is_salome_module:yes\n" +">> sat clean SALOME-xx --build --install --properties is_SALOME_module:yes\n" msgstr "" msgid "Nothing to suppress\n" -- 2.30.2