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 /providers/bundles/org.eclipse.ecf.provider.remoteservice
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 'providers/bundles/org.eclipse.ecf.provider.remoteservice')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.remoteservice/build.properties2
1 files changed, 0 insertions, 2 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.remoteservice/build.properties b/providers/bundles/org.eclipse.ecf.provider.remoteservice/build.properties
index 00411cbde..f67a5b601 100644
--- a/providers/bundles/org.eclipse.ecf.provider.remoteservice/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.remoteservice/build.properties
@@ -7,5 +7,3 @@ bin.includes = .,\
src.includes = about.html
jars.compile.order = .
source.. = src/
-jre.compilation.profile = J2SE-1.4
-javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top