File tree Expand file tree Collapse file tree 3 files changed +496
-4
lines changed Expand file tree Collapse file tree 3 files changed +496
-4
lines changed Original file line number Diff line number Diff line change 2
2
* .iml
3
3
.idea /
4
4
* .xpr
5
+ tmp /
5
6
6
7
github-report.html
7
8
node_modules /*
Original file line number Diff line number Diff line change 187
187
<includes >
188
188
<include >*/*.xml</include >
189
189
</includes >
190
- <excludes >
191
- <exclude >template/template.xml</exclude >
192
- <exclude >db4-versions/*.xml</exclude >
193
- </excludes >
194
190
<systemId >${project.baseUri} src/main/relaxng/docbook.rng</systemId >
195
191
<publicId >-//OASIS//DTD DocBook V5.1//EN//XML</publicId >
196
192
<validating >true</validating >
197
193
<schemaLanguage >http://relaxng.org/ns/structure/1.0</schemaLanguage >
198
194
</validationSet >
195
+ <validationSet >
196
+ <dir >src/main/xar-resources/data</dir >
197
+ <includes >
198
+ <include >*/*.xml</include >
199
+ </includes >
200
+ <systemId >${project.baseUri} src/main/relaxng/exist-docs.rng</systemId >
201
+ <validating >true</validating >
202
+ <schemaLanguage >http://relaxng.org/ns/structure/1.0</schemaLanguage >
203
+ </validationSet >
199
204
</validationSets >
200
205
</configuration >
201
206
</plugin >
You can’t perform that action at this time.
0 commit comments