4. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/2/2017 7:00:08 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.

4.1 Files compared

# Location File Last Modified
1 cds.zip\cds\product\production\cdsinvocation\cds-engine-agent build.gradle Thu Mar 16 15:17:48 2017 UTC
2 cds.zip\cds\product\production\cdsinvocation\cds-engine-agent build.gradle Thu Sep 28 16:09:59 2017 UTC

4.2 Comparison summary

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

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

4.4 Active regular expressions

No regular expressions were active.

4.5 Comparison detail

  1   apply plug in: 'java'
  2   apply plug in: 'war'
  3   apply plug in: 'eclip se'
  4   apply from : 'https:/ /raw.githu b.com/akhi khl/gretty /master/pl uginScript s/gretty.p lugin'
  5  
  6   group = 'u s.vistacor e.cdsinvoc ation'
  7   descriptio n = """cds -engine-ag ent"""
  8  
  9   repositori es {
  10        maven  { url "ht tps://stor e.vistacor e.us/nexus /content/r epositorie s/public"  }
  11   }
  12   dependenci es {
  13       compil e project( ':producti on:cdsinvo cation:cds -invocatio n')
  14           
  15           co mpile grou p: 'org.ap ache.cxf',  name: 'cx f-rt-front end-jaxrs' , version:  property( 'cxfVersio n')
  16       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -rs-client ', version : property ('cxfVersi on')
  17       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -frontend- jaxws', ve rsion: pro perty('cxf Version')
  18       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -rs-extens ion-provid ers', vers ion: prope rty('cxfVe rsion')
  19       compil e group: ' org.apache .cxf', nam e: 'cxf-rt -transport s-http', v ersion: pr operty('cx fVersion')
  20       compil e group: ' org.spring framework' , name: 's pring-test ', version : property ('springVe rsion')
  21       compil e group: ' org.spring framework' , name: 's pring-web' , version:  property( 'springVer sion')
  22       compil e group: ' org.spring framework. security',  name: 'sp ring-secur ity-core',  version:  property(' springSecu rityVersio n')
  23       compil e group: ' junit', na me: 'junit ', version : property ('junitVer sion')
  24   }
  25  
  26   sourceComp atibility  = property ('javaVers ion')
  27   targetComp atibility  = property ('targetJa vaVersion' )
  28  
  29   gretty {
  30           ht tpPort =  PORT
  31           ma nagedClass Reload = t rue
  32   }
  33  
  34   war {
  35       archiv eName = 'c ds-engine- agent.war'
  36           ro otSpec.exc lude('**/c ds-engine- agent-log4 j2.xml')
  37           ro otSpec.exc lude('**/c ds-engine- agent.prop erties')
  38   }