-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (30 loc) · 1.63 KB
/
Copy pathpackage.xml
File metadata and controls
30 lines (30 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.mendix.com/package/1.0/">
<modelerProject xmlns="http://www.mendix.com/modelerProject/1.0/">
<module name="ExportToExcel" />
<projectFile path="project.mpr" />
<files>
<file path="vendorlib/commons-codec-1.15.jar" />
<file path="vendorlib/commons-collections4-4.4.jar" />
<file path="vendorlib/commons-compress-1.24.0.jar" />
<file path="vendorlib/commons-io-2.11.0.jar" />
<file path="vendorlib/commons-math3-3.6.1.jar" />
<file path="vendorlib/curvesapi-1.07.jar" />
<file path="vendorlib/log4j-api-2.18.0.jar" />
<file path="vendorlib/poi-5.2.3.jar" />
<file path="vendorlib/poi-ooxml-5.2.3.jar" />
<file path="vendorlib/poi-ooxml-full-5.2.3.jar" />
<file path="vendorlib/poi-ooxml-lite-5.2.3.jar" />
<file path="vendorlib/SparseBitSet-1.2.jar" />
<file path="vendorlib/xmlbeans-5.1.1.jar" />
<file path="javasource/exporttoexcel/artifacts/licence.txt" />
<file path="javasource/exporttoexcel/implementation/ExcelExporter.java" />
<file path="javasource/exporttoexcel/actions/ExportListToExcel.java" />
<file path="themesource/exporttoexcel/settings.json" />
<file path="themesource/exporttoexcel/native/design-properties.json" />
<file path="themesource/exporttoexcel/native/main.js" />
<file path="themesource/exporttoexcel/web/design-properties.json" />
<file path="themesource/exporttoexcel/web/main.scss" />
</files>
</modelerProject>
</package>