summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
authorSilenio Quarti <silenio_quarti@ca.ibm.com>2012-10-16 17:26:15 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-10-16 17:26:15 -0400
commitbe1837bda44f1f4591b65148475a5b1c442c47e1 (patch)
tree4e6db01a78f9e9f9eb7631e5532473aac29ac79b /bundles/org.eclipse.swt/buildSWT.xml
parentd4637824d6ecbdea88635f512329a535dd8fa93a (diff)
downloadeclipse.platform.swt-be1837bda44f1f4591b65148475a5b1c442c47e1.tar.gz
eclipse.platform.swt-be1837bda44f1f4591b65148475a5b1c442c47e1.tar.xz
eclipse.platform.swt-be1837bda44f1f4591b65148475a5b1c442c47e1.zip
remove warning from check_compilation: includeantruntime
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 9c75e3d9db..e19de87cf4 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -521,7 +521,7 @@
<antcall target="replace64"></antcall>
- <javac srcdir="${buildDir}"></javac>
+ <javac includeantruntime="false" srcdir="${buildDir}"></javac>
</target>
<!-- common build tasks -->