Bootup as osgi bundles
This commit is contained in:
parent
9afa43331a
commit
b526b97558
122 changed files with 1762 additions and 681 deletions
31
pom.xml
31
pom.xml
|
|
@ -9,10 +9,16 @@
|
|||
<maven>3.0.1</maven>
|
||||
</prerequisites>
|
||||
<modules>
|
||||
<module>unitxc-converter</module>
|
||||
<module>gdxapp4d-chain</module>
|
||||
<module>gdxapp4d-lib</module>
|
||||
<module>gdxapp4d-boot</module>
|
||||
<module>gdxapp4d-tos4</module>
|
||||
<module>gdxapp4d-vrgem4</module>
|
||||
<module>gdxapp4d-boot-desktop</module>
|
||||
<module>gdxapp4d-app-notepad</module>
|
||||
<module>gdxapp4d-app-tosamp</module>
|
||||
<module>gdxapp4d-chain-music-templeos</module>
|
||||
<module>gdxapp4d-chain-music-msx</module>
|
||||
<module>gdxapp4d-chain-sys-engine</module>
|
||||
<module>gdxapp4d-chain-sys-ocean</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
@ -26,7 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.21</version>
|
||||
<version>1.7.36</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
|
@ -41,7 +47,7 @@
|
|||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.1.7</version>
|
||||
<version>1.2.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.x4o</groupId>
|
||||
|
|
@ -98,6 +104,11 @@
|
|||
<artifactId>gdx-nativefilechooser-desktop</artifactId>
|
||||
<version>${nativefilechooser.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.framework</artifactId>
|
||||
<version>7.0.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
@ -106,11 +117,6 @@
|
|||
<artifactId>junit-jupiter</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
|
|
@ -135,6 +141,11 @@
|
|||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>2.2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<version>5.1.4</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue