Преглед изворни кода

BETA: Removed "update" boolean from Ant Zip Task, because it doesn't build the Zip file properly (doesn't remove the old files).

MELERIX пре 13 година
родитељ
комит
d299e7c5c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      L2J_Server_BETA/build.xml

+ 1 - 1
L2J_Server_BETA/build.xml

@@ -155,7 +155,7 @@
 	</target>
 
 	<target name="build" depends="jar" description="Create the Zip file.">
-		<zip destfile="${build}/L2J_Server_BETA.zip" basedir="${build.dist}" level="9" update="true" />
+		<zip destfile="${build}/L2J_Server_BETA.zip" basedir="${build.dist}" level="9" />
 	</target>
 
 	<target name="checkRequirements" description="Check Requirements.">