Revert "Remove unused resources."

This reverts commit 006698341c.
This commit is contained in:
Paulo Gustavo Veiga
2022-01-07 09:21:34 -08:00
parent 006698341c
commit 0f9639fc73
39 changed files with 2377 additions and 400 deletions

View File

@@ -29,11 +29,11 @@
<mkdir dir="target/wisemapping-mindplot"/>
<exec executable="npm" dir="target">
<arg value="pack"/>
<arg value="@wisemapping/mindplot@0.4.9"/>
<arg value="@wisemapping/mindplot@0.4.11"/>
</exec>
<exec executable="tar" dir="target">
<arg value="-xvzf"/>
<arg value="wisemapping-mindplot-0.4.9.tgz"/>
<arg value="wisemapping-mindplot-0.4.11.tgz"/>
<arg value="-C"/>
<arg value="wisemapping-mindplot"/>
</exec>