minesweeper/pom.xml
changeset 128 d3d2d3b41ff0
parent 120 1f150d9e4815
child 129 ff497594741e
     1.1 --- a/minesweeper/pom.xml	Fri Mar 21 15:03:56 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Fri Apr 11 10:33:20 2014 +0200
     1.3 @@ -13,7 +13,11 @@
     1.4    </parent>
     1.5  
     1.6    <name>Mine Sweeper</name>
     1.7 -
     1.8 +  <description>
     1.9 +      Demonstration of DukeScript rendering technology.
    1.10 +      Plus old, good, simple and entertainin game.
    1.11 +  </description>
    1.12 +  <url>http://html.java.net/</url>
    1.13    <properties>
    1.14      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.15      <brwsr.startpage>pages/index.html</brwsr.startpage>