Skip to content

Commit

Permalink
#2687 Fix export issue in table test
Browse files Browse the repository at this point in the history
Change-Id: I016cd5e7b5a88edea13abc80ddadca10e6951c5c
Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
  • Loading branch information
etraisnel2 authored and pdulth committed Sep 4, 2023
1 parent 2427e66 commit 09d7c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
14 changes: 0 additions & 14 deletions core/plugins/org.polarsys.capella.core.semantic.queries/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3065,20 +3065,6 @@
</basicQuery>
</itemQueries>
</category>
<category
id="org.polarsys.capella.core.semantic.queries.basic.queries.RequirementTracedElements"
isTopLevel="true"
name="Traced Elements">
<availableForType
class="org.polarsys.capella.core.data.requirement.Requirement">
</availableForType>
<categoryQuery>
<basicQuery
class="org.polarsys.capella.core.semantic.queries.basic.queries.RequirementTracedElements"></basicQuery></categoryQuery>
<targetBrowserId
id="ReferencingElementBrowser">
</targetBrowserId>
</category>
<category
id="org.polarsys.capella.core.semantic.queries.basic.queries.CapabilityAvailableInState"
isTopLevel="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Require-Bundle: org.polarsys.capella.test.framework,
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-Vendor: %providerName
Export-Package: org.polarsys.capella.test.table.ju.testsuite
Export-Package: org.polarsys.capella.test.table.ju.testsuite,
org.polarsys.capella.test.table.ju.utils


0 comments on commit 09d7c92

Please sign in to comment.