Renamed ocean into engine-fuel
This commit is contained in:
parent
915f39d989
commit
0152dd9a77
|
@ -2,7 +2,7 @@
|
||||||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||||||
<properties>
|
<properties>
|
||||||
<entry key="1c2d010066a39d96ace8af0ecc37c72d6f79109f30939e2959befcd9ce25fc8d">../gdxapp4d-chain-sys-engine/src/chain</entry>
|
<entry key="1c2d010066a39d96ace8af0ecc37c72d6f79109f30939e2959befcd9ce25fc8d">../gdxapp4d-chain-sys-engine/src/chain</entry>
|
||||||
<entry key="f8be3b29da5b6b2cb464f781469ceede6ccfd848d158293a4cdffbc2c41a410b">../gdxapp4d-chain-sys-ocean/src/chain</entry>
|
<entry key="f8be3b29da5b6b2cb464f781469ceede6ccfd848d158293a4cdffbc2c41a410b">../gdxapp4d-chain-sys-engine-fuel/src/chain</entry>
|
||||||
<entry key="8833aa29da5b6b2cb464f781469ceede6ccfd848d158293a4cdffbc2c41b58de">../gdxapp4d-chain-dep-osgi-scr/src/chain</entry>
|
<entry key="8833aa29da5b6b2cb464f781469ceede6ccfd848d158293a4cdffbc2c41b58de">../gdxapp4d-chain-dep-osgi-scr/src/chain</entry>
|
||||||
|
|
||||||
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa">../gdxapp4d-app-calculator/src/chain</entry>
|
<entry key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa">../gdxapp4d-app-calculator/src/chain</entry>
|
||||||
|
|
10
gdxapp4d-chain-sys-engine-fuel/pom.xml
Normal file
10
gdxapp4d-chain-sys-engine-fuel/pom.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>love.distributedrebirth.gdxapp4d</groupId>
|
||||||
|
<artifactId>gdxapp4d</artifactId>
|
||||||
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>gdxapp4d-chain-sys-engine-fuel</artifactId>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
</project>
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:link="http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-link"
|
xmlns:link="http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-link"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
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="System Ocean" provider="gdxapp4d.system" author="willemtsade">
|
<link:sea name="System Engine Fuel" provider="gdxapp4d.system" author="willemtsade">
|
||||||
<!-- Link app-calculator -->
|
<!-- Link app-calculator -->
|
||||||
<link:chain key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa"/>
|
<link:chain key="7744aa29da5b6b2cb4b8f781469c33de688fd848d158293a4cdddbc2c41b12aa"/>
|
||||||
<!-- Link app-hewallet -->
|
<!-- Link app-hewallet -->
|
|
@ -1,10 +0,0 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<parent>
|
|
||||||
<groupId>love.distributedrebirth.gdxapp4d</groupId>
|
|
||||||
<artifactId>gdxapp4d</artifactId>
|
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
<artifactId>gdxapp4d-chain-sys-ocean</artifactId>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
</project>
|
|
2
pom.xml
2
pom.xml
|
@ -16,7 +16,7 @@
|
||||||
<module>gdxapp4d-chain-music-msx</module>
|
<module>gdxapp4d-chain-music-msx</module>
|
||||||
<module>gdxapp4d-chain-music-templeos</module>
|
<module>gdxapp4d-chain-music-templeos</module>
|
||||||
<module>gdxapp4d-chain-sys-engine</module>
|
<module>gdxapp4d-chain-sys-engine</module>
|
||||||
<module>gdxapp4d-chain-sys-ocean</module>
|
<module>gdxapp4d-chain-sys-engine-fuel</module>
|
||||||
<module>gdxapp4d-lib-basicwd</module>
|
<module>gdxapp4d-lib-basicwd</module>
|
||||||
<module>gdxapp4d-lib-imxmi</module>
|
<module>gdxapp4d-lib-imxmi</module>
|
||||||
<module>gdxapp4d-lib-numberxd</module>
|
<module>gdxapp4d-lib-numberxd</module>
|
||||||
|
|
Loading…
Reference in a new issue