Skip to content

Commit 5ced468

Browse files
NicoPeters.NPNicoPeters.NP
NicoPeters.NP
authored and
NicoPeters.NP
committed
added favicon to editor and backend war files
git-svn-id: http://oryx-editor.googlecode.com/svn/trunk@1439 d672c736-503d-0410-a38a-9366997c882b
1 parent b035091 commit 5ced468

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

build.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
<lib dir="${lib-dir}" />
109109
<classes dir="${bin-dir}" />
110110
<metainf file="build/LICENSE"/>
111+
112+
<fileset file="favicon.ico"/>
111113
</war>
112114
</target>
113115

@@ -432,8 +434,9 @@
432434

433435
<metainf file="${editor-build-root}/LICENSE"/>
434436
<metainf file="${editor-build-root}/LIBRARIES"/>
435-
<metainf file="etc/context.xml"/>
436437
<metainf file="${editor-build-root}/VERSION"/>
438+
439+
<fileset file="favicon.ico"/>
437440
</war>
438441

439442

editor/etc/web.xml

+7
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,11 @@
306306
<extension>css</extension>
307307
<mime-type>text/css</mime-type>
308308
</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+
309316
</web-app>

favicon.ico

1.03 KB
Binary file not shown.

poem-jvm/etc/web.xml

+7
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,11 @@
6666
<extension>css</extension>
6767
<mime-type>text/css</mime-type>
6868
</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+
6976
</web-app>

0 commit comments

Comments
 (0)