Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2010-10-05 18:00:52 +0000
committerBJ Hargrave2010-10-05 18:00:52 +0000
commit783723d490bb3ea80d6e5e560888bc6f0c31eb83 (patch)
treea49bfd0720ba64db86671d601310db5d49487aca /bundles/org.eclipse.equinox.event/build.properties
parentba8e9ccff996a3b538372f2fb46a0aafee8dc851 (diff)
downloadrt.equinox.bundles-783723d490bb3ea80d6e5e560888bc6f0c31eb83.tar.gz
rt.equinox.bundles-783723d490bb3ea80d6e5e560888bc6f0c31eb83.tar.xz
rt.equinox.bundles-783723d490bb3ea80d6e5e560888bc6f0c31eb83.zip
bug 326732: Releasing patch from John W Ross to update source to target jsr14 using generics.
Thanks John!
Diffstat (limited to 'bundles/org.eclipse.equinox.event/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.event/build.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.event/build.properties b/bundles/org.eclipse.equinox.event/build.properties
index 5423d1dad..8651d444f 100644
--- a/bundles/org.eclipse.equinox.event/build.properties
+++ b/bundles/org.eclipse.equinox.event/build.properties
@@ -6,3 +6,8 @@ bin.includes = META-INF/,\
output.. = bin/
src.includes = about.html
source.. = src/
+
+jre.compilation.profile = J2SE-1.5
+
+javacSource=1.5
+javacTarget=jsr14 \ No newline at end of file

Back to the top