Browse Source

Fixed build site.

Alexander Nyßen 14 years ago
parent
commit
0ceeb4f91a
1 changed files with 2 additions and 12 deletions
  1. 2 12
      releng/org.yakindu.sct.releng/launcher.xml

+ 2 - 12
releng/org.yakindu.sct.releng/launcher.xml

@@ -5,18 +5,8 @@
 
 	<property environment="env" />
 	<property file="run.properties" />
-	
-	<!-- define build file to use (may be run.xml or promote.xml) -->
-	<if>
-		<isset property="env.buildFile"/>
-		<then>
-			<property name="buildFile" value="${env.buildFile}" />
-		</then>
-		<else>
-			<property name="buildFile" value="run.xml" />
-		</else>
-	</if>
-	
+	<property name="buildFile" value="run.xml" />
+
 
 	<target name="prepareLauncherAndProvisionerDirectory">
 		<if>