Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleExternalLibrary.xwt')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleExternalLibrary.xwt5
1 files changed, 3 insertions, 2 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleExternalLibrary.xwt b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleExternalLibrary.xwt
index 8d0743d63a1..f852ec3e3dd 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleExternalLibrary.xwt
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/properties/ui/MultipleExternalLibrary.xwt
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:j="clr-namespace:java.lang"
+<Composite
xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
- xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt">
+ xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt"
+ xmlns:j="clr-namespace:java.lang">
<Composite.layout>
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>

Back to the top