Produced by Araxis Merge on 3/27/2019 4:01:37 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.
# | Location | File | Last Modified |
---|---|---|---|
1 | JLV_CV_CV_2_9_1_0.zip\CV-CCP\grails-app\conf | BuildConfig.groovy | Wed Mar 20 21:44:30 2019 UTC |
2 | JLV_CV_CV_2_9_1_0.zip\CV-CCP\grails-app\conf | BuildConfig.groovy | Tue Mar 26 18:54:55 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 3 | 188 |
Changed | 2 | 4 |
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 | grails.ser vlet.versi on = "2.5" // Change depending on target container complianc e (2.5 or 3.0) | |
2 | grails.pro ject.class .dir = "ta rget/class es" | |
3 | grails.pro ject.test. class.dir = "target/ test-class es" | |
4 | grails.pro ject.test. reports.di r = "targe t/test-rep orts" | |
5 | grails.pro ject.work. dir = "tar get/work" | |
6 | grails.pro ject.targe t.level = 1.6 | |
7 | grails.pro ject.sourc e.level = 1.6 | |
8 | grails.pro ject.war.f ile = "tar get/${appN ame}CCP-${ appVersion }-${grails .util.Envi ronment.cu rrent.name }.war" | |
9 | ||
10 | grails.pro ject.fork = [ | |
11 | // configure settings for compil ation JVM, note that if you al ter the Gr oovy versi on forked compilatio n is requi red | |
12 | // compile: [maxMemor y: 256, mi nMemory: 6 4, debug: false, max Perm: 256, daemon:tr ue], | |
13 | ||
14 | // configure settings for the te st-app JVM , uses the daemon by default | |
15 | te st : [ma xMemory: 7 68, minMem ory: 64, d ebug: fals e, maxPerm : 256, dae mon: true] , | |
16 | // configure settings for the ru n-app JVM | |
17 | ru n : [ma xMemory: 7 68, minMem ory: 64, d ebug: fals e, maxPerm : 256, for kReserve: false], | |
18 | // configure settings for the ru n-war JVM | |
19 | wa r : [ma xMemory: 7 68, minMem ory: 64, d ebug: fals e, maxPerm : 256, for kReserve: false], | |
20 | // configure settings for the Co nsole UI J VM | |
21 | co nsole: [ma xMemory: 7 68, minMem ory: 64, d ebug: fals e, maxPerm : 256] | |
22 | ] | |
23 | ||
24 | grails.pro ject.depen dency.reso lver = "ma ven" // or ivy | |
25 | grails.pro ject.depen dency.reso lution = { | |
26 | // inh erit Grail s' default dependenc ies | |
27 | inheri ts("global ") { | |
28 | // specify d ependency exclusions here; for example, uncomment this to di sable ehca che: | |
29 | // excludes 'ehcache' | |
30 | } | |
31 | log "e rror" // l og level o f Ivy reso lver, eith er 'error' , 'warn', 'info', 'd ebug' or ' verbose' | |
32 | checks ums true / / Whether to verify checksums on resolve | |
33 | legacy Resolve fa lse | |
34 | // whe ther to do a seconda ry resolve on plugin installat ion, not a dvised and here for backwards compatibil ity | |
35 | ||
36 | reposi tories { | |
37 | in herits tru e // Wheth er to inhe rit reposi tory defin itions fro m plugins | |
38 | ||
39 | gr ailsPlugin s() | |
40 | gr ailsHome() | |
41 | ma venLocal() | |
42 | gr ailsCentra l() | |
43 | ma venCentral () | |
44 | // uncomment these (or add new o nes) to en able remot e dependen cy resolut ion from p ublic Mave n reposito ries | |
45 | // mavenRepo "http://re pository.c odehaus.or g" | |
46 | // mavenRepo "http://do wnload.jav a.net/mave n/2/" | |
47 | // mavenRepo "http://re pository.j boss.com/m aven2/" | |
48 | } | |
49 | ||
50 | depend encies { | |
51 | // specify d ependencie s here und er either 'build', ' compile', 'runtime', 'test' or 'provided ' scopes e .g. | |
52 | // runtime ' mysql:mysq l-connecto r-java:5.1 .29' | |
53 | // runtime ' org.postgr esql:postg resql:9.3- 1101-jdbc4 1' | |
54 | te st "org.gr ails:grail s-datastor e-test-sup port:1.0-g rails-2.4" | |
55 | ||
56 | ru ntime "hsq ldb:hsqldb :1.8.0.10" | |
57 | co mpile('net .sf.dozer: dozer:5.5. 1') { | |
58 | excludes 'slf4j-lo g4j12', 's lf4j-api', 'jcl-over -slf4j' | |
59 | } | |
60 | co mpile "org .jsoup:jso up:1.7.2" | |
61 | ||
62 | ||
63 | } | |
64 | ||
65 | plugin s { | |
66 | // plugins f or the bui ld system only | |
67 | bu ild ":tomc at:7.0.55" | |
68 | ||
69 | // plugins f or the com pile step | |
70 | co mpile ":sc affolding: 2.1.2" | |
71 | co mpile ':ca che:1.1.7' | |
72 | co mpile ":as set-pipeli ne:2.1.5" | |
73 | ||
74 | // plugins n eeded at r untime but not for c ompilation | |
75 | ru ntime ":hi bernate4:4 .3.5.5" // or ":hibe rnate:3.6. 10.17" | |
76 | ru ntime ":da tabase-mig ration:1.4 .0" | |
77 | ru ntime ":jq uery:1.11. 1" | |
78 | ||
79 | ru ntime ":xf rameoption s:1.0" // prevent click jac king | |
80 | ||
81 | // Uncomment these to enable add itional as set-pipeli ne capabil ities | |
82 | // compile ": sass-asset -pipeline: 1.9.0" | |
83 | // compile ": less-asset -pipeline: 1.10.0" | |
84 | // compile ": coffee-ass et-pipelin e:1.8.0" | |
85 | // compile ": handlebars -asset-pip eline:1.3. 0.3" | |
86 | } | |
87 | } | |
88 | ||
89 | ||
90 | //grails.t omcat.trus tstorePath = "/certs /cacerts_n c.jks" | |
91 | //grails.t omcat.trus tstorePass word = " AI " | |
92 | //grails.t omcat.clie ntAuth = " want" | |
93 | //grails.t omcat.keys torePath = "/certs/a pp26pp.jks " | |
94 | //grails.t omcat.keys torePasswo rd = " AI " | |
95 | //grails.t omcat.sslP rotocol = "TLS" | |
96 | //grails.t omcat.SSLV erifyClien t = "optio nal" |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.