-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathsharpenConfiguration.xml
More file actions
19 lines (19 loc) · 996 Bytes
/
sharpenConfiguration.xml
File metadata and controls
19 lines (19 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<ignored>
<java>
<fileset reason="The Iterator pattern in Java is equivalent to IEnumerable in .NET, but we cannot map them on each other.">
<file path="com/itextpdf/html2pdf/css/resolve/CssContentElementNode.java"/>
</fileset>
<fileset reason="The ignore is added here because the work with absolute path and URI is not autoportable.">
<file path="com/itextpdf/html2pdf/resolver/resource/PathUtil.java"/>
</fileset>
<fileset reason="Added mto ignored because ExecutorService and usage of Futures are not autoportable">
<file path="com/itextpdf/html2pdf/HtmlConverterMultiThreadedTest.java"/>
</fileset>
</java>
<resource>
<file path="com/itextpdf/html2pdf/css/w3c/css21/text/text-transform-uppercase-002.pdf" />
</resource>
</ignored>
</configuration>