Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.equinox.launcher.releng/build.xml')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 568899dc4..ae95d5ca4 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -98,9 +98,10 @@
<property name="localGit" value="../../.." />
<!-- windows is built locally, everything else is remote -->
- <condition property="local" >
+ <!-- Building every thing remote now
+ condition property="local" >
<equals arg1="${os}" arg2="win32"/>
- </condition>
+ </condition-->
<condition property="remote" >
<not> <isset property="local"/> </not>
</condition>

Back to the top