Преглед на файлове

SDK:
- make build script fail if command line svn fails

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10073 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 преди 12 години
родител
ревизия
00d74ff402
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -94,7 +94,7 @@
     </target>
     
     <target name="-hudson-revert-changes">
-        <exec executable="svn" dir="engine">
+        <exec executable="svn" dir="engine" failonerror="true">
             <arg value="cleanup" />
         </exec>
         <exec executable="svn" dir="engine">