-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathplugin.xml
34 lines (29 loc) · 1.09 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2018 THALES GLOBAL SERVICES.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Thales - initial API and implementation
-->
<plugin>
<extension
point="org.polarsys.capella.core.data.migration.migrationContributions">
<migrationContribution
class="org.polarsys.capella.filtering.migration.contribution.ActivatedFilterMigrationContribution">
</migrationContribution>
</extension>
<extension
point="org.polarsys.kitalpha.resourcereuse.resources">
<resource
domain="AF"
id="com.thalesgroup.mde.melody.productline"
name="Basic Variability"
path="/org.polarsys.capella.filtering.migration/migration/BasicVariability.vp#_MB6moB21EeaZT-H7SsDabc"
tags="vp, stateReadOnly, stateHidden">
</resource>
</extension>
</plugin>