File tree 2 files changed +56
-0
lines changed
2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ Utility classes for processing XML DTDs.
7
7
8
8
<br />
9
9
10
+ ## Licensing
11
+
12
+ This software is provided under a [ BSD-style license] ( LICENSE.txt ) .
13
+
14
+ <br />
15
+
10
16
## Building from source
11
17
12
18
### Requirements
Original file line number Diff line number Diff line change
1
+
2
+ XML-DTD RELEASE NOTES
3
+ =====================
4
+
5
+ Release 3.5.2 - August 12, 2021
6
+ -------------------------------
7
+
8
+ Release Highlights
9
+ ------------------
10
+
11
+ * Deprecate DefaultEntityResolver.resolveEntity(String) for removal.
12
+
13
+ See issue #1.
14
+
15
+ * Build improvements.
16
+
17
+ The Gradle build is smaller and a bit faster.
18
+
19
+ If you are already using a recent version of this library, do not really need
20
+ to upgrade.
21
+
22
+
23
+ Java(tm) Runtime Environment requirements
24
+ -----------------------------------------
25
+ All the classes in the binary package have been compiled with a Java compiler
26
+ set to 1.8 compiler compliance level, except the module-info file.
27
+
28
+ Building the library requires a recent modular JDK (tested with version 16),
29
+ although the resulting jar file can be run with a 1.8 JRE.
30
+
31
+
32
+ Software dependencies
33
+ =====================
34
+
35
+ The following dependencies are optional, you may need them depending on the
36
+ functionality that you are using:
37
+
38
+ - The jclf-text (5.0.0 or higher) module:
39
+ https://sourceforge.net/projects/jclf
40
+
41
+ - The tokenproducer artifact; version 1.1.1 or higher is recommended:
42
+ https://github.com/css4j/tokenproducer/releases
43
+
44
+ - To run the unit tests you need a recent version of JUnit 4.
45
+
46
+
47
+ Project Site
48
+ ============
49
+
50
+ Development site: https://github.com/css4j/xml-dtd
You can’t perform that action at this time.
0 commit comments