Warp hash infra

This commit is contained in:
Willem Cazander 2022-03-14 23:17:08 +01:00
parent 26d33c1ec7
commit 231abff3fd
10 changed files with 145 additions and 12 deletions

View file

@ -8,12 +8,12 @@
<entry key="9944bb29da5b6b2cb464f781469ceede6ccfd848d158293a4cdffbc2c41b62ed">../gdxapp4d-chain-font-unicode4d/target/chain</entry>
<entry key="ffee3329da5b6b2cb4befcc14aac55de6777d848d158293a4cdffbc2c41b12ad">../gdxapp4d-chain-default-music/src/main/chain</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa">../gdxapp4d-chain-default-apps/src/main/chain</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.gdxapp4d-app-calculator.jar">../gdxapp4d-app-calculator/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.gdxapp4d-app-hewallet.jar">../gdxapp4d-app-hewallet/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.gdxapp4d-app-tosamp.jar">../gdxapp4d-app-tosamp/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.gdxapp4d-app-notepad.jar">../gdxapp4d-app-notepad/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.bundle/gdxapp4d-app-calculator.jar">../gdxapp4d-app-calculator/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.bundle/gdxapp4d-app-hewallet.jar">../gdxapp4d-app-hewallet/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.bundle/gdxapp4d-app-tosamp.jar">../gdxapp4d-app-tosamp/target/classes</entry>
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa.bundle/gdxapp4d-app-notepad.jar">../gdxapp4d-app-notepad/target/classes</entry>
<entry key="ccba3b29da8b1b1cb444f381449beede3cbfd442d158293a4cdffbc3c41a31cc">../gdxapp4d-chain-vrlib/src/main/chain</entry>
<entry key="ccba3b29da8b1b1cb444f381449beede3cbfd442d158293a4cdffbc3c41a31cc.gdxapp4d-vrgem4.jar">../gdxapp4d-vrgem4/target/classes</entry>
<entry key="ccba3b29da8b1b1cb444f381449beede3cbfd442d158293a4cdffbc3c41a31cc.gdxapp4d-vrsys5.jar">../gdxapp4d-vrsys5/target/classes</entry>
<entry key="ccba3b29da8b1b1cb444f381449beede3cbfd442d158293a4cdffbc3c41a31cc.bundle/gdxapp4d-vrgem4.jar">../gdxapp4d-vrgem4/target/classes</entry>
<entry key="ccba3b29da8b1b1cb444f381449beede3cbfd442d158293a4cdffbc3c41a31cc.bundle/gdxapp4d-vrsys5.jar">../gdxapp4d-vrsys5/target/classes</entry>
</properties>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
<soft:hash file="bundle/gdxapp4d-app-calculator.jar" hex="0"/>
<soft:hash file="bundle/gdxapp4d-app-hewallet.jar" hex="0"/>
<soft:hash file="bundle/gdxapp4d-app-notepad.jar" hex="0"/>
<soft:hash file="bundle/gdxapp4d-app-tosamp.jar" hex="0"/>
</root:shot>

View file

@ -4,9 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://wrap-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root-1.0.xsd">
<link:sea name="Default Apps" provider="gdxapp4d.apps" author="willemtsade">
<link:magic file="gdxapp4d-app-calculator.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="gdxapp4d-app-hewallet.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="gdxapp4d-app-notepad.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="gdxapp4d-app-tosamp.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/gdxapp4d-app-calculator.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/gdxapp4d-app-hewallet.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/gdxapp4d-app-notepad.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/gdxapp4d-app-tosamp.jar" mime="application/vnd.osgi.bundle"/>
</link:sea>
</root:ocean>

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
<soft:hash file="music-msx/000-playlist.m3u" hex="0"/>
<soft:hash file="music-msx/Hybris_0.mp3" hex="0"/>
<soft:hash file="music-msx/Jorito-copyisprofile.mp3" hex="0"/>
<soft:hash file="music-msx/magical_tree_jorito.mp3" hex="0"/>
<soft:hash file="music-msx/25_-_under_the_cloud_of_darkness_night_bgm.mp3" hex="0"/>
<soft:hash file="music-msx/DEVA-Shop Neutral.mp3" hex="0"/>
<soft:hash file="music-msx/meits_illusion_city_-_the_one_who_rules_the_heaven.mp3" hex="0"/>
<soft:hash file="music-msx/golvellius_medley_bart_roijmans_2014_192kbps.mp3" hex="0"/>
<soft:hash file="music-msx/08SD-SNATCHER-CODA.MP3" hex="0"/>
<soft:hash file="music-msx/Bart-XakTheTowerofGazzel-FirstFloor.mp3" hex="0"/>
<soft:hash file="music-templeos/000-playlist.m3u" hex="0"/>
<soft:hash file="music-templeos/panoramacircle-waterfowl.mp3" hex="0"/>
<soft:hash file="music-templeos/sanctumwave-devine-intellect.mp3" hex="0"/>
<soft:hash file="music-templeos/sanctumwave-nightwalk.mp3" hex="0"/>
<soft:hash file="music-templeos/theselfhelpgroup-temple-os.mp3" hex="0"/>
<soft:hash file="music-templeos/sanctumwave-risen.mp3" hex="0"/>
<soft:hash file="music-templeos/beeble-i-used-temple-os-to-write.mp3" hex="0"/>
<soft:hash file="music-templeos/ryanfarran-risen-temple-os.mp3" hex="0"/>
</root:shot>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
<soft:hash file="bundle/org.osgi.util.function-1.2.0.jar" hex="0"/>
<soft:hash file="bundle/org.osgi.util.promise-1.2.0.jar" hex="0"/>
<soft:hash file="bundle/org.apache.felix.scr-2.2.0.jar" hex="0"/>
</root:shot>

View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
<soft:hash file="plane0/code-2000.ttf" hex="0"/>
<soft:hash file="plane0/free-sans.ttf" hex="0"/>
<soft:hash file="plane0/new-gardiner-bmp.ttf" hex="0"/>
<soft:hash file="plane0/fa-solid-900.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-samaritan.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-sinhala.ttf" hex="0"/>
<soft:hash file="plane0/noto-serif-tibetan.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-tagalog.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-tagbanwa.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-tai-le.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-tai-tham.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-batak.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-lepcha.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-balinese.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-sundanese.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-lisu.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-bamum.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-glagolitic.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-javanese.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-new-tai-lue.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-tai-viet.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-syloti-nagri.ttf" hex="0"/>
<soft:hash file="plane0/noto-sans-meetei-mayek.ttf" hex="0"/>
<soft:hash file="plane1/code-2001.ttf" hex="0"/>
<soft:hash file="plane1/new-gardiner-smp.ttf" hex="0"/>
<soft:hash file="plane1/noto-sans-brahmi.ttf" hex="0"/>
<soft:hash file="plane2/code-2002.ttf" hex="0"/>
<soft:hash file="plane0/code-2000.ttf4d" hex="0"/>
<soft:hash file="plane0/free-sans.ttf4d" hex="0"/>
<soft:hash file="plane0/new-gardiner-bmp.ttf4d" hex="0"/>
<soft:hash file="plane0/fa-solid-900.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-samaritan.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-sinhala.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-serif-tibetan.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-tagalog.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-tagbanwa.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-tai-le.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-tai-tham.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-batak.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-lepcha.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-balinese.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-sundanese.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-lisu.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-bamum.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-glagolitic.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-javanese.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-new-tai-lue.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-tai-viet.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-syloti-nagri.ttf4d" hex="0"/>
<soft:hash file="plane0/noto-sans-meetei-mayek.ttf4d" hex="0"/>
<soft:hash file="plane1/code-2001.ttf4d" hex="0"/>
<soft:hash file="plane1/new-gardiner-smp.ttf4d" hex="0"/>
<soft:hash file="plane1/noto-sans-brahmi.ttf4d" hex="0"/>
<soft:hash file="plane2/code-2002.ttf4d" hex="0"/>
</root:shot>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
</root:shot>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
</root:shot>

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:shot xmlns:root="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
<soft:hash file="warp-sea.xml" hex="0"/>
<soft:hash file="bundle/gdxapp4d-vrgem4.jar" hex="0"/>
<soft:hash file="bundle/gdxapp4d-vrsys5.jar" hex="0"/>
</root:shot>

View file

@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://wrap-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root-1.0.xsd">
<link:sea name="vrlib" provider="gdxapp4d.system" author="willemtsade">
<link:magic file="gdxapp4d-vrgem4.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="gdxapp4d-vrsys5.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/gdxapp4d-vrgem4.jar" mime="application/vnd.osgi.bundle"/>
<link:magic file="bundle/gdxapp4d-vrsys5.jar" mime="application/vnd.osgi.bundle"/>
</link:sea>
</root:ocean>