Easter cleaning git
This commit is contained in:
commit
d0529bfadf
500 changed files with 116670 additions and 0 deletions
96
gdxapp4d-chain-dep-osgi-lib/pom.xml
Normal file
96
gdxapp4d-chain-dep-osgi-lib/pom.xml
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
<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-dep-osgi-lib</artifactId>
|
||||
<name>GDXApp⁴ᴰ-Chain-Dep-OSGI-LIB</name>
|
||||
<packaging>pom</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>unpack-dependencies</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>copy-dependencies</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<stripVersion>true</stripVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<copy todir="target/chain">
|
||||
<fileset dir="src/main/chain" />
|
||||
</copy>
|
||||
<copy todir="target/chain/bundle">
|
||||
<file file="target/dependency/slf4j-api.jar" />
|
||||
<file file="target/dependency/logback-core.jar" />
|
||||
<file file="target/dependency/logback-classic.jar" />
|
||||
<file file="target/dependency/commons-lang3.jar" />
|
||||
<file file="target/dependency/mariadb-java-client.jar" />
|
||||
<file file="target/dependency/postgresql.jar" />
|
||||
<file file="target/dependency/jackson-core.jar" />
|
||||
<file file="target/dependency/jackson-databind.jar" />
|
||||
<file file="target/dependency/jackson-annotations.jar" />
|
||||
</copy>
|
||||
<java failonerror="true" fork="true" classname="love.distributedrebirth.warpme.hash.WaterShotAddict">
|
||||
<arg value="target/chain" />
|
||||
<classpath>
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/gdxapp4d-lib-warpme.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/nx01-x4o-driver-${nx01.version}.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/nx01-x4o-sax3-${nx01.version}.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/jasper-el-${jasper-el.version}.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/el-api-${jasper-el.version}.jar" />
|
||||
</classpath>
|
||||
</java>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
16
gdxapp4d-chain-dep-osgi-lib/src/main/chain/warp-hash.xml
Normal file
16
gdxapp4d-chain-dep-osgi-lib/src/main/chain/warp-hash.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?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/slf4j-api.jar" hex="0"/>
|
||||
<soft:hash file="bundle/logback-core.jar" hex="0"/>
|
||||
<soft:hash file="bundle/logback-classic.jar" hex="0"/>
|
||||
<soft:hash file="bundle/commons-lang3.jar" hex="0"/>
|
||||
<soft:hash file="bundle/mariadb-java-client.jar" hex="0"/>
|
||||
<soft:hash file="bundle/postgresql.jar" hex="0"/>
|
||||
<soft:hash file="bundle/jackson-core.jar" hex="0"/>
|
||||
<soft:hash file="bundle/jackson-annotations.jar" hex="0"/>
|
||||
<soft:hash file="bundle/jackson-databind.jar" hex="0"/>
|
||||
</root:shot>
|
||||
17
gdxapp4d-chain-dep-osgi-lib/src/main/chain/warp-sea.xml
Normal file
17
gdxapp4d-chain-dep-osgi-lib/src/main/chain/warp-sea.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root:ocean xmlns:root="http://wrap-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root"
|
||||
xmlns:link="http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-link"
|
||||
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="Dep Osgi Lib" provider="gdxapp4d.system" author="للَّٰهِilLצسُو">
|
||||
<link:magic file="bundle/slf4j-api.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/logback-core.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/logback-classic.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/commons-lang3.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/mariadb-java-client.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/postgresql.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/jackson-core.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/jackson-annotations.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/jackson-databind.jar" mime="application/vnd.osgi.bundle"/>
|
||||
</link:sea>
|
||||
</root:ocean>
|
||||
Loading…
Add table
Add a link
Reference in a new issue