-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrepo.xml
65 lines (65 loc) · 2.19 KB
/
repo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>existdb-launcher</description>
<author/>
<website/>
<status>alpha</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>launcher</target>
<prepare></prepare>
<finish/>
<changelog>
<change version="1.2.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>cleanup</li>
<li>supporting output of eXist-db version number</li>
</ul>
</change>
<change version="1.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>displaying eXist-db logo and version on launchpad</li>
<li>updated repo-elements</li>
</ul>
</change>
<change version="1.1.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>pointer for app icons</li>
<li>cleanup</li>
</ul>
</change>
<change version="1.1.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>added ignores</li>
<li>small styling fixes</li>
</ul>
</change>
<change version="1.1.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>removed iron meta</li>
</ul>
</change>
<change version="1.1.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>adapted to new repo-elements 2.0.0</li>
</ul>
</change>
<change version="1.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed importPath for icon on header</li>
</ul>
</change>
<change version="1.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed dependencies</li>
</ul>
</change>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>allows to start apps from the browser</li>
<li>works as standalone app or embedded in dashboard as component</li>
</ul>
</change>
</changelog>
</meta>