Fixed X4O version and added mmdoc
This commit is contained in:
parent
d811baeb9c
commit
7886fc567f
37 changed files with 1830 additions and 63 deletions
|
|
@ -39,6 +39,12 @@
|
|||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>love.distributedrebirth.gdxapp4d</groupId>
|
||||
<artifactId>gdxapp4d-app-mmdoc</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
@ -58,14 +64,15 @@
|
|||
<file file="../gdxapp4d-app-hewallet/target/gdxapp4d-app-hewallet.jar" />
|
||||
<file file="../gdxapp4d-app-notepad/target/gdxapp4d-app-notepad.jar" />
|
||||
<file file="../gdxapp4d-app-tosamp/target/gdxapp4d-app-tosamp.jar" />
|
||||
<file file="../gdxapp4d-app-mmdoc/target/gdxapp4d-app-mmdoc.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/x4o-driver-0.8.7-SNAPSHOT.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/jasper-el-6.0.20.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/el-api-6.0.20.jar" />
|
||||
<pathelement location="../gdxapp4d-lib-warpme/target/dependency/x4o-driver-${x4o.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>
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@
|
|||
<soft:hash file="bundle/gdxapp4d-app-notepad.jar" hex="0"/>
|
||||
<soft:hash file="bundle/gdxapp4d-app-tosamp.jar" hex="0"/>
|
||||
<soft:hash file="bundle/gdxapp4d-app-glyphdemo.jar" hex="0"/>
|
||||
<soft:hash file="bundle/gdxapp4d-app-mmdoc.jar" hex="0"/>
|
||||
</root:shot>
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
<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:magic file="bundle/gdxapp4d-app-glyphdemo.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/gdxapp4d-app-mmdoc.jar" mime="application/vnd.osgi.bundle"/>
|
||||
</link:sea>
|
||||
</root:ocean>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue