Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-08-02 08:33:01 +0000
committercletavernie2012-08-02 08:33:01 +0000
commit0132cb9222a68e9e3be80a5f92f4d338b3b6378b (patch)
tree8bbb979dc99e207957da20320966e1b1de01b0d9 /extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt
parent82954486cb28f7c187ba45b0481c6201c1b5d8a7 (diff)
downloadorg.eclipse.papyrus-0132cb9222a68e9e3be80a5f92f4d338b3b6378b.tar.gz
org.eclipse.papyrus-0132cb9222a68e9e3be80a5f92f4d338b3b6378b.tar.xz
org.eclipse.papyrus-0132cb9222a68e9e3be80a5f92f4d338b3b6378b.zip
386469: [Marte] Marte does not work correctly on 0.9.X
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386469 Fix the Marte properties view Remove deprecated dependencies to the old property view runtime
Diffstat (limited to 'extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt')
-rw-r--r--extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt4
1 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt
index 9412bcd6e2b..d962a55ef61 100644
--- a/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt
+++ b/extraplugins/marte/properties/org.eclipse.papyrus.marte.properties/model/ui/MultipleDataPool.xwt
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Group xmlns:j="clr-namespace:java.lang"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.properties.widgets.layout"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
- xmlns:ppe="clr-namespace:org.eclipse.papyrus.properties.widgets" text="DataPool">
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" text="DataPool">
<Group.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Group.layout>

Back to the top