From 6168dbe21f5f83b906e562ea0ab232d499b275a6 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 15 Jan 2020 14:56:04 -0500 Subject: Add java htmlparser sources that match the original 52-level state https://hg.mozilla.org/projects/htmlparser/ Commit: abe62ab2a9b69ccb3b5d8a231ec1ae11154c571d --- parser/html/java/htmlparser/pom.xml | 240 ++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 parser/html/java/htmlparser/pom.xml (limited to 'parser/html/java/htmlparser/pom.xml') diff --git a/parser/html/java/htmlparser/pom.xml b/parser/html/java/htmlparser/pom.xml new file mode 100644 index 000000000..41f46725f --- /dev/null +++ b/parser/html/java/htmlparser/pom.xml @@ -0,0 +1,240 @@ + + + 4.0.0 + nu.validator.htmlparser + htmlparser + bundle + 1.4 + htmlparser + http://about.validator.nu/htmlparser/ + The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm in Java for applications. The parser is designed to work as a drop-in replacement for the XML parser in applications that already support XHTML 1.x content with an XML parser and use SAX, DOM or XOM to interface with the parser. + + + + hsivonen + Henri Sivonen + hsivonen@iki.fi + http://hsivonen.iki.fi/ + + + + + The MIT License + http://www.opensource.org/licenses/mit-license.php + repo + + + The (New) BSD License + http://www.opensource.org/licenses/bsd-license.php + repo + + + + scm:hg:http://hg.mozilla.org/projects/htmlparser/ + http://hg.mozilla.org/projects/htmlparser/ + + + ${project.build.directory}/src + ${basedir}/test-src + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-antrun-plugin + 1.7 + + + com.sun + tools + 1.5.0 + system + ${java.home}/../lib/tools.jar + + + + + intitialize-sources + initialize + + run + + + + + + + + + + + + + tokenizer-hotspot-workaround + process-sources + + run + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + true + + + false + + + ${project.name} + nu.validator.htmlparser + ${project.version} + J2SE-1.5 + <_removeheaders>Built-By,Bnd-LastModified + + + + + org.codehaus.mojo + rpm-maven-plugin + + 1 + The MIT License + Development/Java + /var/tmp/${project.build.finalName} + + _javadir ${rpm.java.dir} + _javadocdir ${rpm.javadoc.dir} + + + + ${rpm.java.dir} + 644 + root + root + + + ${project.build.directory}/${project.build.finalName}.jar + + + + + ${rpm.javadoc.dir}/${project.build.finalName} + 644 + root + root + + + ${project.build.directory}/apidocs + + + + + %__ln_s ${project.build.finalName}.jar %{buildroot}%{_javadir}/${project.name}.jar + + + + + + + com.ibm.icu + icu4j + 4.0.1 + compile + true + + + xom + xom + 1.1 + compile + true + + + net.sourceforge.jchardet + jchardet + 1.0 + compile + true + + + com.sdicons.jsontools + jsontools-core + 1.4 + test + + + + /usr/share/java + /usr/share/javadoc + UTF-8 + + -- cgit v1.2.3