Просмотр исходного кода

BETA/COMMUNITY/LIBS: Minor update for builders.

MELERIX 13 лет назад
Родитель
Сommit
5b68525cf6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      L2J_Server_BETA/build.xml

+ 2 - 2
L2J_Server_BETA/build.xml

@@ -221,13 +221,13 @@
 	</target>
 
 	<target name="getChangelogDateVersion" description="Get Changelog, Date, Version.">
-		<exec dir="." executable="svn" outputproperty="l2j.changelog">
+		<exec dir="${basedir}" executable="svn" outputproperty="l2j.changelog">
 			<arg value="log" />
 			<arg value="--stop-on-copy" />
 		</exec>
 		<tstamp>
 			<format property="build.tstamp" pattern="dd/MM/yyyy HH:mm" />
 		</tstamp>
-		<exec dir="." executable="svnversion" outputproperty="l2j.version" />
+		<exec dir="${basedir}" executable="svnversion" outputproperty="l2j.version" />
 	</target>
 </project>