6. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/13/2017 12:42:46 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.

6.1 Files compared

# Location File Last Modified
1 PS_MS_Build.zip\PS_MS_Common generate.xml Mon Mar 27 20:10:12 2017 UTC
2 PS_MS_Build.zip\PS_MS_Common generate.xml Thu Apr 13 17:07:30 2017 UTC

6.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 202
Changed 3 6
Inserted 0 0
Removed 0 0

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

6.4 Active regular expressions

No regular expressions were active.

6.5 Comparison detail

  1   <project 
  2     name="gene rate" 
  3     default="g enerate"
  4           
  5     xmlns:moch a="http:// www. DNS     /pharmacy/ mocha"
  6   >
  7    
  8             
  9     <import 
  10      file="../P S_MS_Build /build.pro perties.xm l" 
  11     />
  12    
  13             
  14     <target 
  15      name="init GenDir"
  16                      
  17      descriptio n="Initial izes the d irectories  needed du ring the g enerate."
  18     >
  19                       
  20      <mkdir 
  21       dir="${gen .lib.dir}"  
  22      />
  23                       
  24      <mkdir 
  25       dir="${gen .src.dir}"  
  26      />
  27              
  28     </target>
  29    
  30             
  31     <macrodef 
  32      name="init XmlTemplat e" 
  33      uri="http: //www. DNS     /pharmacy/ mocha"
  34     >
  35                       
  36      <sequentia l>
  37                                 
  38       <taskdef 
  39        name="xjc"  
  40        classname= "com.sun.t ools.xjc.X JCTask"
  41                                          
  42        classpathr ef="build. class.path
  43        loaderref= "ant-loade r" 
  44       />
  45                        
  46      </sequenti al>
  47              
  48     </macrodef >
  49    
  50             
  51     <macrodef 
  52      name="xmlT oJava" 
  53      uri="http: //www. DNS     /pharmacy/ mocha"
  54     >
  55                       
  56      <attribute  
  57       name="sche maDir" 
  58       default="$ {schema.di r}" 
  59      />
  60                       
  61      <attribute  
  62       name="srcG enDir" 
  63       default="$ {gen.src.d ir}" 
  64      />
  65                       
  66      <sequentia l>
  67                                 
  68       <xjc 
  69        destdir="@ {srcGenDir }" 
  70        binding="$ {schema.di r}/globalB indings.xj b"
  71                                          
  72        extension= "true"
  73       >
  74                                           
  75        <schema 
  76         dir="@{sch emaDir}"
  77        >
  78                                                    
  79         <include 
  80          name="**/* .xsd" 
  81         />
  82                                            
  83        </schema>
  84                                  
  85       </xjc>
  86                        
  87      </sequenti al>
  88              
  89     </macrodef >
  90    
  91             
  92     <target 
  93      name="gene rate" 
  94      depends="i nitGenDir"
  95                      
  96      descriptio n="Generat es object  binding so urce code  using JAXB  from XML  schema fil es."
  97     >
  98                       
  99      <mocha:ini tXmlTempla te />
  100                       
  101      <mocha:xml ToJava />
  102              
  103     </target>
  104   </project>