Adding description, so the nbm:autoupdate does not take it from the parent
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 11 Apr 2014 10:33:20 +0200
changeset 128d3d2d3b41ff0
parent 127 33b12135e7a5
child 129 ff497594741e
Adding description, so the nbm:autoupdate does not take it from the parent
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Fri Apr 11 10:31:22 2014 +0200
     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>