Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-07-24 18:24:04 +0000
committerSilenio Quarti2013-07-24 18:24:04 +0000
commit1ecf1c44125df1f98802da61f2ccfd7c14b24f74 (patch)
treef3677be1c3fc4f06d2ef9ba0125dce7ff8faa518 /releng/org.eclipse.equinox.launcher.releng
parent14a203b0e1f21a0e4e2b093323e617d0caa4cd92 (diff)
downloadrt.equinox.framework-1ecf1c44125df1f98802da61f2ccfd7c14b24f74.tar.gz
rt.equinox.framework-1ecf1c44125df1f98802da61f2ccfd7c14b24f74.tar.xz
rt.equinox.framework-1ecf1c44125df1f98802da61f2ccfd7c14b24f74.zip
build win32 launcher remote
Diffstat (limited to 'releng/org.eclipse.equinox.launcher.releng')
-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