- implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault
  - apply its value in fillInNullNessDefault()
- temporary tweak: don't complain against tightening contract inherited 
  from binary type (disabled)
- fix issue with compile order where bindArguments of super type 
  was not done before verifyMethods
TODO: check if transitive inheritance of annotations and defaults play well together
 regarding compile order.
diff --git a/features/org.eclipse.objectteams.jdt.nullity.feature/build.properties b/features/org.eclipse.objectteams.jdt.nullity.feature/build.properties
index 64f93a9..2cbd854 100644
--- a/features/org.eclipse.objectteams.jdt.nullity.feature/build.properties
+++ b/features/org.eclipse.objectteams.jdt.nullity.feature/build.properties
@@ -1 +1,3 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+               feature.properties,\
+               license.html