Skip to content
Snippets Groups Projects
Commit 2a1fe3f4 authored by Zoey76's avatar Zoey76
Browse files

BETA: Cleanup related to [L5278]:

	* Moved servername.xml and servername.xsd to login/data.
		* Is not used by game server, server name is sent by login server.
	* misc folder will be removed in next commit.
	* Updated build.xml.
parent 5bf84245
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment