Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-05-07 13:55:36 +0000
committerWim Jongman2015-05-07 14:55:16 +0000
commit8017dbe21a04ba1e43cc56791dbcad79a92c051d (patch)
tree954bbcdfbc0070663dfd0f47b9611b678cedd3b4 /framework
parenta48f50b2a609815d614ba8f6f2ac6d99c5a36e94 (diff)
downloadorg.eclipse.ecf-8017dbe21a04ba1e43cc56791dbcad79a92c051d.tar.gz
org.eclipse.ecf-8017dbe21a04ba1e43cc56791dbcad79a92c051d.tar.xz
org.eclipse.ecf-8017dbe21a04ba1e43cc56791dbcad79a92c051d.zip
Bug 466745 - "jre.compilation.profile" is lower than BREE in some projectsR-Release_HEAD-sdk_feature-150_2015-05-07_16-44-03
Change-Id: Ib0984a0d5558aa33083d417661808961e4c20e5b Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/build.properties1
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties1
-rw-r--r--framework/bundles/org.eclipse.ecf/build.properties1
3 files changed, 0 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/build.properties b/framework/bundles/org.eclipse.ecf.identity/build.properties
index 6363cbb7d..7debffea9 100644
--- a/framework/bundles/org.eclipse.ecf.identity/build.properties
+++ b/framework/bundles/org.eclipse.ecf.identity/build.properties
@@ -18,4 +18,3 @@ bin.includes = META-INF/,\
plugin.properties
src.includes = about.html,\
schema/
-jre.compilation.profile = J2SE-1.4
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties
index e3c9c6c6f..672c9679d 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.rpc/build.properties
@@ -11,5 +11,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties
-jre.compilation.profile = J2SE-1.4
additional.bundles = org.eclipse.equinox.concurrent
diff --git a/framework/bundles/org.eclipse.ecf/build.properties b/framework/bundles/org.eclipse.ecf/build.properties
index 1d5a54375..0ee7efb80 100644
--- a/framework/bundles/org.eclipse.ecf/build.properties
+++ b/framework/bundles/org.eclipse.ecf/build.properties
@@ -23,4 +23,3 @@ src.includes = about.html,\
schema/,\
about.properties,\
about.ini
-jre.compilation.profile = J2SE-1.4

Back to the top