File: HtmlParser.gwt.xml

package info (click to toggle)
libhtml5parser-java 1.4%2Br20250916-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,900 kB
  • sloc: java: 28,661; xml: 144; sh: 136; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
<module>
	<inherits name="com.google.gwt.core.Core"/>
	<inherits name="com.google.gwt.user.User"/>
	<super-source path="translatable"/>
	<source path="annotation"/>
	<source path="common"/>
	<source path="impl"/>	
	<source path="gwt"/>
	<set-property name="user.agent" value="gecko1_8"/>
	<entry-point class="nu.validator.htmlparser.gwt.HtmlParserModule"/>
	<add-linker name="sso"/>		
</module>