# HG changeset patch # User Jaroslav Tulach # Date 1402127070 -7200 # Node ID b37d0281edf8cf25ca6a9be94816547611133444 # Parent 6d2eb47e966b40bfaffa291212a36c398adfc35c Including app icons for iOS diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/pom.xml --- a/minesweeper/pom.xml Mon Jun 02 21:20:59 2014 +0200 +++ b/minesweeper/pom.xml Sat Jun 07 09:44:30 2014 +0200 @@ -442,7 +442,14 @@ MineSweeper - src/main/webapp/pages/ + src/main/webapp/pages + + / + src/main/webapp/ + + *.png + + false diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Default-568h@2x.png Binary file minesweeper/src/main/webapp/Default-568h@2x.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Default.png Binary file minesweeper/src/main/webapp/Default.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Default@2x.png Binary file minesweeper/src/main/webapp/Default@2x.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Icon-60.png Binary file minesweeper/src/main/webapp/Icon-60.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Icon-60@2x.png Binary file minesweeper/src/main/webapp/Icon-60@2x.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Icon-72.png Binary file minesweeper/src/main/webapp/Icon-72.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Icon-76.png Binary file minesweeper/src/main/webapp/Icon-76.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Icon.png Binary file minesweeper/src/main/webapp/Icon.png has changed diff -r 6d2eb47e966b -r b37d0281edf8 minesweeper/src/main/webapp/Icon@2x.png Binary file minesweeper/src/main/webapp/Icon@2x.png has changed