Bug 530227 - [Revision] the property view for a review cannot be loaded

Change-Id: I928fbbbc0ad8279e6ede49696bb90fcf8900ac5f
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/doc/model/revisionTool.uml b/plugins/revision/org.eclipse.papyrus.revisiontool/doc/model/revisionTool.uml
index f3905ed..806575a 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/doc/model/revisionTool.uml
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/doc/model/revisionTool.uml
@@ -829,8 +829,8 @@
           <packagedElement xmi:type="uml:Package" xmi:id="_xQ6Hh4UnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.views.properties.runtime"/>
           <packagedElement xmi:type="uml:Package" xmi:id="_xQ6HiYUnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.views.properties.storage"/>
           <packagedElement xmi:type="uml:Package" xmi:id="_xQ6Hi4UnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.views.properties.util"/>
-          <packagedElement xmi:type="uml:Package" xmi:id="_xRD4gYUnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.views.properties.widgets"/>
-          <packagedElement xmi:type="uml:Package" xmi:id="_xRD4g4UnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.views.properties.widgets.layout"/>
+          <packagedElement xmi:type="uml:Package" xmi:id="_xRD4gYUnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.infra.properties.ui.widgets"/>
+          <packagedElement xmi:type="uml:Package" xmi:id="_xRD4g4UnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.infra.properties.ui.widgets"/>
           <packagedElement xmi:type="uml:Package" xmi:id="_xRD4hYUnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.views.properties.xwt"/>
         </packagedElement>
         <packagedElement xmi:type="uml:Component" xmi:id="_xRNpjoUnEeSVSpmUeqlzmw" name="org.eclipse.papyrus.emf.facet.util.emf.core">
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleAnswer.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleAnswer.xwt
index 2260db9..4fca82a 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleAnswer.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleAnswer.xwt
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns="http://www.eclipse.org/xwt/presentation"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleComment.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleComment.xwt
index 40c6ff7..97082ba 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleComment.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleComment.xwt
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt"
 	xmlns="http://www.eclipse.org/xwt/presentation"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
 	</Composite.layout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleQuestion.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleQuestion.xwt
index 2260db9..4fca82a 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleQuestion.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleQuestion.xwt
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns="http://www.eclipse.org/xwt/presentation"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReview.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReview.xwt
index b99cc0c..af4fc4c 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReview.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReview.xwt
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns="http://www.eclipse.org/xwt/presentation">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReviewRepository.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReviewRepository.xwt
index ef37b27..20dcb62 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReviewRepository.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleReviewRepository.xwt
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns:j="clr-namespace:java.lang" 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">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
 	</Composite.layout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleTodo.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleTodo.xwt
index 2260db9..4fca82a 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleTodo.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/MultipleTodo.xwt
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns="http://www.eclipse.org/xwt/presentation"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleAnswer.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleAnswer.xwt
index a317e59..fc3f27b 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleAnswer.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleAnswer.xwt
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:x="http://www.eclipse.org/xwt" xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleComment.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleComment.xwt
index fb17a19..da3c8c4 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleComment.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleComment.xwt
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns="http://www.eclipse.org/xwt/presentation"
 	xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleQuestion.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleQuestion.xwt
index 1e3696e..918caf0 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleQuestion.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleQuestion.xwt
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns:x="http://www.eclipse.org/xwt"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:j="clr-namespace:java.lang"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReview.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReview.xwt
index 85b65f0..3891cda 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReview.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReview.xwt
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:j="clr-namespace:java.lang"
 	xmlns:x="http://www.eclipse.org/xwt">
 	<Composite.layout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReviewRepository.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReviewRepository.xwt
index 47ccbbb..bf1a7ff 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReviewRepository.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleReviewRepository.xwt
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns="http://www.eclipse.org/xwt/presentation"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
 	xmlns:j="clr-namespace:java.lang" xmlns:x="http://www.eclipse.org/xwt">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleTodo.xwt b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleTodo.xwt
index bc3663b..3028dfb 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleTodo.xwt
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/properties/ui/SingleTodo.xwt
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Composite xmlns:j="clr-namespace:java.lang"
 	xmlns:uml="clr-namespace:org.eclipse.papyrus.uml.properties.widgets"
-	xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
-	xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout"
+	xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+	xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
 	xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt">
 	<Composite.layout>
 		<ppel:PropertiesLayout></ppel:PropertiesLayout>
diff --git a/plugins/revision/org.eclipse.papyrus.revisiontool/resource/Review.profile.di b/plugins/revision/org.eclipse.papyrus.revisiontool/resource/Review.profile.di
index bf9abab..247ed5e 100755
--- a/plugins/revision/org.eclipse.papyrus.revisiontool/resource/Review.profile.di
+++ b/plugins/revision/org.eclipse.papyrus.revisiontool/resource/Review.profile.di
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"/>
+<architecture:ArchitectureDescription xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:architecture="http://www.eclipse.org/papyrus/infra/core/architecture" contextId="org.eclipse.papyrus.uml.architecture.Profile"/>