|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<package xmlns="http://expath.org/ns/pkg" name="${package-name}" abbrev="${package-abbrev}" version="${project.version}" |
3 | | - spec="1.0"> |
4 | | - <title>${package-title}</title> |
5 | | - <author id="exist-db">eXist-db</author> |
6 | | - <website>${project.url}</website> |
7 | | - <license>GNU Lesser General Public License, version 2.1</license> |
8 | | - <copyright>true</copyright> |
9 | | - <type>application</type> |
10 | | - <target>doc</target> |
11 | | - <status>stable</status> |
12 | | - <tag>${project.artifactId}</tag> |
13 | | - <tag>application</tag> |
14 | | - <tag>documentation</tag> |
15 | | - <category id="apps">Applications</category> |
16 | | - <category id="doc">Documentation</category> |
17 | | - <dependency processor="http://exist-db.org" semver-min="${exist.version}"/> |
18 | | - <dependency package="http://exist-db.org/apps/shared" semver-min="0.4.0" /> |
19 | | - <prepare>pre-install.xql</prepare> |
20 | | - <note>Note for users of eXist 2.x: When upgrading, please make sure you also updated the shared-resources package to > 0.4.0.</note> |
21 | | - <changelog> |
22 | | - <change version="0.6.0"> |
23 | | - <ul xmlns="http://www.w3.org/1999/xhtml"> |
24 | | - <li>New: Improved build infrastructure for the Documentation app - <a href="https://github.com/eXist-db/documentation/pull/135">#135</a></li> |
25 | | - <li>[Upgrade Guide]: Revised the guide with best practices - <a href="https://github.com/eXist-db/documentation/issues/120">#120</a></li> |
26 | | - <li>[Indexing and XQuery]: Added information on json-ignore-whitespace-text-nodes serialization option and some minor corrections - <a href="https://github.com/eXist-db/documentation/pull/138">#138</a></li> |
27 | | - <li>[Devguide]: Removed mention of XMLDBTransformer - <a href="https://github.com/eXist-db/documentation/pull/139">#139</a></li> |
28 | | - </ul> |
29 | | - </change> |
30 | | - <change version="0.4.7"> |
31 | | - <ul xmlns="http://www.w3.org/1999/xhtml"> |
32 | | - <li>No release notes prepared for this or any earlier versions.</li> |
33 | | - </ul> |
34 | | - </change> |
35 | | - <change version="0.4.8"> |
36 | | - <ul xmlns="http://www.w3.org/1999/xhtml"> |
37 | | - <li>[New Range Index]: Added full documentation for "conditional indexes," a new |
38 | | - feature for limiting indexed values to elements meeting certain child attribute |
39 | | - criteria.</li> |
40 | | - <li>[Quick Start]: Added a workaround for those with Saxon installed as a JRE |
41 | | - extension; improved description of macOS first run & default data directory |
42 | | - location.</li> |
43 | | - <li>[Upgrading]: Added new section on how to upgrade to eXist 3.0 and important |
44 | | - changes in this release.</li> |
45 | | - <li>[XQSuite]: Added descriptions of %test:stats and %test:assertXPath |
46 | | - annotations.</li> |
47 | | - <li>[Lucene]: Fixed WhitespaceAnalyzer classname and the version of Lucene.</li> |
48 | | - <li>Across the board: Fixed name of macOS (was Mac OS X); reviewed mentions of v2.0 |
49 | | - and updated where appropriate to match current release</li> |
50 | | - </ul> |
51 | | - </change> |
52 | | - </changelog> |
| 2 | +<package xmlns="http://expath.org/ns/pkg" name="${package-name}" abbrev="${package-abbrev}" version="${project.version}" spec="1.0"> |
| 3 | + <title>${package-title}</title> |
| 4 | + <author id="exist-db">eXist-db</author> |
| 5 | + <website>${project.url}</website> |
| 6 | + <license>GNU Lesser General Public License, version 2.1</license> |
| 7 | + <copyright>true</copyright> |
| 8 | + <type>application</type> |
| 9 | + <target>doc</target> |
| 10 | + <status>stable</status> |
| 11 | + <tag>${project.artifactId}</tag> |
| 12 | + <tag>application</tag> |
| 13 | + <tag>documentation</tag> |
| 14 | + <category id="apps">Applications</category> |
| 15 | + <category id="doc">Documentation</category> |
| 16 | + <dependency processor="http://exist-db.org" semver-min="${exist.version}"/> |
| 17 | + <dependency package="http://exist-db.org/apps/shared" semver-min="0.4.0"/> |
| 18 | + <prepare>pre-install.xql</prepare> |
| 19 | + <note>Note for users of eXist 2.x: When upgrading, please make sure you also updated the shared-resources package to > 0.4.0.</note> |
| 20 | + <changelog> |
| 21 | + <change version="3.0.0"> |
| 22 | + <ul xmlns="http://www.w3.org/1999/xhtml"> |
| 23 | + <li> |
| 24 | + add info on hardening production systems |
| 25 | + </li> |
| 26 | + <li> |
| 27 | + Address issues regarding the configuration.xml article |
| 28 | + </li> |
| 29 | + <li> |
| 30 | + bug Fix the linking to apps by abbrev package name |
| 31 | + </li> |
| 32 | + <li> |
| 33 | + [util.xml] broken link to Function Documentation Library |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + doc variable no longer works from the default page template |
| 37 | + </li> |
| 38 | + <li> |
| 39 | + Roundup of work on old issues |
| 40 | + </li> |
| 41 | + <li> |
| 42 | + Fixed filename of the eXist-db installation jar |
| 43 | + </li> |
| 44 | + <li> |
| 45 | + enhancement update contents of data/repo.xml explaining how setting permissions works |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + [troubleshooting.xml] Update documentation on jetty ports and port conflicts |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + Remove XACML documentation |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + Remove ftlegacy.xml documentation on legacy ft-index |
| 55 | + </li> |
| 56 | + <li> |
| 57 | + recode site:expand-links()? |
| 58 | + </li> |
| 59 | + </ul> |
| 60 | + </change> |
| 61 | + <change version="0.6.0"> |
| 62 | + <ul xmlns="http://www.w3.org/1999/xhtml"> |
| 63 | + <li>New: Improved build infrastructure for the Documentation app - |
| 64 | + <a href="https://github.com/eXist-db/documentation/pull/135">#135</a> |
| 65 | + </li> |
| 66 | + <li>[Upgrade Guide]: Revised the guide with best practices - |
| 67 | + <a href="https://github.com/eXist-db/documentation/issues/120">#120</a> |
| 68 | + </li> |
| 69 | + <li>[Indexing and XQuery]: Added information on json-ignore-whitespace-text-nodes serialization option and some minor corrections - |
| 70 | + <a href="https://github.com/eXist-db/documentation/pull/138">#138</a> |
| 71 | + </li> |
| 72 | + <li>[Devguide]: Removed mention of XMLDBTransformer - |
| 73 | + <a href="https://github.com/eXist-db/documentation/pull/139">#139</a> |
| 74 | + </li> |
| 75 | + </ul> |
| 76 | + </change> |
| 77 | + <change version="0.4.7"> |
| 78 | + <ul xmlns="http://www.w3.org/1999/xhtml"> |
| 79 | + <li>No release notes prepared for this or any earlier versions.</li> |
| 80 | + </ul> |
| 81 | + </change> |
| 82 | + <change version="0.4.8"> |
| 83 | + <ul xmlns="http://www.w3.org/1999/xhtml"> |
| 84 | + <li>[New Range Index]: Added full documentation for "conditional indexes," a new feature for limiting indexed values to elements meeting certain child attribute criteria.</li> |
| 85 | + <li>[Quick Start]: Added a workaround for those with Saxon installed as a JRE extension; improved description of macOS first run & default data directory location.</li> |
| 86 | + <li>[Upgrading]: Added new section on how to upgrade to eXist 3.0 and important changes in this release.</li> |
| 87 | + <li>[XQSuite]: Added descriptions of %test:stats and %test:assertXPath annotations.</li> |
| 88 | + <li>[Lucene]: Fixed WhitespaceAnalyzer classname and the version of Lucene.</li> |
| 89 | + <li>Across the board: Fixed name of macOS (was Mac OS X); reviewed mentions of v2.0 and updated where appropriate to match current release</li> |
| 90 | + </ul> |
| 91 | + </change> |
| 92 | + </changelog> |
53 | 93 |
|
54 | | - <fileSets> |
55 | | - <fileSet> |
56 | | - <directory>${basedir}</directory> |
57 | | - <includes> |
58 | | - <include>README.md</include> |
59 | | - <include>LICENSE</include> |
60 | | - </includes> |
61 | | - </fileSet> |
62 | | - <fileSet> |
63 | | - <directory>${project.build.outputDirectory}</directory> |
64 | | - </fileSet> |
65 | | - </fileSets> |
| 94 | + <fileSets> |
| 95 | + <fileSet> |
| 96 | + <directory>${basedir}</directory> |
| 97 | + <includes> |
| 98 | + <include>README.md</include> |
| 99 | + <include>LICENSE</include> |
| 100 | + </includes> |
| 101 | + </fileSet> |
| 102 | + <fileSet> |
| 103 | + <directory>${project.build.outputDirectory}</directory> |
| 104 | + </fileSet> |
| 105 | + </fileSets> |
66 | 106 |
|
67 | 107 | </package> |
0 commit comments