Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2014-02-26 14:55:04 +0000
committerCamille Letavernier2014-02-26 14:55:04 +0000
commit8c9bea762ca665cc12b3036d5337b6d7164b5f6d (patch)
treea46a6e76343b6455adddd6514d5c383ef2f7bdc8 /tests
parent7208efa20d363754d9efba580a40c6f428dc98fd (diff)
downloadorg.eclipse.papyrus-8c9bea762ca665cc12b3036d5337b6d7164b5f6d.tar.gz
org.eclipse.papyrus-8c9bea762ca665cc12b3036d5337b6d7164b5f6d.tar.xz
org.eclipse.papyrus-8c9bea762ca665cc12b3036d5337b6d7164b5f6d.zip
[Releng] Fix tests fragment name
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests/META-INF/MANIFEST.MF
index e56fafcb15a..e20872ef1db 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.infra.extendedtypes.tests/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@ Export-Package: org.eclipse.papyrus.infra.extendedtypes.tests
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier
-Bundle-Name: %pluginName
+Bundle-Name: %fragmentName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.infra.extendedtypes.tests.Activa

Back to the top