mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
update name
- -old.exe to -java8.exe
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<headerType>gui</headerType>
|
<headerType>gui</headerType>
|
||||||
<outfile>${project.build.directory}/forge-adventure-old.exe</outfile>
|
<outfile>${project.build.directory}/forge-adventure-java8.exe</outfile>
|
||||||
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
||||||
<dontWrapJar>true</dontWrapJar>
|
<dontWrapJar>true</dontWrapJar>
|
||||||
<errTitle>forge</errTitle>
|
<errTitle>forge</errTitle>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
</txtProductVersion>
|
</txtProductVersion>
|
||||||
<productName>forge-adventure</productName>
|
<productName>forge-adventure</productName>
|
||||||
<internalName>forge-adventure</internalName>
|
<internalName>forge-adventure</internalName>
|
||||||
<originalFilename>forge-adventure-old.exe</originalFilename>
|
<originalFilename>forge-adventure-java8.exe</originalFilename>
|
||||||
</versionInfo>
|
</versionInfo>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
@@ -250,7 +250,7 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<headerType>gui</headerType>
|
<headerType>gui</headerType>
|
||||||
<outfile>${project.build.directory}/forge-old.exe</outfile>
|
<outfile>${project.build.directory}/forge-java8.exe</outfile>
|
||||||
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
||||||
<dontWrapJar>true</dontWrapJar>
|
<dontWrapJar>true</dontWrapJar>
|
||||||
<errTitle>forge</errTitle>
|
<errTitle>forge</errTitle>
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
</txtProductVersion>
|
</txtProductVersion>
|
||||||
<productName>Forge</productName>
|
<productName>Forge</productName>
|
||||||
<internalName>forge</internalName>
|
<internalName>forge</internalName>
|
||||||
<originalFilename>forge-old.exe</originalFilename>
|
<originalFilename>forge-java8.exe</originalFilename>
|
||||||
</versionInfo>
|
</versionInfo>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@@ -322,7 +322,7 @@
|
|||||||
<include name="res/**" />
|
<include name="res/**" />
|
||||||
<exclude name="res/cardsfolder/**" />
|
<exclude name="res/cardsfolder/**" />
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset dir="${project.build.directory}" includes="forge-old.exe" />
|
<fileset dir="${project.build.directory}" includes="forge-java8.exe" />
|
||||||
<fileset dir="${project.build.directory}" includes="forge.exe" />
|
<fileset dir="${project.build.directory}" includes="forge.exe" />
|
||||||
<fileset dir="${project.build.directory}" includes="${project.build.finalName}-jar-with-dependencies.jar" />
|
<fileset dir="${project.build.directory}" includes="${project.build.finalName}-jar-with-dependencies.jar" />
|
||||||
</copy>
|
</copy>
|
||||||
@@ -330,21 +330,21 @@
|
|||||||
<zip destfile="${project.build.directory}/${project.build.finalName}/res/cardsfolder/cardsfolder.zip" basedir="${basedir}/../forge-gui/res/cardsfolder" level="1" />
|
<zip destfile="${project.build.directory}/${project.build.finalName}/res/cardsfolder/cardsfolder.zip" basedir="${basedir}/../forge-gui/res/cardsfolder" level="1" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.sh" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge.sh" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.command" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge.command" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge-old.exe" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge-java8.exe" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.exe" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge.exe" perm="a+rx" />
|
||||||
<tar destfile="${project.build.directory}/${project.build.finalName}.tar.bz2" compression="bzip2">
|
<tar destfile="${project.build.directory}/${project.build.finalName}.tar.bz2" compression="bzip2">
|
||||||
<tarfileset filemode="755" dir="${project.build.directory}/${project.build.finalName}">
|
<tarfileset filemode="755" dir="${project.build.directory}/${project.build.finalName}">
|
||||||
<include name="forge.sh" />
|
<include name="forge.sh" />
|
||||||
<include name="forge.command" />
|
<include name="forge.command" />
|
||||||
<include name="forge.exe" />
|
<include name="forge.exe" />
|
||||||
<include name="forge-old.exe" />
|
<include name="forge-java8.exe" />
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
||||||
<include name="**" />
|
<include name="**" />
|
||||||
<exclude name="forge.sh" />
|
<exclude name="forge.sh" />
|
||||||
<exclude name="forge.command" />
|
<exclude name="forge.command" />
|
||||||
<exclude name="forge.exe" />
|
<exclude name="forge.exe" />
|
||||||
<exclude name="forge-old.exe" />
|
<exclude name="forge-java8.exe" />
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
</tar>
|
</tar>
|
||||||
</target>
|
</target>
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<headerType>gui</headerType>
|
<headerType>gui</headerType>
|
||||||
<outfile>${project.build.directory}/forge-old.exe</outfile>
|
<outfile>${project.build.directory}/forge-java8.exe</outfile>
|
||||||
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
||||||
<dontWrapJar>true</dontWrapJar>
|
<dontWrapJar>true</dontWrapJar>
|
||||||
<errTitle>forge</errTitle>
|
<errTitle>forge</errTitle>
|
||||||
@@ -445,7 +445,7 @@
|
|||||||
</txtProductVersion>
|
</txtProductVersion>
|
||||||
<productName>Forge</productName>
|
<productName>Forge</productName>
|
||||||
<internalName>forge</internalName>
|
<internalName>forge</internalName>
|
||||||
<originalFilename>forge-old.exe</originalFilename>
|
<originalFilename>forge-java8.exe</originalFilename>
|
||||||
</versionInfo>
|
</versionInfo>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@@ -541,11 +541,11 @@
|
|||||||
<include name="res/**" />
|
<include name="res/**" />
|
||||||
<exclude name="res/cardsfolder/**" />
|
<exclude name="res/cardsfolder/**" />
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset dir="${project.build.directory}" includes="forge-old.exe" />
|
<fileset dir="${project.build.directory}" includes="forge-java8.exe" />
|
||||||
<fileset dir="${project.build.directory}" includes="forge.exe" />
|
<fileset dir="${project.build.directory}" includes="forge.exe" />
|
||||||
<fileset dir="${project.build.directory}" includes="${project.build.finalName}-jar-with-dependencies.jar" />
|
<fileset dir="${project.build.directory}" includes="${project.build.finalName}-jar-with-dependencies.jar" />
|
||||||
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure.exe" />
|
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure.exe" />
|
||||||
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure-old.exe" />
|
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure-java8.exe" />
|
||||||
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure.sh" />
|
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure.sh" />
|
||||||
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure.command" />
|
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure.command" />
|
||||||
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure-${project.version}-jar-with-dependencies.jar" />
|
<fileset dir="${project.build.directory}/../../forge-adventure/target" includes="forge-adventure-${project.version}-jar-with-dependencies.jar" />
|
||||||
@@ -556,22 +556,22 @@
|
|||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.command" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge.command" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure.sh" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure.sh" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure.command" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure.command" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge-old.exe" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge-java8.exe" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.exe" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge.exe" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure.exe" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure.exe" perm="a+rx" />
|
||||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure-old.exe" perm="a+rx" />
|
<chmod file="${project.build.directory}/${project.build.finalName}/forge-adventure-java8.exe" perm="a+rx" />
|
||||||
<tar destfile="${project.build.directory}/${project.build.finalName}.tar.bz2" compression="bzip2">
|
<tar destfile="${project.build.directory}/${project.build.finalName}.tar.bz2" compression="bzip2">
|
||||||
<tarfileset filemode="755" dir="${project.build.directory}/${project.build.finalName}">
|
<tarfileset filemode="755" dir="${project.build.directory}/${project.build.finalName}">
|
||||||
<include name="forge.sh" />
|
<include name="forge.sh" />
|
||||||
<include name="forge.command" />
|
<include name="forge.command" />
|
||||||
<include name="forge-old.exe" />
|
<include name="forge-java8.exe" />
|
||||||
<include name="forge.exe" />
|
<include name="forge.exe" />
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
||||||
<include name="**" />
|
<include name="**" />
|
||||||
<exclude name="forge.sh" />
|
<exclude name="forge.sh" />
|
||||||
<exclude name="forge.command" />
|
<exclude name="forge.command" />
|
||||||
<exclude name="forge-old.exe" />
|
<exclude name="forge-java8.exe" />
|
||||||
<exclude name="forge.exe" />
|
<exclude name="forge.exe" />
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
</tar>
|
</tar>
|
||||||
|
|||||||
Reference in New Issue
Block a user