blob: c4f6187c65d274228ed72b8b6888f1fe7ee837b6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.designer.components.tracing.feature"
label="%featureName"
version="2.1.0.qualifier"
provider-name="%providerName">
<description>
This is an add-on for the Designer tool suite supporting model based tracing, in particular for CTF
(the feature ID contains the name &quot;components&quot;, as it was orignally used in a component context. The feature can now be used for normal classes (not components), but the ID has been kept to ensure that Eclipse does not offer both features in a composite update site)
</description>
<copyright url="https://www.eclipse.org/legal/epl-2.0/">
Copyright (c) CEA LIST
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v2.0 which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="org.eclipse.papyrus.moka.tracepoint.service"/>
<import feature="org.eclipse.papyrus.designer.transformation.main.feature"/>
<import plugin="org.eclipse.papyrus.moka.ui.tracepoint.view"/>
</requires>
<plugin
id="org.eclipse.papyrus.designer.transformation.tracing.library"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.papyrus.designer.transformation.tracing.barectf.library"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>