Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-02 18:00:34 +0000
committerslewis2018-03-02 18:00:34 +0000
commit52df9ae38d20ba382e689caeb029a592a6602f0a (patch)
treeb71ca633505e8b8d9da26183f3ace7d17e14c7e3 /examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties
parent859188662d4444d54119f2f0b0b2d4db706dc14e (diff)
downloadorg.eclipse.ecf-52df9ae38d20ba382e689caeb029a592a6602f0a.tar.gz
org.eclipse.ecf-52df9ae38d20ba382e689caeb029a592a6602f0a.tar.xz
org.eclipse.ecf-52df9ae38d20ba382e689caeb029a592a6602f0a.zip
Fix for build failure
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties
index 64e8bf432..919786014 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties
@@ -9,5 +9,5 @@ bin.includes = META-INF/,\
src.includes = about.html,\
bundle.properties,\
products/
-jre.compilation.profile = J2SE-1.4
+jre.compilation.profile = J2SE-1.5
javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top