19967. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 9:48:06 PM Eastern 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.

19967.1 Files compared

# Location File Last Modified
1 JLV_JLV 2_7_2_0_0.zip\JLV_Src\HuiCore\nbproject project.properties Wed Mar 20 21:43:02 2019 UTC
2 JLV_JLV 2_7_2_0_0.zip\JLV_Src\HuiCore\nbproject project.properties Tue Apr 2 13:30:28 2019 UTC

19967.2 Comparison summary

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

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

19967.4 Active regular expressions

No regular expressions were active.

19967.5 Comparison detail

  1   annotation .processin g.enabled= true
  2   annotation .processin g.enabled. in.editor= false
  3   annotation .processin g.run.all. processors =true
  4   annotation .processin g.source.o utput=${bu ild.genera ted.source s.dir}/ap- source-out put
  5   applicatio n.title=Hu iCore
  6   applicatio n.vendor= DNS
  7   build.clas ses.dir=${ build.dir} /classes
  8   build.clas ses.exclud es=**/*.ja va,**/*.fo rm
  9   # This dir ectory is  removed wh en the pro ject is cl eaned:
  10   build.dir= build
  11   build.gene rated.dir= ${build.di r}/generat ed
  12   build.gene rated.sour ces.dir=${ build.dir} /generated -sources
  13   # Only com pile again st the cla sspath exp licitly li sted here:
  14   build.sysc lasspath=i gnore
  15   build.test .classes.d ir=${build .dir}/test /classes
  16   build.test .results.d ir=${build .dir}/test /results
  17   # Uncommen t to speci fy the pre ferred deb ugger conn ection tra nsport:
  18   #debug.tra nsport=dt_ socket
  19   debug.clas spath=\
  20       ${run. classpath}
  21   debug.test .classpath =\
  22       ${run. test.class path}
  23   # This dir ectory is  removed wh en the pro ject is cl eaned:
  24   dist.dir=d ist
  25   dist.jar=$ {dist.dir} /HuiCore.j ar
  26   dist.javad oc.dir=${d ist.dir}/j avadoc
  27   endorsed.c lasspath=
  28   excludes=
  29   file.refer ence.Cache DB.jar=lib /CacheDB.j ar
  30   file.refer ence.commo ns-beanuti ls-1.8.3.j ar=lib/com mons-beanu tils-1.8.3 .jar
  31   file.refer ence.commo ns-codec-1 .4.jar=lib /commons-c odec-1.4.j ar
  32   file.refer ence.commo ns-digeste r-2.1.jar= lib/common s-digester -2.1.jar
  33   file.refer ence.commo ns-logging -1.1.1.jar =lib/commo ns-logging -1.1.1.jar
  34   file.refer ence.hcryp to.jar=lib /hcrypto.j ar
  35   file.refer ence.HuiCo re-src=src
  36   file.refer ence.log4j -1.2.8.jar =lib/log4j -1.2.8.jar
  37   file.refer ence.snake yaml-1.8.j ar=lib/sna keyaml-1.8 .jar
  38   includes=* *
  39   jar.compre ss=false
  40   javac.clas spath=\
  41       ${file .reference .CacheDB.j ar}:\
  42       ${file .reference .snakeyaml -1.8.jar}: \
  43       ${file .reference .log4j-1.2 .8.jar}:\
  44       ${file .reference .hcrypto.j ar}:\
  45       ${file .reference .commons-b eanutils-1 .8.3.jar}: \
  46       ${file .reference .commons-c odec-1.4.j ar}:\
  47       ${file .reference .commons-d igester-2. 1.jar}:\
  48       ${file .reference .commons-l ogging-1.1 .1.jar}
  49   # Space-se parated li st of extr a javac op tions
  50   javac.comp ilerargs=
  51   javac.depr ecation=fa lse
  52   javac.proc essorpath= \
  53       ${java c.classpat h}
  54   javac.sour ce=1.5
  55   javac.targ et=1.5
  56   javac.test .classpath =\
  57       ${java c.classpat h}:\
  58       ${buil d.classes. dir}:\
  59       ${libs .junit.cla sspath}:\
  60       ${libs .junit_4.c lasspath}
  61   javac.test .processor path=\
  62       ${java c.test.cla sspath}
  63   javadoc.ad ditionalpa ram=
  64   javadoc.au thor=false
  65   javadoc.en coding=${s ource.enco ding}
  66   javadoc.no index=fals e
  67   javadoc.no navbar=fal se
  68   javadoc.no tree=false
  69   javadoc.pr ivate=fals e
  70   javadoc.sp litindex=t rue
  71   javadoc.us e=true
  72   javadoc.ve rsion=fals e
  73   javadoc.wi ndowtitle=
  74   main.class =gov.va.me d.foundati ons.utilit ies.Encryp tUtil
  75   manifest.f ile=manife st.mf
  76   meta.inf.d ir=${src.d ir}/META-I NF
  77   platform.a ctive=defa ult_platfo rm
  78   run.classp ath=\
  79       ${java c.classpat h}:\
  80       ${buil d.classes. dir}
  81   # Space-se parated li st of JVM  arguments  used when  running th e project
  82   # (you may  also defi ne separat e properti es like ru n-sys-prop .name=valu e instead  of -Dname= value
  83   # or test- sys-prop.n ame=value  to set sys tem proper ties for u nit tests) :
  84   run.jvmarg s=
  85   run.test.c lasspath=\
  86       ${java c.test.cla sspath}:\
  87       ${buil d.test.cla sses.dir}
  88   source.enc oding=UTF- 8
  89   src.dir=${ file.refer ence.HuiCo re-src}