Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-11-10 09:13:30 +0000
committercletavernie2011-11-10 09:13:30 +0000
commit52a1ded24a0a5cb497f2814ff8e45a0f4d33becc (patch)
treecd28ae3c03f22dc75e8abc0426a61c7bf5bd8ad9 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt
parent29b6c35ec4ab8284bae040831fd9eb0ca219d145 (diff)
downloadorg.eclipse.papyrus-52a1ded24a0a5cb497f2814ff8e45a0f4d33becc.tar.gz
org.eclipse.papyrus-52a1ded24a0a5cb497f2814ff8e45a0f4d33becc.tar.xz
org.eclipse.papyrus-52a1ded24a0a5cb497f2814ff8e45a0f4d33becc.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/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt
index 803591d39bc..09032760a4b 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleReception.xwt
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
+<Composite xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" xmlns="http://www.eclipse.org/xwt/presentation">
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" xmlns="http://www.eclipse.org/xwt/presentation">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>

Back to the top