Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-10-10 12:53:09 +0000
committerJohn Ross2013-10-11 13:16:14 +0000
commit6c370a0677db44cc748cc411d915f1e6e8f6b78d (patch)
treef41c873fd6aff931d72bda7367a1eee9754d0ef9 /bundles/org.eclipse.equinox.weaving.hook/META-INF
parent3de7b6377daf9bcdd6e99d50c14bcb7586225014 (diff)
downloadrt.equinox.bundles-6c370a0677db44cc748cc411d915f1e6e8f6b78d.tar.gz
rt.equinox.bundles-6c370a0677db44cc748cc411d915f1e6e8f6b78d.tar.xz
rt.equinox.bundles-6c370a0677db44cc748cc411d915f1e6e8f6b78d.zip
Bug 418663 - [weaving.hook] Get rid of compile warnings in official build
Update jdt core prefs to org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled. Change BREE from 1.4 to 1.6. Genericize the code to remove all warnings related to generics. Add @Override annotations where necessary. Fix non-externalized string literals. Update copyrights.
Diffstat (limited to 'bundles/org.eclipse.equinox.weaving.hook/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF
index 3b1c1681c..dd12064fe 100644
--- a/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF
@@ -7,4 +7,4 @@ Fragment-Host: org.eclipse.osgi;bundle-version="[3.10.0,4.0.0)"
Export-Package: org.eclipse.equinox.service.weaving,
org.eclipse.equinox.weaving.adaptors;x-friends:="org.eclipse.equinox.weaving.tests",
org.eclipse.equinox.weaving.hooks;x-friends:="org.eclipse.equinox.weaving.tests"
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top