Skip to content

Commit

Permalink
Create package.xml
Browse files Browse the repository at this point in the history
Adds the new package.xml metadata file to the Trails WB. Note that I don't have email addresses for either maintainer, so those should be updated. I also invented a version number, you can of course change that to whatever makes sense for the project. The complete documentation for the package.xml file is found here: https://wiki.freecadweb.org/Package_Metadata
  • Loading branch information
chennes committed Jan 14, 2022
1 parent 37b3555 commit fc173b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Trails</name>
<description>The Transportation and Geomatics Engineering workbench for FreeCAD.</description>
<version>2022-01</version>
<date>2022-01-01</date>
<maintainer email="@HakanSeven12">Hakan Seven</maintainer>
<maintainer email="@joelgraff">Joel Graff</maintainer>
<license file="LICENSE">LGPLv2.1</license>
<url type="repository" branch="main">https://github.com/HakanSeven12/Trails</url>
<url type="bugtracker">https://github.com/HakanSeven12/Trails/issues</url>
<icon>Trails/resources/icons/workbench.svg</icon>

<content>
<workbench>
<classname>TrailsWorkbench</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>

</package>

0 comments on commit fc173b8

Please sign in to comment.