* add API baseline analysis to all plugins
diff --git a/javascript/examples/org.eclipse.dltk.javascript.core.dom.support.sample/.project b/javascript/examples/org.eclipse.dltk.javascript.core.dom.support.sample/.project
index a79f709..4ef1b57 100644
--- a/javascript/examples/org.eclipse.dltk.javascript.core.dom.support.sample/.project
+++ b/javascript/examples/org.eclipse.dltk.javascript.core.dom.support.sample/.project
@@ -20,9 +20,15 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
 	</natures>
 </projectDescription>