-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.xml
20 lines (18 loc) · 948 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>BIM</name>
<description>This is a workbench for FreeCAD that implements a complete set of Building Information Modeling (BIM) tools and allows a proper BIM workflow similar to professional BIM applications like Revit, ArchiCAD, Tekla, AllPlan or BricsCAD.</description>
<version>2021.12</version>
<maintainer email="[email protected]">Yorik van Havre</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/yorikvanhavre/BIM_Workbench</url>
<url type="website">https://wiki.freecadweb.org/BIM_Workbench</url>
<icon>icons/IFC.svg</icon>
<content>
<workbench>
<classname>BIMWorkbench</classname>
<subdirectory>./</subdirectory>
<depend kind="freecad">Arch</depend>
</workbench>
</content>
</package>