OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890
from https://bugs.eclipse.org/186342 - [compiler][null] Using annotations for null checking
diff --git a/plugins/org.eclipse.objectteams.jdt.nullity/.project b/plugins/org.eclipse.objectteams.jdt.nullity/.project
new file mode 100644
index 0000000..7a34e08
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.jdt.nullity/.project
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.objectteams.jdt.nullity</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.objectteams.otdt.builder.OTJBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.objectteams.otdt.OTJavaNature</nature>
+ </natures>
+</projectDescription>