diff options
author | Thomas Hallgren | 2009-12-29 11:09:34 +0000 |
---|---|---|
committer | Thomas Hallgren | 2009-12-29 11:09:34 +0000 |
commit | 1be21bb4f35f708303ded61922e5faaa186fd7cf (patch) | |
tree | 5f6aa52a2d4690f8a4ad1de1f36f918c9db94d63 /bundles/org.eclipse.equinox.p2.ql/build.properties | |
parent | f669d20c4b764018aca26e2f9685a0efc3fd939e (diff) | |
download | rt.equinox.p2-1be21bb4f35f708303ded61922e5faaa186fd7cf.tar.gz rt.equinox.p2-1be21bb4f35f708303ded61922e5faaa186fd7cf.tar.xz rt.equinox.p2-1be21bb4f35f708303ded61922e5faaa186fd7cf.zip |
298458: Add Java 5 Generics to the p2 code base
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/build.properties')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.ql/build.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/build.properties b/bundles/org.eclipse.equinox.p2.ql/build.properties index 230777f9a..d6f73676c 100644 --- a/bundles/org.eclipse.equinox.p2.ql/build.properties +++ b/bundles/org.eclipse.equinox.p2.ql/build.properties @@ -2,7 +2,7 @@ # <copyright> # </copyright> # -# $Id$ +# $Id: build.properties,v 1.1 2009/12/01 17:41:31 helindbe Exp $ bin.includes = .,\ META-INF/,\ @@ -13,3 +13,5 @@ source.. = src/ output.. = bin/ src.includes = about.html,\ model/ +javacTarget=jsr14 +javacSource=1.5 |