Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties b/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties
index 6857d101a..577d72967 100644
--- a/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.jmdns/build.properties
@@ -11,5 +11,6 @@ src.includes = about.html,\
source.. = src/,\
jmdns/
output.. = bin/
-jre.compilation.profile = J2SE-1.4
+javacSource = 1.5
+javacTarget = 1.4
javacErrors.. = -assertIdentifier,-enumIdentifier

Back to the top