Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 61f5ac44eb..bf4faf75b9 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -249,14 +249,6 @@
</antcall>
<antcall target="check_preprocessing"/>
-
- <!-- 32 bit -->
- <antcall target="build_classes">
- <param name="cp" value=".classpath_gtk"/>
- </antcall>
- <antcall target="build_classes">
- <param name="cp" value=".classpath_win32"/>
- </antcall>
</target>
<target name="update_sha1_file">

Back to the top