90264. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2018 3:54:08 PM 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.

90264.1 Files compared

# Location File Last Modified
1 v2.0_Sprint_15_Build_5.zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Model\ars_model build.gradle Tue Apr 24 14:38:27 2018 UTC
2 v2.0_Sprint_15_Build_5..zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Model\ars_model build.gradle Thu Apr 26 16:56:00 2018 UTC

90264.2 Comparison summary

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

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

90264.4 Active regular expressions

No regular expressions were active.

90264.5 Comparison detail

  1   /*
  2    * This bu ild file w as generat ed by the  Gradle 'in it' task.
  3    *
  4    * This ge nerated fi le contain s a sample  Java Libr ary projec t to get y ou started .
  5    * For mor e details  take a loo k at the J ava Librar ies chapte r in the G radle
  6    * user gu ide availa ble at htt ps://docs. gradle.org /3.5/userg uide/java_ library_pl ugin.html
  7    */
  8  
  9   group 'gov .va.ars'
  10   //version  '1.0.SNAPS HOT'
  11  
  12   // Apply t he java-li brary plug in to add  support fo r Java Lib rary
  13   apply plug in: 'java'
  14   apply plug in: 'war'
  15   //apply pl ugin: 'jar '
  16   apply plug in: 'eclip se'
  17   apply plug in: 'eclip se-wtp'
  18  
  19   sourceComp atibility  = 1.8
  20   targetComp atibility  = 1.8
  21  
  22   // In this  section y ou declare  where to  find the d ependencie s of your  project
  23   repositori es {
  24       // You  can decla re any Mav en/Ivy/fil e reposito ry here.
  25       //mave nCentral()
  26       maven  {
  27             url 'http: // URL : PORT /repositor y/maven-ce ntral'
  28       }
  29   }
  30  
  31   configurat ions {
  32       jar.ar chiveName  = 'ars_mod el.jar'
  33   }
  34  
  35   dependenci es {
  36           co mpile file Tree(dir:  'WEB-INF/l ib', inclu de: '*.jar ')
  37           // compile (' org.hibern ate:hibern ate-jpamod elgen:5.2. 14.Final')
  38   }
  39