Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package.xml #7

Merged
merged 2 commits into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 26 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FEM_FrontISTR Workbench</name>
<version>0.1.0</version>
<date>2021-08-28</date>
<description>A FreeCAD addon that enables a parallel nonliner FEM solver FrontISTR.</description>
<maintainer email="freecad_support@frontistr.org">FrontISTR-Commons</maintainer>
<license file="LICENSE">LGPLv2.1</license>
<url type="repository" branch="master">https://github.com/FrontISTR/FEM_FrontISTR</url>
<url type="bugtracker">https://github.com/FrontISTR/FEM_FrontISTR/issues</url>
<url type="documentation">https://frontistr-commons.gitlab.io/FEM_FrontISTR/en/</url>
<icon>Resources/FrontISTR.svg</icon>
<depend>FEM</depend>
<freecadmin>0.19</freecadmin>

<content>
<workbench>
<icon>Resources/FrotISTR.svg</icon>
<subdirectory>./</subdirectory>
<classname>FemToolsFISTR</classname>
Copy link
Contributor

@luzpaz luzpaz Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

below line 20, you can add a few <tag>s like:

<tag>FEM</tag>
<tag>solver</tag>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your advice! I add them.

<tag>FEM</tag>
<tag>solver</tag>
</workbench>
</content>

</package>