diff options
author | Camille Letavernier | 2013-11-14 17:29:54 +0000 |
---|---|---|
committer | Camille Letavernier | 2013-11-14 17:29:54 +0000 |
commit | a5f3e0da48f4ebc19d66a64adf039c971b8510ca (patch) | |
tree | 6f8ca32869ad9f7c06688be259400d9a9f6ba74a | |
parent | d9f2769aa48122165a1ee76f3cc60bb37037a9fc (diff) | |
download | org.eclipse.papyrus-a5f3e0da48f4ebc19d66a64adf039c971b8510ca.tar.gz org.eclipse.papyrus-a5f3e0da48f4ebc19d66a64adf039c971b8510ca.tar.xz org.eclipse.papyrus-a5f3e0da48f4ebc19d66a64adf039c971b8510ca.zip |
[Trivial] Fix plug-ins and features metadata
3 files changed, 43 insertions, 44 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.qompass.designer.tracing.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.qompass.designer.tracing.feature/feature.xml index e452071abda..4c1753b24d9 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.qompass.designer.tracing.feature/feature.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.qompass.designer.tracing.feature/feature.xml @@ -1,47 +1,47 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.eclipse.papyrus.extra.qompass.designer.tracing.feature" - label="%featureName" - version="0.10.1.qualifier" - provider-name="%providerName"> - - <description> +<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.extra.qompass.designer.tracing.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName">
+
+ <description>
This is an add-on for the Qompass tool suite supporting model based tracing, in particular - with LTTng - </description> - - <copyright url="http://www.eclipse.org/legal/epl-v10.html"> + with LTTng
+ </description>
+
+ <copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2012 CEA LIST All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html - </copyright> - - <license url="%licenseURL"> - %license - </license> - - <plugin - id="org.eclipse.papyrus.qompass.modellibs.tracing" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.papyrus.infra.services.tracepoints" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.papyrus.views.tracepoints" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - -</feature> +http://www.eclipse.org/legal/epl-v10.html
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.papyrus.qompass.modellibs.tracing"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.services.tracepoints"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.views.tracepoints"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric/plugin.properties b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric/plugin.properties index 6f678bf8b44..596dcc2a398 100644 --- a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric/plugin.properties +++ b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.parametric/plugin.properties @@ -8,7 +8,7 @@ # Contributors: # Yann Tanguy (CEA LIST) yann.tanguy@cea.fr - initial API and implementation ################################################################################## -pluginName=SysML Parametric Diagram +pluginName=SysML Parametric Diagram (Incubation) providerName=Eclipse Modeling Project context.description=Papyrus SysML Parametric Diagram Editing context.name=In Papyrus SysML Parametric Diagram Editor diff --git a/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF index 0eeed783dcf..b11e2a6a5b5 100644 --- a/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF +++ b/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor.tests/META-INF/MANIFEST.MF @@ -18,8 +18,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.papyrus.infra.services.edit;bundle-version="1.0.0",
org.eclipse.papyrus.junit.utils;bundle-version="1.0.0",
org.eclipse.papyrus.views.modelexplorer;bundle-version="1.0.0",
- org.eclipse.uml2.uml;bundle-version="4.1.0",
- org.eclipse.gmf.runtime.notation.edit
+ org.eclipse.uml2.uml;bundle-version="4.1.0"
Export-Package: org.eclipse.papyrus.infra.nattable.views.tests,
org.eclipse.papyrus.infra.nattable.views.tests.tests
Bundle-Vendor: %Bundle-Vendor
|