Przeglądaj źródła

attempting to fix nightly builds with this hack, this changes will be removed later.

MELERIX 13 lat temu
rodzic
commit
8769dd5bed
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      L2J_Server_BETA/build.xml

+ 3 - 0
L2J_Server_BETA/build.xml

@@ -164,6 +164,9 @@
 	</target>
 
 	<target name="clean" description="Remove the output directories">
+		<exec dir="." executable="svn">
+			<arg value="upgrade" />
+		</exec>
 		<delete dir="${build}" />
 	</target>