Skip to content

Commit ece9b07

Browse files
committed
fix(data): display errors and orphaned listings, update change date
1 parent cbeb86c commit ece9b07

File tree

41 files changed

+192
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+192
-295
lines changed

src/main/xar-resources/data/advanced-installation/advanced-installation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<info>
1010
<title>Advanced Installation Methods</title>
11-
<date>1Q18</date>
11+
<date>2Q19</date>
1212
<keywordset>
1313
<keyword>installation</keyword>
1414
<keyword>operations</keyword>

src/main/xar-resources/data/ant-tasks/ant-tasks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<info>
1010
<title>Ant Tasks</title>
11-
<date>1Q18</date>
11+
<date>2Q19</date>
1212
<keywordset>
1313
<keyword>operations</keyword>
1414
</keywordset>

src/main/xar-resources/data/backup/backup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<info>
88
<title>Database Backup and Restore</title>
9-
<date>1Q18</date>
9+
<date>2Q19</date>
1010
<keywordset>
1111
<keyword>operations</keyword>
1212
</keywordset>

src/main/xar-resources/data/contentextraction/contentextraction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink">
66
<info>
77
<title>Extracting Content from Binary Files</title>
8-
<date>1Q18</date>
8+
<date>2Q19</date>
99
<keywordset>
1010
<keyword>application-development</keyword>
1111
</keywordset>

src/main/xar-resources/data/contentextraction/listings/listing-1.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink">
66
<info>
77
<title>Developer's Guide to Modularized Indexes</title>
8-
<date>1Q18</date>
8+
<date>2Q19</date>
99
<keywordset>
1010
<keyword>java-development</keyword>
1111
<keyword>indexes</keyword>
@@ -429,8 +429,9 @@
429429
<para>Returns an array of <literal>org.exist.dom.DocumentImpl.Occurrences</literal> that
430430
is an <emphasis>ordered</emphasis> list of the index entries, in a textual form,
431431
associated with the number of occurences for the entries and a list of the documents
432-
containing them. <note><para>For some indexes, the concept of ordered or textual occurrences
433-
might not be meaningful.</para></note></para>
432+
containing them.</para>
433+
<note><para>For some indexes, the concept of ordered or textual occurrences
434+
might not be meaningful.</para></note>
434435
</sect2>
435436

436437
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

src/main/xar-resources/data/devguide_indexes/listings/listing-120.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/main/xar-resources/data/devguide_indexes/listings/listing-121.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/main/xar-resources/data/devguide_log4j/devguide_log4j.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
schematypens="http://purl.oclc.org/dsdl/schematron"?><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
44
<info>
55
<title>Log4j Logging Guide</title>
6-
<date>1Q18</date>
6+
<date>2Q19</date>
77
<keywordset>
88
<keyword>java-development</keyword>
99
</keywordset>
@@ -639,4 +639,4 @@ import org.apache.logging.log4j.Logger;
639639

640640
</sect2>
641641
</sect1>
642-
</article>
642+
</article>

src/main/xar-resources/data/exist-building/exist-building.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<listitem>
2727
<para>
2828
<emphasis role="bold">Make sure you have the required build tools installed</emphasis>
29+
</para>
2930
<itemizedlist>
3031
<listitem>
3132
<para>Java JDK - Building eXist-db requires JDK 8 or newer. If you are looking for an OpenJDK, then the <link xlink:href="https://www.azul.com/downloads/zulu/">Azul Zulu JDK</link> may suite you.</para>
@@ -51,7 +52,6 @@
5152
<para>Apple Developer Code signing certificate (<emphasis>optional</emphasis>) - If you are on a Mac and wish to build and sign a DMG.</para>
5253
</listitem>
5354
</itemizedlist>
54-
</para>
5555
</listitem>
5656
<listitem>
5757
<para>

0 commit comments

Comments
 (0)