diff options
author | cletavernie | 2011-11-04 10:34:48 +0000 |
---|---|---|
committer | cletavernie | 2011-11-04 10:34:48 +0000 |
commit | e83e7ade10a849796f22fcd08e8f666088e76894 (patch) | |
tree | ca3d58b48422df824bc2283a94f4b57a55d0bc99 /plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF | |
parent | adbf89fcf5346d80733997cbafe9341721ad5ddf (diff) | |
download | org.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/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF')
-rw-r--r-- | plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF index 515951ef732..f462ba7eed4 100644 --- a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF +++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF @@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.1", org.eclipse.papyrus.views.properties.model;bundle-version="0.9.0",
org.eclipse.m2m.qvt.oml;bundle-version="3.0.1",
org.eclipse.m2m.qvt.oml.common;bundle-version="2.1.0",
- org.eclipse.papyrus.infra.log;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0",
org.eclipse.papyrus.views.properties.model.edit;bundle-version="0.9.0",
org.eclipse.emf.common.ui;bundle-version="2.6.0",
org.eclipse.core.resources;bundle-version="3.6.0",
|