Add the readme.txt file when project is build.

This commit is contained in:
MobiusDev 2017-07-24 10:18:31 +00:00
parent 899fc869c3
commit 8661b3aa24
5 changed files with 25 additions and 10 deletions

View File

@ -21,7 +21,6 @@
<property name="build" location="../build" />
<property name="build.bin" location="${build}/bin" />
<property name="build.dist" location="${build}/dist" />
<property name="build.dist.doc" location="${build.dist}/doc" />
<property name="build.dist.game" location="${build.dist}/game" />
<property name="build.dist.login" location="${build.dist}/login" />
<property name="build.dist.dbinstaller" location="${build.dist}/db_installer" />
@ -111,7 +110,11 @@
<zip destfile="${build}/L2J_Mobius_C4.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_C4.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">
<delete dir="${build.dist}" />
</target>
</project>

View File

@ -21,7 +21,6 @@
<property name="build" location="../build" />
<property name="build.bin" location="${build}/bin" />
<property name="build.dist" location="${build}/dist" />
<property name="build.dist.doc" location="${build.dist}/doc" />
<property name="build.dist.game" location="${build.dist}/game" />
<property name="build.dist.login" location="${build.dist}/login" />
<property name="build.dist.dbinstaller" location="${build.dist}/db_installer" />
@ -143,7 +142,11 @@
<zip destfile="${build}/L2J_Mobius_Classic.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_Classic.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">
<delete dir="${build.dist}" />
</target>
</project>

View File

@ -21,7 +21,6 @@
<property name="build" location="../build" />
<property name="build.bin" location="${build}/bin" />
<property name="build.dist" location="${build}/dist" />
<property name="build.dist.doc" location="${build.dist}/doc" />
<property name="build.dist.game" location="${build.dist}/game" />
<property name="build.dist.login" location="${build.dist}/login" />
<property name="build.dist.dbinstaller" location="${build.dist}/db_installer" />
@ -143,7 +142,11 @@
<zip destfile="${build}/L2J_Mobius_Helios.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_Helios.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">
<delete dir="${build.dist}" />
</target>
</project>

View File

@ -21,7 +21,6 @@
<property name="build" location="../build" />
<property name="build.bin" location="${build}/bin" />
<property name="build.dist" location="${build}/dist" />
<property name="build.dist.doc" location="${build.dist}/doc" />
<property name="build.dist.game" location="${build.dist}/game" />
<property name="build.dist.login" location="${build.dist}/login" />
<property name="build.dist.dbinstaller" location="${build.dist}/db_installer" />
@ -143,7 +142,11 @@
<zip destfile="${build}/L2J_Mobius_HighFive.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_HighFive.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">
<delete dir="${build.dist}" />
</target>
</project>

View File

@ -21,7 +21,6 @@
<property name="build" location="../build" />
<property name="build.bin" location="${build}/bin" />
<property name="build.dist" location="${build}/dist" />
<property name="build.dist.doc" location="${build.dist}/doc" />
<property name="build.dist.game" location="${build.dist}/game" />
<property name="build.dist.login" location="${build.dist}/login" />
<property name="build.dist.dbinstaller" location="${build.dist}/db_installer" />
@ -143,7 +142,11 @@
<zip destfile="${build}/L2J_Mobius_Underground.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-datapack" description="Cleaning the build folder.">
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_Underground.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">
<delete dir="${build.dist}" />
</target>
</project>