* add API baseline analysis to all plugins
diff --git a/tests/org.eclipse.dltk.python.ui.tests/.project b/tests/org.eclipse.dltk.python.ui.tests/.project index 6718b78..d050a86 100644 --- a/tests/org.eclipse.dltk.python.ui.tests/.project +++ b/tests/org.eclipse.dltk.python.ui.tests/.project
@@ -20,10 +20,16 @@ <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.python.pydev.pythonNature</nature> + <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> </natures> -</projectDescription> \ No newline at end of file +</projectDescription>