Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2010-05-06 18:19:39 +0000
committerSilenio Quarti2010-05-06 18:19:39 +0000
commit111f07e445c6fbc435cd4eff0e9eb3a65f3082dc (patch)
tree8d83168a80685497de041bf3a1ecd50624624d93
parent94a173bf925cdd4f9d0fec567f9d52840a23bc17 (diff)
downloadeclipse.platform.swt-111f07e445c6fbc435cd4eff0e9eb3a65f3082dc.tar.gz
eclipse.platform.swt-111f07e445c6fbc435cd4eff0e9eb3a65f3082dc.tar.xz
eclipse.platform.swt-111f07e445c6fbc435cd4eff0e9eb3a65f3082dc.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index f474c2b33b..8f99b4c143 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -262,7 +262,7 @@
<target name="build_gtk_linux_s390" depends="init_build">
<property name="clean" value="clean"/>
- <property name="targets" value="install"/>
+ <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
<exec dir="${basedir}/${builddir}" executable="sh" failonerror="true">
<arg value="build.sh"/>
<env key="JAVA_HOME" value="/home/swtbuild/java5/ibm-java2-s390-50"/>

Back to the top