Produced by Araxis Merge on 12/7/2018 11:35:50 AM Central 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\SCRUB\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\var-db\liquibase | var-db-build.xml | Thu Oct 18 18:44:32 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-resources-release-4.10@1091a011694\var-db\liquibase | var-db-build.xml | Fri Dec 7 17:04:00 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 460 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | <?xml | |
| 2 | version="1 .0" | |
| 3 | encoding=" UTF-8" | |
| 4 | ?> | |
| 5 | <project | |
| 6 | basedir=". " | |
| 7 | default="c reate.db" | |
| 8 | name="Vete ranAppoint mentServic e" | |
| 9 | xmlns:ora= "antlib:ne t.sf.incan to" | |
| 10 | > | |
| 11 | ||
| 12 | <import | |
| 13 | file="var- db-propert ies.xml" | |
| 14 | /> | |
| 15 | ||
| 16 | <taskdef | |
| 17 | resource=" liquibaset asks.prope rties" | |
| 18 | > | |
| 19 | ||
| 20 | <classpath > | |
| 21 | ||
| 22 | <fileset | |
| 23 | dir="${lib .dir}" | |
| 24 | > | |
| 25 | ||
| 26 | <include | |
| 27 | name="*.ja r" | |
| 28 | /> | |
| 29 | ||
| 30 | </fileset> | |
| 31 | ||
| 32 | <fileset | |
| 33 | dir="${lib .dir}" | |
| 34 | > | |
| 35 | ||
| 36 | <include | |
| 37 | name="*.ja r" | |
| 38 | /> | |
| 39 | ||
| 40 | </fileset> | |
| 41 | ||
| 42 | </classpat h> | |
| 43 | ||
| 44 | </taskdef> | |
| 45 | ||
| 46 | <target | |
| 47 | name="dbUp dateMysql" | |
| 48 | > | |
| 49 | ||
| 50 | <path | |
| 51 | id="classp ath" | |
| 52 | > | |
| 53 | ||
| 54 | <fileset | |
| 55 | dir="${lib .dir}" | |
| 56 | > | |
| 57 | ||
| 58 | <include | |
| 59 | name="**/* .jar" | |
| 60 | /> | |
| 61 | ||
| 62 | </fileset> | |
| 63 | ||
| 64 | </path> | |
| 65 | ||
| 66 | <sql | |
| 67 | driver="${ mysql.jdbc .driver}" | |
| 68 | url="${mys ql.jdbc.ur l}" | |
| 69 | rdbms="mys ql" | |
| 70 | ||
| 71 | userid="${ mysql.user name}" | |
| 72 | password=" ${mysql.pa ssword}" | |
| 73 | src="${mys ql.createV ARDB.sql}" | |
| 74 | classpathr ef="classp ath" | |
| 75 | > | |
| 76 | ||
| 77 | </sql> | |
| 78 | ||
| 79 | <updateDat abase | |
| 80 | ||
| 81 | changelogf ile="${cha ngelog.mas ter}" | |
| 82 | ||
| 83 | username=" ${mysql.us ername}" | |
| 84 | ||
| 85 | password=" ${mysql.pa ssword}" | |
| 86 | ||
| 87 | driver="${ mysql.jdbc .driver}" | |
| 88 | ||
| 89 | url="${mys ql.jdbc.ur l}" | |
| 90 | ||
| 91 | dropFirst= "false" | |
| 92 | ||
| 93 | classpathr ef="classp ath" | |
| 94 | ||
| 95 | defaultSch emaName="$ {vardbSche ma}" | |
| 96 | > | |
| 97 | ||
| 98 | <changeLog Property | |
| 99 | name="vard b.password " | |
| 100 | value='${v ardb.passw ord}' | |
| 101 | /> | |
| 102 | ||
| 103 | <changeLog Property | |
| 104 | name="vard bSchema" | |
| 105 | value='${v ardbSchema }' | |
| 106 | /> | |
| 107 | ||
| 108 | <changeLog Property | |
| 109 | name="tag. version" | |
| 110 | value='${t ag.version }' | |
| 111 | /> | |
| 112 | ||
| 113 | <changeLog Property | |
| 114 | name="mysq l.host" | |
| 115 | value='${m ysql.host} ' | |
| 116 | /> | |
| 117 | ||
| 118 | </updateDa tabase> | |
| 119 | ||
| 120 | </target> | |
| 121 | ||
| 122 | ||
| 123 | <target | |
| 124 | name="dbUp dateOracle " | |
| 125 | > | |
| 126 | ||
| 127 | <path | |
| 128 | id="classp ath" | |
| 129 | > | |
| 130 | ||
| 131 | <fileset | |
| 132 | dir="${lib .dir}" | |
| 133 | > | |
| 134 | ||
| 135 | <include | |
| 136 | name="**/* .jar" | |
| 137 | /> | |
| 138 | ||
| 139 | </fileset> | |
| 140 | ||
| 141 | </path> | |
| 142 | ||
| 143 | <updateDat abase | |
| 144 | ||
| 145 | changelogf ile="${cha ngelog.mas ter}" | |
| 146 | ||
| 147 | username=" ${vardb.us er}" | |
| 148 | ||
| 149 | password=" ${vardb.pa ssword}" | |
| 150 | ||
| 151 | driver="${ oracle.jdb c.driver}" | |
| 152 | ||
| 153 | url="${ora cle.url}" | |
| 154 | ||
| 155 | dropFirst= "false" | |
| 156 | ||
| 157 | classpathr ef="classp ath" | |
| 158 | ||
| 159 | defaultSch emaName="$ {vardbSche ma}" | |
| 160 | ||
| 161 | contexts=" ${liquibas e.context} " | |
| 162 | > | |
| 163 | ||
| 164 | <changeLog Property | |
| 165 | name="vard b.password " | |
| 166 | value='${v ardb.passw ord}' | |
| 167 | /> | |
| 168 | ||
| 169 | <changeLog Property | |
| 170 | name="vard bSchema" | |
| 171 | value='${v ardbSchema }' | |
| 172 | /> | |
| 173 | ||
| 174 | <changeLog Property | |
| 175 | name="tag. version" | |
| 176 | value='${t ag.version }' | |
| 177 | /> | |
| 178 | ||
| 179 | <changeLog Property | |
| 180 | name="orac le.data.di r" | |
| 181 | value='${o racle.data .dir}' | |
| 182 | /> | |
| 183 | ||
| 184 | </updateDa tabase> | |
| 185 | ||
| 186 | </target> | |
| 187 | ||
| 188 | ||
| 189 | <target | |
| 190 | name="crea teSchemaFo rOracle" | |
| 191 | > | |
| 192 | ||
| 193 | <path | |
| 194 | id="classp ath" | |
| 195 | > | |
| 196 | ||
| 197 | <fileset | |
| 198 | dir="${lib .dir}" | |
| 199 | > | |
| 200 | ||
| 201 | <include | |
| 202 | name="**/* .jar" | |
| 203 | /> | |
| 204 | ||
| 205 | </fileset> | |
| 206 | ||
| 207 | </path> | |
| 208 | ||
| 209 | <echo> | |
| 210 | oracle.url =${oracle. url} | |
| 211 | </echo> | |
| 212 | ||
| 213 | <echo> | |
| 214 | oracle.tns nameSpec=$ {oracle.tn snameSpec} | |
| 215 | </echo> | |
| 216 | ||
| 217 | <exec | |
| 218 | dir="." | |
| 219 | executable ="sqlplus" | |
| 220 | failonerro r="yes" | |
| 221 | > | |
| 222 | ||
| 223 | <arg | |
| 224 | line="${or acle.syste m.user}/${ oracle.sys tem.passwo rd}@${orac le.tnsname Spec} @${o racle.crea teVARDB.sq l} ${oracl e.data.dir } ${vardb. password}" | |
| 225 | /> | |
| 226 | ||
| 227 | </exec> | |
| 228 | ||
| 229 | </target> | |
| 230 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.