Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2016-01-19 13:56:34 +0000
committerAnsgar Radermacher2016-01-19 13:57:37 +0000
commit5d75b1beaea40b78b634dbfc921ff1cd2a6b9b16 (patch)
treea976fbeef19cd1a085b6d38af99ca13d8dfb33c8
parent21009b99a7989094826fa7698dd4c4d59e806009 (diff)
downloadorg.eclipse.papyrus-5d75b1beaea40b78b634dbfc921ff1cd2a6b9b16.tar.gz
org.eclipse.papyrus-5d75b1beaea40b78b634dbfc921ff1cd2a6b9b16.tar.xz
org.eclipse.papyrus-5d75b1beaea40b78b634dbfc921ff1cd2a6b9b16.zip
[releng] Fix plugin.properties (use tag providerName instead of pluginProvider)
-rw-r--r--tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/plugin.properties4
-rw-r--r--tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/plugin.properties5
-rw-r--r--tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/plugin.properties5
3 files changed, 6 insertions, 8 deletions
diff --git a/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/plugin.properties b/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/plugin.properties
index 1a8acee639b..f3b98cf2049 100644
--- a/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/plugin.properties
+++ b/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/plugin.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2015 CEA LIST.
+# Copyright (c) 2016 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
@@ -9,4 +9,4 @@
# Ansgar Radermacher (CEA LIST) ansgar.radermacher@cea.fr - initial API and implementation
################################################################################
pluginName=Generated Papyrus UML validation plugin
-pluginProvider=Eclipse Modeling Project
+providerName=Eclipse Modeling Project
diff --git a/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/plugin.properties b/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/plugin.properties
index 0a5674b3c8d..3e05ddf472d 100644
--- a/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/plugin.properties
+++ b/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/plugin.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2015 CEA LIST.
+# Copyright (c) 2016 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
@@ -9,5 +9,4 @@
# Ansgar Radermacher (CEA LIST) ansgar.radermacher@cea.fr - initial API and implementation
################################################################################
pluginName=Static profile for Papyrus UML validation tests
-pluginProvider=Eclipse Modeling Project
-providerName = www.example.org
+providerName=Eclipse Modeling Project
diff --git a/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/plugin.properties b/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/plugin.properties
index 07f9a91b3c2..5739009347f 100644
--- a/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/plugin.properties
+++ b/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/plugin.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2015 CEA LIST.
+# Copyright (c) 2016 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
@@ -9,5 +9,4 @@
# Ansgar Radermacher (CEA LIST) ansgar.radermacher@cea.fr - initial API and implementation
################################################################################
pluginName=Papyrus UML validation tests
-pluginProvider=Eclipse Modeling Project
-providerName = www.example.org
+providerName=Eclipse Modeling Project

Back to the top