# HG changeset patch # User Jaroslav Tulach # Date 1367498924 -7200 # Node ID 9435d870f110a35d52090b75e8374eb8c33ed41b # Parent 3ab2f70b300d2694385268551a8b68beda20657c Providing module with HTML5 Documentation diff -r 3ab2f70b300d -r 9435d870f110 javaquery/api/pom.xml --- a/javaquery/api/pom.xml Thu May 02 10:19:07 2013 +0200 +++ b/javaquery/api/pom.xml Thu May 02 14:48:44 2013 +0200 @@ -83,5 +83,10 @@ org.netbeans.modules org-netbeans-modules-html-parser + + ${project.groupId} + html5doc + ${project.version} + diff -r 3ab2f70b300d -r 9435d870f110 javaquery/html5doc/pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javaquery/html5doc/pom.xml Thu May 02 14:48:44 2013 +0200 @@ -0,0 +1,70 @@ + + + 4.0.0 + + javaquery + org.apidesign.bck2brwsr + 0.8-SNAPSHOT + + org.apidesign.bck2brwsr + html5doc + 0.8-SNAPSHOT + jar + HTML5 Documentation + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + compile + + copy + + + + + org.netbeans.modules + org-netbeans-modules-html-parser + RELEASE73 + nbm + false + target/nbms + parser.zip + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + unzip + compile + + + + + + + + + run + + + + + + + + UTF-8 + +