Added UnitXrossConverter
This commit is contained in:
parent
84738628af
commit
d97076d436
159 changed files with 9197 additions and 96 deletions
23
pom.xml
23
pom.xml
|
|
@ -15,8 +15,6 @@
|
|||
<module>gdxapp4d-chain-default-music</module>
|
||||
<module>gdxapp4d-chain-dep-osgi-scr</module>
|
||||
<module>gdxapp4d-chain-font-unicode4d</module>
|
||||
<module>gdxapp4d-chain-sys-default</module>
|
||||
<module>gdxapp4d-chain-sys-engine</module>
|
||||
<module>gdxapp4d-lib-basicwd</module>
|
||||
<module>gdxapp4d-lib-imxmi</module>
|
||||
<module>gdxapp4d-lib-numberxd</module>
|
||||
|
|
@ -29,8 +27,14 @@
|
|||
<module>gdxapp4d-app-hewallet</module>
|
||||
<module>gdxapp4d-vrsys5</module>
|
||||
<module>gdxapp4d-chain-default-apps</module>
|
||||
<module>gdxapp4d-chain-vrlib</module>
|
||||
<module>gdxapp4d-app-glyphdemo</module>
|
||||
<module>gdxapp4d-unitxc</module>
|
||||
<module>gdxapp4d-chain-dep-osgi-lib</module>
|
||||
<module>gdxapp4d-chain-boot-ship-engine</module>
|
||||
<module>gdxapp4d-chain-boot-warp-sea</module>
|
||||
<module>gdxapp4d-chain-mod-unitxc</module>
|
||||
<module>gdxapp4d-chain-mod-vrgem4</module>
|
||||
<module>gdxapp4d-chain-mod-vrsys5</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
@ -139,10 +143,21 @@
|
|||
love.distributedrebirth.unicode4d.draw
|
||||
</tos4.packages>
|
||||
<vrgem4.packages>
|
||||
${tos4.packages},
|
||||
love.distributedrebirth.gdxapp4d.vrgem4.service,
|
||||
love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp
|
||||
</vrgem4.packages>
|
||||
<unitxc.packages>
|
||||
net.forwardfire.unitxc,
|
||||
net.forwardfire.unitxc.config,
|
||||
net.forwardfire.unitxc.config.builder,
|
||||
net.forwardfire.unitxc.converter,
|
||||
net.forwardfire.unitxc.model,
|
||||
net.forwardfire.unitxc.model.step,
|
||||
net.forwardfire.unitxc.model.step.value,
|
||||
net.forwardfire.unitxc.module,
|
||||
net.forwardfire.unitxc.module.derived,
|
||||
net.forwardfire.unitxc.named
|
||||
</unitxc.packages>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue