Converted to maven

This commit is contained in:
Willem Cazander 2022-02-26 02:45:20 +01:00
parent 0f33a5a77e
commit 9afa43331a
327 changed files with 396 additions and 500 deletions

View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:module xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
xmlns:eld="http://eld.x4o.org/xml/ns/eld-lang"
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
providerHost="warp-core.x4o.distributedrebirth.love" providerName="WarpCoreᵐᵉ"
id="warp-core-module">
<eld:classBindingHandler id="Bucket-Water"
parentClass="love.distributedrebirth.warpme.core.WaterBucket"
childClass="love.distributedrebirth.warpme.core.WaterCipher"
addMethod="fillWater" getMethod="theWater" />
<eld:classBindingHandler id="Water-Heart"
parentClass="love.distributedrebirth.warpme.core.WaterCipher"
childClass="love.distributedrebirth.warpme.core.WaterCipherHeart"
addMethod="addCipherHeart" getMethod="getCipherHearts" />
<eld:classBindingHandler id="Heart-Tone"
parentClass="love.distributedrebirth.warpme.core.WaterCipherHeart"
childClass="love.distributedrebirth.warpme.core.WaterCipherHeartTone"
addMethod="addHeartTone" getMethod="getHeartTones" />
<eld:namespace
uri="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-core-root"
schemaUri="http://warp-core.x4o.distributedrebirth.love/xml/ns/warp-core-root-1.0.xsd"
schemaResource="warp-core-root-1.0.xsd" schemaPrefix="root"
description="Root namespace to have nice namespaceing."
name="WarpCore Root Namespace" languageRoot="true" id="root">
<eld:element tag="bucket"
objectClass="love.distributedrebirth.warpme.core.WaterBucket"/>
</eld:namespace>
<eld:namespace
uri="http://warp-core.x4o.distributedrebirth.love/xml/ns/warp-core-cipher"
schemaUri="http://warp-core.x4o.distributedrebirth.love/xml/ns/warp-core-cipher-1.0.xsd"
schemaResource="warp-core-lang-1.0.xsd" schemaPrefix="cipher"
description="Language namespace to store warp cipher"
name="WarpCore Language Namespace" id="cipher">
<eld:element tag="water"
objectClass="love.distributedrebirth.warpme.core.WaterCipher" />
<eld:element tag="heart"
objectClass="love.distributedrebirth.warpme.core.WaterCipherHeart" />
<eld:element tag="tone"
objectClass="love.distributedrebirth.warpme.core.WaterCipherHeartTone" />
</eld:namespace>
</root:module>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<modules version="1.0"
xmlns="http://language.x4o.org/xml/ns/modules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
>
<language version="1.0">
<eld-resource>warp-core-lang.eld</eld-resource>
</language>
</modules>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:module xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
xmlns:eld="http://eld.x4o.org/xml/ns/eld-lang"
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
providerHost="warp-hash.x4o.distributedrebirth.love" providerName="WarpHashᵐᵉ"
id="warp-hash-module">
<eld:classBindingHandler id="WaterShot-WaterSoftHash"
parentClass="love.distributedrebirth.warpme.hash.WaterShot"
childClass="love.distributedrebirth.warpme.hash.WaterSoftHash"
addMethod="addSoftHash" getMethod="getSoftHashes" />
<eld:namespace
uri="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
schemaUri="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd"
schemaResource="warp-hash-root-1.0.xsd" schemaPrefix="root"
description="Root namespace to have nice namespaceing."
name="WarpHash Root Namespace" languageRoot="true" id="root">
<eld:element tag="shot"
objectClass="love.distributedrebirth.warpme.hash.WaterShot"/>
</eld:namespace>
<eld:namespace
uri="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
schemaUri="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft-1.0.xsd"
schemaResource="warp-hash-soft-1.0.xsd" schemaPrefix="soft"
description="Language namespace to store warp hash"
name="WarpHash Language Namespace" id="soft">
<eld:element tag="hash"
objectClass="love.distributedrebirth.warpme.hash.WaterSoftHash" />
</eld:namespace>
</root:module>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<modules version="1.0"
xmlns="http://language.x4o.org/xml/ns/modules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
>
<language version="1.0">
<eld-resource>warp-hash-lang.eld</eld-resource>
</language>
</modules>

View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:module xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
xmlns:eld="http://eld.x4o.org/xml/ns/eld-lang"
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
providerHost="warp-sea.x4o.distributedrebirth.love" providerName="WarpSeaᵐᵉ"
id="warp-sea-module">
<eld:classBindingHandler id="WaterOcean-WaterSea"
parentClass="love.distributedrebirth.warpme.sea.WaterOcean"
childClass="love.distributedrebirth.warpme.sea.WaterSea"
addMethod="fillWater" getMethod="theWater" />
<eld:classBindingHandler id="WaterSea-WaterSeaChain"
parentClass="love.distributedrebirth.warpme.sea.WaterSea"
childClass="love.distributedrebirth.warpme.sea.WaterSeaChain"
addMethod="addSeaChain" getMethod="getSeaChains" />
<eld:classBindingHandler id="WaterSea-Tone"
parentClass="love.distributedrebirth.warpme.sea.WaterSea"
childClass="love.distributedrebirth.warpme.sea.WaterSeaMagic"
addMethod="addSeaMagic" getMethod="getSeaMagics" />
<eld:namespace
uri="http://wrap-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root"
schemaUri="http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root-1.0.xsd"
schemaResource="warp-sea-root-1.0.xsd" schemaPrefix="root"
description="Root namespace to have nice namespaceing."
name="WarpSea Root Namespace" languageRoot="true" id="root">
<eld:element tag="ocean"
objectClass="love.distributedrebirth.warpme.sea.WaterOcean"/>
</eld:namespace>
<eld:namespace
uri="http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-link"
schemaUri="http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-link-1.0.xsd"
schemaResource="warp-sea-link-1.0.xsd" schemaPrefix="link"
description="Language namespace to store warp sea"
name="WarpSea Language Namespace" id="link">
<eld:element tag="sea"
objectClass="love.distributedrebirth.warpme.sea.WaterSea">
<eld:attribute id="name" writeOrder="0"/>
<eld:attribute id="provider" writeOrder="1" required="false"/>
<eld:attribute id="author" writeOrder="2" required="false"/>
</eld:element>
<eld:element tag="chain"
objectClass="love.distributedrebirth.warpme.sea.WaterSeaChain" />
<eld:element tag="magic"
objectClass="love.distributedrebirth.warpme.sea.WaterSeaMagic" />
</eld:namespace>
</root:module>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<modules version="1.0"
xmlns="http://language.x4o.org/xml/ns/modules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
>
<language version="1.0">
<eld-resource>warp-sea-lang.eld</eld-resource>
</language>
</modules>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:module xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
xmlns:eld="http://eld.x4o.org/xml/ns/eld-lang"
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
providerHost="warp-ship.x4o.distributedrebirth.love" providerName="WarpShipᵐᵉ"
id="warp-ship-module">
<eld:classBindingHandler id="WaterDevice-WaterShip"
parentClass="love.distributedrebirth.warpme.ship.WaterDevice"
childClass="love.distributedrebirth.warpme.ship.WaterShip"
addMethod="buildShip" getMethod="theShip" />
<eld:classBindingHandler id="WaterShip-WaterShipOcean"
parentClass="love.distributedrebirth.warpme.ship.WaterShip"
childClass="love.distributedrebirth.warpme.ship.WaterShipOcean"
addMethod="addShipOcean" getMethod="getShipOceans" />
<eld:namespace
uri="http://wrap-ship.x4o.distributedrebirth.love/xml/ns/warp-ship-root"
schemaUri="http://warp-ship.x4o.distributedrebirth.love/xml/ns/warp-ship-root-1.0.xsd"
schemaResource="warp-ship-root-1.0.xsd" schemaPrefix="root"
description="Root namespace to have nice namespaceing."
name="WarpShip Root Namespace" languageRoot="true" id="root">
<eld:element tag="device"
objectClass="love.distributedrebirth.warpme.ship.WaterDevice"/>
</eld:namespace>
<eld:namespace
uri="http://warp-ship.x4o.distributedrebirth.love/xml/ns/warp-ship-boot"
schemaUri="http://warp-ship.x4o.distributedrebirth.love/xml/ns/warp-ship-boot-1.0.xsd"
schemaResource="warp-ship-boot-1.0.xsd" schemaPrefix="boot"
description="Language namespace to store the warp ship."
name="WarpShip Language Namespace" id="boot">
<eld:element tag="ship"
objectClass="love.distributedrebirth.warpme.ship.WaterShip" >
<eld:attribute id="name" writeOrder="0"/>
<eld:attribute id="engine" writeOrder="1"/>
</eld:element>
<eld:element tag="ocean"
objectClass="love.distributedrebirth.warpme.ship.WaterShipOcean" />
</eld:namespace>
</root:module>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<modules version="1.0"
xmlns="http://language.x4o.org/xml/ns/modules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
>
<language version="1.0">
<eld-resource>warp-ship-lang.eld</eld-resource>
</language>
</modules>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<drivers version="1.0"
xmlns="http://language.x4o.org/xml/ns/drivers"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/drivers http://language.x4o.org/xml/ns/drivers-1.0.xsd"
>
<driver language="warp-core" className="love.distributedrebirth.warpme.core.WaterBucketDriver"/>
<driver language="warp-hash" className="love.distributedrebirth.warpme.hash.WaterShotDriver"/>
<driver language="warp-sea" className="love.distributedrebirth.warpme.sea.WaterOceanDriver"/>
<driver language="warp-ship" className="love.distributedrebirth.warpme.ship.WaterDeviceDriver"/>
</drivers>