File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 80
80
includeAntRuntime =" false"
81
81
debug =" true"
82
82
classpathref =" class.path" />
83
+ <!-- If you want to add files in the jars -->
84
+ <copy todir =" bin" overwrite =" true" verbose =" true" >
85
+ <fileset dir =" src" includes =" log4j2.xml" />
86
+ </copy >
83
87
</target >
84
88
85
89
<target name =" test" depends =" compile" description =" Runs the test" >
Original file line number Diff line number Diff line change 439
439
<option value =" -DAPP_DIR=$APP_ROOT/Contents/Java" />
440
440
<option value =" -Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/" />
441
441
<option value =" -Djava.net.preferIPv4Stack=true" />
442
- <option value =" -Dorg.slf4j.simpleLogger.showDateTime=true" />
443
- <option value =" -Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z" />
444
442
445
443
<!--
446
444
<option value="-Dapple.awt.showGrowBox=false"/>
You can’t perform that action at this time.
0 commit comments