-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.xml
51 lines (38 loc) · 1.08 KB
/
package.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
<?xml
standalone = 'no'
encoding = 'UTF-8'
version = '1.0'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<version>1.0.0-alpha</version>
<date>2022-03-14</date>
<description>The complete FreeCAD documentation for local use.</description>
<name>Offline Documentation</name>
<icon>Resources/Icons/Addon.svg</icon>
<maintainer
email = '[email protected]'
>Yorik van Havre</maintainer>
<author>The FreeCAD Wiki Contributor</maintainer>
<license
file = 'LICENSE'
>CC0-1.0</license>
<url type = 'documentation' />
<url type = 'discussion' />
<url type = 'bugtracker' />
<url
branch = 'main'
type = 'repository'
>https://github.com/FreeCAD/FreeCAD-documentation</url>
<url
type = 'readme'
>https://github.com/FreeCAD/FreeCAD-documentation/blob/main/README.md</url>
<content>
<workbench>
<classname>Documentation</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>