diff --git a/L2J_DataPack_BETA/build.xml b/L2J_DataPack_BETA/build.xml index 20d4b8da83ba472deaf0fa2ef829d945009d8f7c..5bb83e118313ba94792d63972587f614866e9c9c 100644 --- a/L2J_DataPack_BETA/build.xml +++ b/L2J_DataPack_BETA/build.xml @@ -37,12 +37,6 @@ </sync> <concat destfile="${build.dist.doc}/L2J_DataPack_CHANGELOG.txt">${l2j.changelog}</concat> <concat destfile="${build.dist.game}/config/l2jdp-version.properties">version=${l2j.version}${line.separator}builddate=${build.tstamp}</concat> - <copy todir="${build.dist.game}/data"> - <fileset dir="misc" /> - </copy> - <copy todir="${build.dist.login}/data"> - <fileset dir="misc" /> - </copy> <zip destfile="${build}/L2J_DataPack_BETA.zip" basedir="${build.dist}" /> </target> diff --git a/L2J_DataPack_BETA/misc/servername.xml b/L2J_DataPack_BETA/dist/login/data/servername.xml similarity index 100% rename from L2J_DataPack_BETA/misc/servername.xml rename to L2J_DataPack_BETA/dist/login/data/servername.xml diff --git a/L2J_DataPack_BETA/misc/servername.xsd b/L2J_DataPack_BETA/dist/login/data/servername.xsd similarity index 100% rename from L2J_DataPack_BETA/misc/servername.xsd rename to L2J_DataPack_BETA/dist/login/data/servername.xsd