Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-09-25 08:43:23 +0000
committerCamille Letavernier2015-09-25 08:43:23 +0000
commit5f3ebb57d642fb3f66851b05bfd45b74c3d218a0 (patch)
treedbcbe8fc301f20ebce788822cabb95d1d68d7283 /tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests
parent6e04be2da9a6d7cd6c6f5ac6084987c1c35360cc (diff)
downloadorg.eclipse.papyrus-5f3ebb57d642fb3f66851b05bfd45b74c3d218a0.tar.gz
org.eclipse.papyrus-5f3ebb57d642fb3f66851b05bfd45b74c3d218a0.tar.xz
org.eclipse.papyrus-5f3ebb57d642fb3f66851b05bfd45b74c3d218a0.zip
478170: [Releng] Enable code-coverage analysis during the build (+
Reports on Hudson) https://bugs.eclipse.org/bugs/show_bug.cgi?id=478170 Change-Id: I20403cc89a6c8b36a581139dfb0e5f4c29a6dba7 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests')
-rw-r--r--tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
index 306acaeca97..d7f9fa9e757 100644
--- a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Require-Bundle: org.junit;bundle-version="4.10.0",
Export-Package: org.eclipse.papyrus.infra.gmfdiag.common.tests,
org.eclipse.papyrus.infra.gmfdiag.common.utils
Bundle-Vendor: %providerName
-Fragment-Host: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.0.0"
+Fragment-Host: org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.2.0"
Bundle-Version: 1.2.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: fragment

Back to the top