Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f10ef9096fa891e7e29cf9399229aaf411a03959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension-point id="scopeProviders" name="Papyrus Search Scope Providers" schema="schema/scopeProviders.exsd"/>
   <extension
         point="org.eclipse.papyrus.views.search.scopeProviders">
      <scopeProvider
            class="org.eclipse.papyrus.views.search.scope.WorkspaceScopeProvider">
      </scopeProvider>
   </extension>

</plugin>

Back to the top