586. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:03 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

586.1 Files compared

# Location File Last Modified
1 Thu May 10 13:40:03 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\var-db\liquibase\build-lib\liquibase.jar\dist liquibase.bat Wed May 2 11:37:12 2012 UTC

586.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 25
Removed 0 0

586.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

586.4 Active regular expressions

No regular expressions were active.

586.5 Comparison detail

        1   @echo off
        2   if "%OS%"  == "Window s_NT" setl ocal
        3  
        4   setlocal e nabledelay edexpansio n
        5  
        6   rem %~dp0  is expande d pathname  of the cu rrent scri pt under N T
        7   set LIQUIB ASE_HOME=" %~dp0"
        8  
        9   set CP=.
        10   for /R %LI QUIBASE_HO ME% %%f in  (liquibas e*.jar) do  set CP=!C P!;%%f
        11   for /R %LI QUIBASE_HO ME%\lib %% f in (*.ja r) do set  CP=!CP!;%% f
        12  
        13   rem get co mmand line  args into  a variabl e
        14   set CMD_LI NE_ARGS=%1
        15   if ""%1""= ="""" goto  done
        16   shift
        17   :setup
        18   if ""%1""= ="""" goto  done
        19   set CMD_LI NE_ARGS=%C MD_LINE_AR GS% %1
        20   shift
        21   goto setup
        22   :done
        23  
        24   set JAVA_O PTS=
        25   java -cp " %CP%" %JAV A_OPTS% li quibase.in tegration. commandlin e.Main %CM D_LINE_ARG S%