Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGéry Deloge2016-06-02 11:18:24 +0000
committerGerrit Code Review @ Eclipse.org2016-06-17 14:47:03 +0000
commit6a48e29f6907dc9732808a4b5203a00fe154b198 (patch)
tree72d950b52db34ac1225a0b3066ade9b63d270b27 /extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt
parent6a7d6f70fa43fc592fac80525a6472cb7f87f3d2 (diff)
downloadorg.eclipse.papyrus-6a48e29f6907dc9732808a4b5203a00fe154b198.tar.gz
org.eclipse.papyrus-6a48e29f6907dc9732808a4b5203a00fe154b198.tar.xz
org.eclipse.papyrus-6a48e29f6907dc9732808a4b5203a00fe154b198.zip
Bug 495258: [BPMN] BPMNProfile tab in Properties view is not working
change namespace from org.eclipse.papyrus.views.properties to org.eclipse.papyrus.infra.properties.ui in xwt files Change-Id: I8069f360b5f3c344c701f1038c527b35c639efc2 Signed-off-by: Géry Deloge <gery.deloge@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt
index 0573c6763f6..6f693bef761 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
xmlns:j="clr-namespace:java.lang">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>

Back to the top