File: HtmlParser.gwt.xml

package info (click to toggle)
libhtml5parser-java 1.4%2Br1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, trixie
  • size: 3,376 kB
  • sloc: java: 27,064; cpp: 158; xml: 141; sh: 136; ruby: 44; 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>