Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-11-04 10:34:48 +0000
committercletavernie2011-11-04 10:34:48 +0000
commite83e7ade10a849796f22fcd08e8f666088e76894 (patch)
treeca3d58b48422df824bc2283a94f4b57a55d0bc99 /plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF
parentadbf89fcf5346d80733997cbafe9341721ad5ddf (diff)
downloadorg.eclipse.papyrus-e83e7ade10a849796f22fcd08e8f666088e76894.tar.gz
org.eclipse.papyrus-e83e7ade10a849796f22fcd08e8f666088e76894.tar.xz
org.eclipse.papyrus-e83e7ade10a849796f22fcd08e8f666088e76894.zip
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF b/plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF
index d1be77dda07..afb31bac2db 100644
--- a/plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF
+++ b/plugins/infra/table/org.eclipse.papyrus.infra.table.properties/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.widgets;bundle-version="0.9.0",
org.eclipse.emf.facet.infra.query.core;bundle-version="0.1.0",
org.eclipse.emf.databinding,
- org.eclipse.papyrus.infra.log;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0",
org.eclipse.papyrus.infra.table.instance;bundle-version="0.9.0",
org.eclipse.emf.facet.widgets.nattable.instance;bundle-version="0.1.0"
Bundle-Vendor: %providerName

Back to the top