60. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/8/2016 5:25:00 PM Eastern Standard 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.

60.1 Files compared

# Location File Last Modified
1 rxrefill-v2.0.0 P2.zip\vamf-commons-master.zip build-maven-resources.sh Thu Jul 28 16:22:55 2016 UTC
2 rxrefill-v2.0.0 P2.zip\vamf-commons-master.zip build-maven-resources.sh Mon Oct 31 14:53:05 2016 UTC

60.2 Comparison summary

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

60.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

60.4 Active regular expressions

No regular expressions were active.

60.5 Comparison detail

  1   #!/bin/bas h
  2  
  3   mvn clean  install -X  -DskipTes ts -Dmaven .wagon.htt p.ssl.inse cure=true  -Dmaven.wa gon.http.s sl.allowal l=true -D" mongo.user name= AI " -D"mongo .pwd= AI " -P=vet-d ev
  4  
  5   if [ $? -e q 0 ]; the n
  6           ec ho "Maven  build succ eeded!"
  7   else
  8           ec ho "Maven  build fail ed. See ou tput."
  9           ex it $?
  10   fi