Browse Source

LEGACY: Minor and needed fix for C4 build file due people can't compile C4, thanks mrTJO.

MELERIX 14 years ago
parent
commit
1cf9bba6c8
1 changed files with 0 additions and 8 deletions
  1. 0 8
      build.xml

+ 0 - 8
build.xml

@@ -241,14 +241,6 @@
                 <include name="**/*.html"/>
             </fileset>
         </copy>
-    	
-        
-        <mkdir dir="${build.dist.game}/data/stats" />
-        <copy todir="${build.dist.game}/data/stats">
-            <fileset dir="data/stats">
-                <include name="**/*.xml"/>
-            </fileset>
-        </copy>
 
         <zip destfile="${build}/l2j-server.zip"
              basedir="${build.dist}" />