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

Fixed skipRepositories was evaluated wrong.

Alexander Nyßen преди 14 години
родител
ревизия
a2a9358ee0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      de.itemis.xtext.utils/releng/de.itemis.xtext.utils.releng/run.xml

+ 1 - 1
de.itemis.xtext.utils/releng/de.itemis.xtext.utils.releng/run.xml

@@ -26,7 +26,7 @@
 		<echo message="Skipping repositories: ${skipRepositories}" />
 		<if>
 			<or>
-				<equals arg1="${skipRepositories}" arg2="false" />
+				<equals arg1="${skipRepositories}" arg2="true" />
 				<not>
 					<available file="${repoBaseLocation}" />
 				</not>