Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-01-20 10:16:41 +0000
committerTom Schindl2014-01-20 10:16:41 +0000
commit5b116c57dbe39f7bc1031e5b74a347c5e1666cdd (patch)
treef1f8b94be64a2861d6d880ba85b9c036628f4c89 /bundles/runtime/org.eclipse.fx.ui.databinding/build.properties
parentc00a3705f50785795e9ba44edca2a9afac9250cc (diff)
downloadorg.eclipse.efxclipse-5b116c57dbe39f7bc1031e5b74a347c5e1666cdd.tar.gz
org.eclipse.efxclipse-5b116c57dbe39f7bc1031e5b74a347c5e1666cdd.tar.xz
org.eclipse.efxclipse-5b116c57dbe39f7bc1031e5b74a347c5e1666cdd.zip
fixed compiler settings
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.ui.databinding/build.properties')
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.databinding/build.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.databinding/build.properties b/bundles/runtime/org.eclipse.fx.ui.databinding/build.properties
index 17daa5b49..eac76b405 100644
--- a/bundles/runtime/org.eclipse.fx.ui.databinding/build.properties
+++ b/bundles/runtime/org.eclipse.fx.ui.databinding/build.properties
@@ -3,3 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html
+additional.bundles = org.eclipse.jdt.annotation
+jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation

Back to the top