9cdada Update directory structure to support Commons functionalities.

Authored and Committed by areguera 11 years ago
37 files changed. 1 lines added. 1 lines removed.
Scripts/Bash/Functions/Commons/cli_checkFiles.shScripts/Bash/Functions/cli_checkFiles.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_checkPathComponent.shScripts/Bash/Functions/cli_checkPathComponent.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.shScripts/Bash/Functions/cli_checkRepoDirSource.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_checkRepoDirTarget.shScripts/Bash/Functions/cli_checkRepoDirTarget.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_commitRepoChanges.shScripts/Bash/Functions/cli_commitRepoChanges.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_expandTMarkers.shScripts/Bash/Functions/cli_expandTMarkers.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_exportFunctions.shScripts/Bash/Functions/cli_exportFunctions.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getConfigLines.shScripts/Bash/Functions/cli_getConfigLines.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getConfigValue.shScripts/Bash/Functions/cli_getConfigValue.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getCountryCodes.shScripts/Bash/Functions/cli_getCountryCodes.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getCountryName.shScripts/Bash/Functions/cli_getCountryName.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getCurrentLocale.shScripts/Bash/Functions/cli_getCurrentLocale.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getFilesList.shScripts/Bash/Functions/cli_getFilesList.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getLangCodes.shScripts/Bash/Functions/cli_getLangCodes.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getLangName.shScripts/Bash/Functions/cli_getLangName.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getLocales.shScripts/Bash/Functions/cli_getLocales.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getPathComponent.shScripts/Bash/Functions/cli_getPathComponent.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getRepoName.shScripts/Bash/Functions/cli_getRepoName.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getRepoParallelDirs.shScripts/Bash/Functions/cli_getRepoParallelDirs.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getRepoStatus.shScripts/Bash/Functions/cli_getRepoStatus.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getRepoTLDir.shScripts/Bash/Functions/cli_getRepoTLDir.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getTTFont.shScripts/Bash/Functions/cli_getTTFont.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_getTemporalFile.shScripts/Bash/Functions/cli_getTemporalFile.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_isLocalized.shScripts/Bash/Functions/cli_isLocalized.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_isVersioned.shScripts/Bash/Functions/cli_isVersioned.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_parseArguments.shScripts/Bash/Functions/cli_parseArguments.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_parseArgumentsReDef.shScripts/Bash/Functions/cli_parseArgumentsReDef.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_printActionPreamble.shScripts/Bash/Functions/cli_printActionPreamble.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_printCopyrightInfo.shScripts/Bash/Functions/cli_printCopyrightInfo.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_printMessage.shScripts/Bash/Functions/cli_printMessage.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_printUrl.shScripts/Bash/Functions/cli_printUrl.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_syncroRepoChanges.shScripts/Bash/Functions/cli_syncroRepoChanges.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_terminateScriptExecution.shScripts/Bash/Functions/cli_terminateScriptExecution.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_unsetFunctions.shScripts/Bash/Functions/cli_unsetFunctions.sh
file renamed
+0 -0
Scripts/Bash/Functions/Commons/cli_updateRepoChanges.shScripts/Bash/Functions/cli_updateRepoChanges.sh
file renamed
+0 -0
Scripts/Bash/Functions/init.shScripts/Bash/Functions/cli.sh
file renamed
+0 -0
Scripts/Bash/centos-art.sh
file modified
+1 -1
    Update directory structure to support Commons functionalities.
    
        - Create `Functions/Commons' directory.
    
        - Rename `cli.sh' to `init.sh'.
    
        - Move all `Functions/cli_*.sh' files into Functions/Commons/
          directory. This will let us to work the same functionalities
          from different scripts (i.e. It is possible to work in one
          unique function file from different working copies.). This is
          very useful because it eliminates code duplications.
    
        - Update `centos-art.sh' file to reflect location changes.
    
    
        
Scripts/Bash/Functions/Commons/cli_checkFiles.sh Scripts/Bash/Functions/cli_checkFiles.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_checkPathComponent.sh Scripts/Bash/Functions/cli_checkPathComponent.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_checkRepoDirSource.sh Scripts/Bash/Functions/cli_checkRepoDirSource.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_checkRepoDirTarget.sh Scripts/Bash/Functions/cli_checkRepoDirTarget.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_commitRepoChanges.sh Scripts/Bash/Functions/cli_commitRepoChanges.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_expandTMarkers.sh Scripts/Bash/Functions/cli_expandTMarkers.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_exportFunctions.sh Scripts/Bash/Functions/cli_exportFunctions.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getConfigLines.sh Scripts/Bash/Functions/cli_getConfigLines.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getConfigValue.sh Scripts/Bash/Functions/cli_getConfigValue.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getCountryCodes.sh Scripts/Bash/Functions/cli_getCountryCodes.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getCountryName.sh Scripts/Bash/Functions/cli_getCountryName.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getCurrentLocale.sh Scripts/Bash/Functions/cli_getCurrentLocale.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getFilesList.sh Scripts/Bash/Functions/cli_getFilesList.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getLangCodes.sh Scripts/Bash/Functions/cli_getLangCodes.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getLangName.sh Scripts/Bash/Functions/cli_getLangName.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getLocales.sh Scripts/Bash/Functions/cli_getLocales.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getPathComponent.sh Scripts/Bash/Functions/cli_getPathComponent.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getRepoName.sh Scripts/Bash/Functions/cli_getRepoName.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getRepoParallelDirs.sh Scripts/Bash/Functions/cli_getRepoParallelDirs.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getRepoStatus.sh Scripts/Bash/Functions/cli_getRepoStatus.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getRepoTLDir.sh Scripts/Bash/Functions/cli_getRepoTLDir.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getTTFont.sh Scripts/Bash/Functions/cli_getTTFont.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_getTemporalFile.sh Scripts/Bash/Functions/cli_getTemporalFile.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_isLocalized.sh Scripts/Bash/Functions/cli_isLocalized.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_isVersioned.sh Scripts/Bash/Functions/cli_isVersioned.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_parseArguments.sh Scripts/Bash/Functions/cli_parseArguments.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_parseArgumentsReDef.sh Scripts/Bash/Functions/cli_parseArgumentsReDef.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_printActionPreamble.sh Scripts/Bash/Functions/cli_printActionPreamble.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_printCopyrightInfo.sh Scripts/Bash/Functions/cli_printCopyrightInfo.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_printMessage.sh Scripts/Bash/Functions/cli_printMessage.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_printUrl.sh Scripts/Bash/Functions/cli_printUrl.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_syncroRepoChanges.sh Scripts/Bash/Functions/cli_syncroRepoChanges.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_terminateScriptExecution.sh Scripts/Bash/Functions/cli_terminateScriptExecution.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_unsetFunctions.sh Scripts/Bash/Functions/cli_unsetFunctions.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/Commons/cli_updateRepoChanges.sh Scripts/Bash/Functions/cli_updateRepoChanges.sh
file renamed
file was renamed with no change to the file
Scripts/Bash/Functions/init.sh Scripts/Bash/Functions/cli.sh
file renamed
file was renamed with no change to the file
file modified
+1 -1