Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMat Booth2015-12-17 12:29:48 +0000
committerArun Thondapu2016-03-03 11:31:37 +0000
commit121b7c5b2cb5f7a130720d382a3eac8c0e290a05 (patch)
tree4caa71cdae1f67b5b1ea0a39976827395d5c25c5 /releng
parent0ce6d4e453f774dada38fabd974949245896388c (diff)
downloadrt.equinox.framework-121b7c5b2cb5f7a130720d382a3eac8c0e290a05.tar.gz
rt.equinox.framework-121b7c5b2cb5f7a130720d382a3eac8c0e290a05.tar.xz
rt.equinox.framework-121b7c5b2cb5f7a130720d382a3eac8c0e290a05.zip
Bug 479180 - Delete launcher for unsupported Windows wpf platformY20160303-0800
Change-Id: I91fc817f4954f7fa06b89ac466c170bbd44b7810 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index a47f32b9c..1d2ead497 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -165,7 +165,7 @@
</not>
</or>
</condition>
- <condition property="build_cmd" value="unix2dos *; unix2dos ${remotetmpdir}/win32/*; unix2dos ${remotetmpdir}/wpf/*; if cmd /c build.bat ${arch} clean all" else="if sh build.sh -os ${os} -ws ${ws} -arch ${arch} ${javaParam} all">
+ <condition property="build_cmd" value="unix2dos *; unix2dos ${remotetmpdir}/win32/*; if cmd /c build.bat ${arch} clean all" else="if sh build.sh -os ${os} -ws ${ws} -arch ${arch} ${javaParam} all">
<equals arg1="${os}" arg2="win32"/>
</condition>
<condition property="exit_cmd" value="exit;" else="">

Back to the top