9d282d Update directory structure of initialization scripts.

Authored and Committed by Alain Reguera Delgado 10 years ago
48 files changed. 0 lines added. 0 lines removed.
Documentation/Manpages/Locales/en_US/centos-art.sh.poManuals/Locales/en_US/centos-art.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_checkFiles.sh.poManuals/Locales/en_US/tcar_checkFiles.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_checkRepoDirSource.sh.poManuals/Locales/en_US/tcar_checkRepoDirSource.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_getConfigValue.sh.poManuals/Locales/en_US/tcar_getConfigValue.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_getFilesList.sh.poManuals/Locales/en_US/tcar_getFilesList.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_printMessage.sh.poManuals/Locales/en_US/tcar_printMessage.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_setModuleEnvironment.sh.poManuals/Locales/en_US/tcar_setModuleEnvironment.sh.po
file renamed
+0 -0
Documentation/Manpages/Locales/en_US/tcar_setTranslationMarkers.sh.poManuals/Locales/en_US/tcar_setTranslationMarkers.sh.po
file renamed
+0 -0
Documentation/Manpages/centos-art.sh.asciidocManuals/centos-art.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/render.confManuals/render.conf
file renamed
+0 -0
Documentation/Manpages/tcar_checkFiles.sh.asciidocManuals/tcar_checkFiles.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/tcar_checkRepoDirSource.sh.asciidocManuals/tcar_checkRepoDirSource.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/tcar_getConfigValue.sh.asciidocManuals/tcar_getConfigValue.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/tcar_getFilesList.sh.asciidocManuals/tcar_getFilesList.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/tcar_printMessage.sh.asciidocManuals/tcar_printMessage.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/tcar_setModuleEnvironment.sh.asciidocManuals/tcar_setModuleEnvironment.sh.asciidoc
file renamed
+0 -0
Documentation/Manpages/tcar_setTranslationMarkers.sh.asciidocManuals/tcar_setTranslationMarkers.sh.asciidoc
file renamed
+0 -0
Documentation/Understanding_Modules/Locales/en_US/understanding_modules.asciidoc.poManuals/Understanding_Modules/Locales/en_US/understanding_modules.asciidoc.po
file renamed
+0 -0
Documentation/Understanding_Modules/render.confManuals/Understanding_Modules/render.conf
file renamed
+0 -0
Documentation/Understanding_Modules/understanding_modules.asciidocManuals/Understanding_Modules/understanding_modules.asciidoc
file renamed
+0 -0
Scripts/Locales/es_ES/centos-art.sh.poLocales/es_ES/centos-art.sh.po
file renamed
+0 -0
Scripts/tcar.shtcar.sh
file renamed
+0 -0
Scripts/tcar_checkFiles.shtcar_checkFiles.sh
file renamed
+0 -0
Scripts/tcar_checkModuleName.shtcar_checkModuleName.sh
file renamed
+0 -0
Scripts/tcar_checkRepoDirSource.shtcar_checkRepoDirSource.sh
file renamed
+0 -0
Scripts/tcar_getConfigLines.shtcar_getConfigLines.sh
file renamed
+0 -0
Scripts/tcar_getConfigSectionNames.shtcar_getConfigSectionNames.sh
file renamed
+0 -0
Scripts/tcar_getConfigValue.shtcar_getConfigValue.sh
file renamed
+0 -0
Scripts/tcar_getFileExtension.shtcar_getFileExtension.sh
file renamed
+0 -0
Scripts/tcar_getFileName.shtcar_getFileName.sh
file renamed
+0 -0
Scripts/tcar_getFilesList.shtcar_getFilesList.sh
file renamed
+0 -0
Scripts/tcar_getPathComponent.shtcar_getPathComponent.sh
file renamed
+0 -0
Scripts/tcar_getRepoName.shtcar_getRepoName.sh
file renamed
+0 -0
Scripts/tcar_getTemporalFile.shtcar_getTemporalFile.sh
file renamed
+0 -0
Scripts/tcar_printCaller.shtcar_printCaller.sh
file renamed
+0 -0
Scripts/tcar_printCopyrightInfo.shtcar_printCopyrightInfo.sh
file renamed
+0 -0
Scripts/tcar_printFile.shtcar_printFile.sh
file renamed
+0 -0
Scripts/tcar_printHelp.shtcar_printHelp.sh
file renamed
+0 -0
Scripts/tcar_printMailingList.shtcar_printMailingList.sh
file renamed
+0 -0
Scripts/tcar_printMessage.shtcar_printMessage.sh
file renamed
+0 -0
Scripts/tcar_printUrl.shtcar_printUrl.sh
file renamed
+0 -0
Scripts/tcar_printVersion.shtcar_printVersion.sh
file renamed
+0 -0
Scripts/tcar_setModuleArguments.shtcar_setModuleArguments.sh
file renamed
+0 -0
Scripts/tcar_setModuleEnvironment.shtcar_setModuleEnvironment.sh
file renamed
+0 -0
Scripts/tcar_setModuleEnvironmentScripts.shtcar_setModuleEnvironmentScripts.sh
file renamed
+0 -0
Scripts/tcar_setTranslationMarkers.shtcar_setTranslationMarkers.sh
file renamed
+0 -0
Scripts/tcar_terminateScriptExecution.shtcar_terminateScriptExecution.sh
file renamed
+0 -0
Scripts/tcar_unsetModuleEnvironment.shtcar_unsetModuleEnvironment.sh
file renamed
+0 -0
    Update directory structure of initialization scripts.
    
    - Previously, initialization scripts were stored in the root directory
      of tcar-scripts branch. This is is inappropriate when the
      tcar-scripts branch is merged into tcar branch. In order to provide
      a better organization, this update creates the Scripts directory and
      move initialization and function scripts into it.
    
    - Previously, documentation files related to automation scripts were
      stored in the Manuals directory in the root directory of
      tcar-scripts branch. This is inappropriate when the tcar-scripts
      branch is merged into tcar branch. In order to provide a better
      organization, this update creates the Documentation/Manpages and
      Documentation/Understanding_Modules directories and moves
      documentation files related to automation scripts into them,
      appropriately.
    
        
Documentation/Manpages/Locales/en_US/centos-art.sh.po Manuals/Locales/en_US/centos-art.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_checkFiles.sh.po Manuals/Locales/en_US/tcar_checkFiles.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_checkRepoDirSource.sh.po Manuals/Locales/en_US/tcar_checkRepoDirSource.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_getConfigValue.sh.po Manuals/Locales/en_US/tcar_getConfigValue.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_getFilesList.sh.po Manuals/Locales/en_US/tcar_getFilesList.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_printMessage.sh.po Manuals/Locales/en_US/tcar_printMessage.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_setModuleEnvironment.sh.po Manuals/Locales/en_US/tcar_setModuleEnvironment.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/Locales/en_US/tcar_setTranslationMarkers.sh.po Manuals/Locales/en_US/tcar_setTranslationMarkers.sh.po
file renamed
file was renamed with no change to the file
Documentation/Manpages/centos-art.sh.asciidoc Manuals/centos-art.sh.asciidoc
file renamed
file was renamed with no change to the file
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_checkFiles.sh.asciidoc Manuals/tcar_checkFiles.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_checkRepoDirSource.sh.asciidoc Manuals/tcar_checkRepoDirSource.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_getConfigValue.sh.asciidoc Manuals/tcar_getConfigValue.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_getFilesList.sh.asciidoc Manuals/tcar_getFilesList.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_printMessage.sh.asciidoc Manuals/tcar_printMessage.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_setModuleEnvironment.sh.asciidoc Manuals/tcar_setModuleEnvironment.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Manpages/tcar_setTranslationMarkers.sh.asciidoc Manuals/tcar_setTranslationMarkers.sh.asciidoc
file renamed
file was renamed with no change to the file
Documentation/Understanding_Modules/Locales/en_US/understanding_modules.asciidoc.po Manuals/Understanding_Modules/Locales/en_US/understanding_modules.asciidoc.po
file renamed
file was renamed with no change to the file
Documentation/Understanding_Modules/render.conf Manuals/Understanding_Modules/render.conf
file renamed
file was renamed with no change to the file
Documentation/Understanding_Modules/understanding_modules.asciidoc Manuals/Understanding_Modules/understanding_modules.asciidoc
file renamed
file was renamed with no change to the file
Scripts/Locales/es_ES/centos-art.sh.po Locales/es_ES/centos-art.sh.po
file renamed
file was renamed with no change to the file
Scripts/tcar.sh tcar.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_checkFiles.sh tcar_checkFiles.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_checkModuleName.sh tcar_checkModuleName.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_checkRepoDirSource.sh tcar_checkRepoDirSource.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getConfigLines.sh tcar_getConfigLines.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getConfigSectionNames.sh tcar_getConfigSectionNames.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getConfigValue.sh tcar_getConfigValue.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getFileExtension.sh tcar_getFileExtension.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getFileName.sh tcar_getFileName.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getFilesList.sh tcar_getFilesList.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getPathComponent.sh tcar_getPathComponent.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getRepoName.sh tcar_getRepoName.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_getTemporalFile.sh tcar_getTemporalFile.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printCaller.sh tcar_printCaller.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printCopyrightInfo.sh tcar_printCopyrightInfo.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printFile.sh tcar_printFile.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printHelp.sh tcar_printHelp.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printMailingList.sh tcar_printMailingList.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printMessage.sh tcar_printMessage.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printUrl.sh tcar_printUrl.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_printVersion.sh tcar_printVersion.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_setModuleArguments.sh tcar_setModuleArguments.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_setModuleEnvironment.sh tcar_setModuleEnvironment.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_setModuleEnvironmentScripts.sh tcar_setModuleEnvironmentScripts.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_setTranslationMarkers.sh tcar_setTranslationMarkers.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_terminateScriptExecution.sh tcar_terminateScriptExecution.sh
file renamed
file was renamed with no change to the file
Scripts/tcar_unsetModuleEnvironment.sh tcar_unsetModuleEnvironment.sh
file renamed
file was renamed with no change to the file