Skip to content

Commit

Permalink
Adapt to moved org.eclipse.search.textEngingSearch
Browse files Browse the repository at this point in the history
Add references to new org.eclipse.search.core bundle

Follow-up of
eclipse-platform/eclipse.platform.ui#1054
  • Loading branch information
mickaelistria committed Sep 19, 2023
1 parent 3d0f8ab commit 626841f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -51,6 +51,7 @@
<pde.convertSchemaToHTML manifest="${eclipse.platform.team.bundles}/org.eclipse.jsch.core/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
<pde.convertSchemaToHTML manifest="${eclipse.jdt.ui}/org.eclipse.ltk.core.refactoring/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
<pde.convertSchemaToHTML manifest="${eclipse.jdt.ui}/org.eclipse.ltk.ui.refactoring/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
<pde.convertSchemaToHTML manifest="${eclipse.platform.ui.bundles}/org.eclipse.search.core/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
<pde.convertSchemaToHTML manifest="${eclipse.platform.ui.bundles}/org.eclipse.search/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
<pde.convertSchemaToHTML manifest="${eclipse.platform.team.bundles}/org.eclipse.team.core/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
<pde.convertSchemaToHTML manifest="${eclipse.platform.team.bundles}/org.eclipse.team.ui/plugin.xml" destination="${dest}" additionalsearchpaths="${searchPaths}" />
Expand Down
Expand Up @@ -100,6 +100,7 @@
<plugin id="org.eclipse.ltk.core.refactoring"/>
<plugin id="org.eclipse.ltk.ui.refactoring"/>
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.search.core"/>
<plugin id="org.eclipse.search"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.team.core"/>
Expand Down

0 comments on commit 626841f

Please sign in to comment.