-
Notifications
You must be signed in to change notification settings - Fork 0
/
webfx.xml
43 lines (35 loc) · 1.07 KB
/
webfx.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<project name="webfx-lib-enzo">
<parent name="webfx-parent"/>
<update-options>
<generate-export-snapshot/>
</update-options>
<required-libraries>
<webfx-library artifact="dev.webfx:webfx:0.1.0-SNAPSHOT"/>
</required-libraries>
<exported-packages>
<source-packages/>
<resource-package>eu.hansolo.enzo.clock</resource-package>
</exported-packages>
<dependencies>
<used-by-source-modules/>
</dependencies>
<graalvm-reflection-json>
<![CDATA[
[
{
"name" : "eu.hansolo.enzo.clock.skin.ClockSkin",
"methods" : [
{ "name" : "<init>", "parameterTypes" : ["eu.hansolo.enzo.clock.Clock"] }
]
}
]
]]>
</graalvm-reflection-json>
<maven-pom-manual>
<properties>
<!-- Necessary for single-module libraries, otherwise the webfx export is done too late in deploy phase -->
<plugin.webfx.param.export-phase>install</plugin.webfx.param.export-phase>
</properties>
</maven-pom-manual>
</project>