From 46e0d0f09cae61e222ef9bdb55a371ceb66bf3ea Mon Sep 17 00:00:00 2001 From: Christian W. Damus Date: Mon, 28 Jul 2014 14:42:20 -0400 Subject: [Releng] Fix numerous bundle metadata problems --- .../META-INF/MANIFEST.MF | 6 +++--- .../org.eclipse.papyrus.integrationtests.editor/plugin.properties | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'tests/integration') diff --git a/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/META-INF/MANIFEST.MF b/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/META-INF/MANIFEST.MF index 2fa9f53fae9..d72fb33b06c 100644 --- a/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/META-INF/MANIFEST.MF +++ b/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/META-INF/MANIFEST.MF @@ -6,14 +6,14 @@ Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.eclipse.papyrus.integrationtests.editor.Activator Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, - org.eclipse.papyrus.infra.core, + org.eclipse.papyrus.infra.core;bundle-version="1.0.0", org.eclipse.ui.workbench, org.eclipse.ui.ide, org.eclipse.emf.ecore;bundle-version="2.9.1", org.junit;bundle-version="4.10.0", org.eclipse.papyrus.uml.tools;bundle-version="1.0.0", org.eclipse.papyrus.uml.diagram.clazz;bundle-version="1.0.0", - org.eclipse.papyrus.infra.gmfdiag.commands, + org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0", org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0", org.eclipse.papyrus.uml.diagram.activity;bundle-version="1.0.0", org.eclipse.papyrus.uml.diagram.common;bundle-version="1.0.0", @@ -25,4 +25,4 @@ Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-Vendor: %providerName Export-Package: org.eclipse.papyrus.integrationtests.editor - +Bundle-Localization: plugin diff --git a/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/plugin.properties b/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/plugin.properties index 4773a9eee02..e10974ff0f5 100644 --- a/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/plugin.properties +++ b/tests/integration/plugins/org.eclipse.papyrus.integrationtests.editor/plugin.properties @@ -1,5 +1,6 @@ ################################################################################# -# Copyright (c) 2013 LIFL. +# Copyright (c) 2013, 2014 LIFL, CEA, and others. +# # 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 @@ -7,6 +8,8 @@ # # Contributors: # Cedric Dumoulin Cedric.dumoulin@lifl.fr - Initial API and implementation +# Christian W. Damus (CEA) - fix pluginName +# ################################################################################## -pluginName=Papyrus core integration tests (Incubation) +pluginName=Papyrus Core Editor Integration Tests providerName=Eclipse Modeling Project -- cgit v1.2.3