Community
Participate
Working Groups
Build Identifier: 20100218-1602 The bin.includes section of the tabledataeditor plug-in's build.properties file doesn't include the "schema/" directory. This makes it difficult to have a plug-in implement the externalRunQuery extension point. Reproducible: Always Steps to Reproduce: 1. In the manifest editor of a plug-in that includes tabledataeditor as a dependency, add org.eclipse.datatools.sqltools.tabledataeditor.externalRunQuery in Extension tab. 2. Observe that the "New" menu is not present when right-clicking on the extension point name. There should be a "New" menu that includes the external_query_adapter element.
Thanks for pointing this out. There are a few SQL Dev Tools plugins that don't include the schema directory in their bin.includes. Here they are: - org.eclipse.datatools.sqltools.data.ui - org.eclipse.datatools.sqltools.debugger.core - org.eclipse.datatools.sqlscrapbook - org.eclipse.datatools.tabledataeditor I will go ahead and update the build.properties file for those plugins.
Checked in change, tagged to v201005250945.