Releng: Support directly calling target createOTDTEclipse
diff --git a/releng/build-scripts/build/run.xml b/releng/build-scripts/build/run.xml index a0d34cb..c3cdcfd 100644 --- a/releng/build-scripts/build/run.xml +++ b/releng/build-scripts/build/run.xml
@@ -196,7 +196,7 @@ <property name="ws" value="gtk" /> </target> - <target name="setupForCompile" depends="checkOS" unless="_hasCreatedOTDTEclipse"> + <target name="setupForCompile" depends="checkOS,setupProperties" unless="_hasCreatedOTDTEclipse"> <antcall target="UnzipEclipse"/> <antcall target="AddPluginsToEclipse"/> </target>