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/core/org.eclipse.papyrus.infra.core.log
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/core/org.eclipse.papyrus.infra.core.log')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core.log/.project2
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core.log/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.log/.project b/plugins/infra/core/org.eclipse.papyrus.infra.core.log/.project
index 7968d5c7fbf..ee0abe766e9 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.log/.project
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.log/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.papyrus.infra.log</name>
+ <name>org.eclipse.papyrus.infra.core.log</name>
<comment></comment>
<projects>
</projects>
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.log/META-INF/MANIFEST.MF b/plugins/infra/core/org.eclipse.papyrus.infra.core.log/META-INF/MANIFEST.MF
index 1136e9943ea..f4dc9b1fa38 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.log/META-INF/MANIFEST.MF
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.log/META-INF/MANIFEST.MF
@@ -8,6 +8,6 @@ Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.log.internal.Activator
Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.infra.log
+Bundle-SymbolicName: org.eclipse.papyrus.infra.core.log
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top