Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-02-26 16:11:15 +0000
committerThomas Watson2010-02-26 16:11:15 +0000
commit12e0ae91ab62caaa56e92e7b99b1481d72302784 (patch)
treec5ae5b8b89edab8d527cce7ac23a4c8c1e8a7bd2 /bundles/org.eclipse.osgi/build.properties
parent63954c61b0dd0ce54f48a2871e7ef68eb4420a03 (diff)
downloadrt.equinox.framework-12e0ae91ab62caaa56e92e7b99b1481d72302784.tar.gz
rt.equinox.framework-12e0ae91ab62caaa56e92e7b99b1481d72302784.tar.xz
rt.equinox.framework-12e0ae91ab62caaa56e92e7b99b1481d72302784.zip
Bug 304039 - Compiler warnings in I20100225-1936
Diffstat (limited to 'bundles/org.eclipse.osgi/build.properties')
-rw-r--r--bundles/org.eclipse.osgi/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index 0cbe080d0..d21ae37ee 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -34,4 +34,6 @@ jre.compilation.profile = CDC-1.1/Foundation-1.1
bootClasspath=osgi/exceptions.jar;osgi/xmlParserAPIs.jar;${CDC-1.1/Foundation-1.1}
javacSource=1.3
-javacTarget=1.2 \ No newline at end of file
+javacTarget=1.2
+
+javacWarnings..=-deadCode \ No newline at end of file

Back to the top