forked from KeithSloan/GDML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
22 lines (20 loc) · 921 Bytes
/
package.xml
File metadata and controls
22 lines (20 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>GDML workbench</name>
<description>An external workbench for creating GDML models for Geant4 and Root></description>
<version>1.8 Beta</version>
<date>2022-03-06</date>
<maintainer email="keith@sloan-home.co.uk">Keith Sloan</maintainer>
<license file="LICENSE">LGPL-2.1</license>
<url type="repository" branch="master">https://github.com/KeithSloan/GDML</url>
<url type="documentation">https://github.com/KeithSloan/GDML/wiki</url>
<url type="readme">https://github.com/KeithSloan/GDML/blob/master/README.md</url>
<content>
<workbench>
<classname>GDMLWorkbench</classname>
<subdirectory>./</subdirectory>
<icon>freecad/gdml/Resources/icons/GDMLWorkbench.svg</icon>
<freecadmin>0.19.3</freecadmin>
</workbench>
</content>
</package>