Commit 5ced468 1 parent b035091 commit 5ced468 Copy full SHA for 5ced468
File tree 4 files changed +18
-1
lines changed
4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 108
108
<lib dir =" ${ lib-dir } " />
109
109
<classes dir =" ${ bin-dir } " />
110
110
<metainf file =" build/LICENSE" />
111
+
112
+ <fileset file =" favicon.ico" />
111
113
</war >
112
114
</target >
113
115
432
434
433
435
<metainf file =" ${ editor-build-root } /LICENSE" />
434
436
<metainf file =" ${ editor-build-root } /LIBRARIES" />
435
- <metainf file =" etc/context.xml" />
436
437
<metainf file =" ${ editor-build-root } /VERSION" />
438
+
439
+ <fileset file =" favicon.ico" />
437
440
</war >
438
441
439
442
Original file line number Diff line number Diff line change 306
306
<extension >css</extension >
307
307
<mime-type >text/css</mime-type >
308
308
</mime-mapping >
309
+
310
+ <!-- Set Favourites Icon MIME-Type -->
311
+ <mime-mapping >
312
+ <extension >ico</extension >
313
+ <mime-type >image/x-icon</mime-type >
314
+ </mime-mapping >
315
+
309
316
</web-app >
Original file line number Diff line number Diff line change 66
66
<extension >css</extension >
67
67
<mime-type >text/css</mime-type >
68
68
</mime-mapping >
69
+
70
+ <!-- Set Favourites Icon MIME-Type -->
71
+ <mime-mapping >
72
+ <extension >ico</extension >
73
+ <mime-type >image/x-icon</mime-type >
74
+ </mime-mapping >
75
+
69
76
</web-app >
You can’t perform that action at this time.
0 commit comments