Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2016-02-24 09:29:37 +0000
committerMat Booth2016-04-12 15:33:31 +0000
commitafa22c30f719b4c92e15be04fce17b040c7afe7f (patch)
tree92be1e81ef7cab380ac226dfd56a530afe460056 /tests/bundles
parentf0edac53e363d9552bcdf57c7f28f473afbbe4b9 (diff)
downloadorg.eclipse.ecf-afa22c30f719b4c92e15be04fce17b040c7afe7f.tar.gz
org.eclipse.ecf-afa22c30f719b4c92e15be04fce17b040c7afe7f.tar.xz
org.eclipse.ecf-afa22c30f719b4c92e15be04fce17b040c7afe7f.zip
Bug 491516 - "jre.compilation.profile" is lower than BREE in some projects
This change also fixes a compilation error in the example bundle "ecf.examples.rs.hello.host" due to the generified BundleContext API This was discovered when attempting to build it with a BREE of J2SE-1.5 Change-Id: Ief2740612449d2a1a5c58d6284d8b87c89262f8a Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'tests/bundles')
-rw-r--r--tests/bundles/org.eclipse.ecf.tests.provider.filetransfer.xmpp/build.properties2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.provider.filetransfer.xmpp/build.properties b/tests/bundles/org.eclipse.ecf.tests.provider.filetransfer.xmpp/build.properties
index 7ef3e9fc2..f2f3df517 100644
--- a/tests/bundles/org.eclipse.ecf.tests.provider.filetransfer.xmpp/build.properties
+++ b/tests/bundles/org.eclipse.ecf.tests.provider.filetransfer.xmpp/build.properties
@@ -2,5 +2,3 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,plugin.properties,\
.
-jre.compilation.profile = J2SE-1.4
-javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top