https://bugs.eclipse.org/bugs/show_bug.cgi?id=224225
diff --git a/libraries/EPF_Practices_Library/practice.tech.evolutionary_arch.base/guidances/practices/evolutionary_arch.xmi b/libraries/EPF_Practices_Library/practice.tech.evolutionary_arch.base/guidances/practices/evolutionary_arch.xmi
index 9966b92..a005929 100644
--- a/libraries/EPF_Practices_Library/practice.tech.evolutionary_arch.base/guidances/practices/evolutionary_arch.xmi
+++ b/libraries/EPF_Practices_Library/practice.tech.evolutionary_arch.base/guidances/practices/evolutionary_arch.xmi
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <org.eclipse.epf.uma:PracticeDescription xmi:version="2.0"
     xmlns:xmi="http://www.omg.org/XMI" xmlns:org.eclipse.epf.uma="http://www.eclipse.org/epf/uma/1.0.5/uma.ecore"
-    xmlns:epf="http://www.eclipse.org/epf" epf:version="1.5.0" xmi:id="-TleqHW_wvIYc0qLQgZUchA"
-    name="new_practice,_uVnpQB4qEd2bS8fFOQ7WWA" guid="-TleqHW_wvIYc0qLQgZUchA" changeDate="2008-08-04T13:49:37.468-0700"
+    xmlns:rmc="http://www.ibm.com/rmc" rmc:version="7.5.0" xmlns:epf="http://www.eclipse.org/epf"
+    epf:version="1.5.0" xmi:id="-TleqHW_wvIYc0qLQgZUchA"
+    name="new_practice,_uVnpQB4qEd2bS8fFOQ7WWA" guid="-TleqHW_wvIYc0qLQgZUchA" changeDate="2008-08-07T12:34:06.418-0700"
     version="7.5.0">
   <additionalInfo>&lt;h3>&#xD;
     Additional Resources&#xD;
@@ -23,47 +24,56 @@
         &lt;a href=&quot;http://www.agiledata.org/essays/enterpriseArchitecture.html&quot; target=&quot;_blank&quot;>Agile Enterprise&#xD;
         Architecture&lt;/a>&#xD;
     &lt;/li>&#xD;
-    &lt;li>&#xD;
-        [*** Add more, as needed ***]&lt;br />&#xD;
-    &lt;/li>&#xD;
-&lt;/ul></additionalInfo>
-  <problem>&lt;h3>&#xD;
+&lt;/ul>&lt;br /></additionalInfo>
+  <problem>&lt;p>&#xD;
+    &lt;span class=&quot;c1&quot;>This practice improves quality and productivity by reducing the need to make time consuming error&#xD;
+    prone fixes to late detected problems that result from architectural flaws.&lt;/span>&amp;nbsp; This is possible because you&#xD;
+    validate the architecture early and correct any key architectural problems before the majority of development is&#xD;
+    done.&lt;span class=&quot;c1&quot;>&amp;nbsp;&lt;/span>&#xD;
+&lt;/p>&#xD;
+&lt;p>&#xD;
+    &lt;span class=&quot;c1&quot;>This practice reduces time to market by focusing on reuse.&lt;/span>&amp;nbsp; It improves the consistency&#xD;
+    and maintainability of the system by incorporating lessons learned from development back into the architecture and&#xD;
+    applying those lessons to the rest of development.&lt;span class=&quot;c1&quot;>&amp;nbsp;&lt;/span>&#xD;
+&lt;/p>&#xD;
+&lt;p class=&quot;MsoNormal c2&quot;>&#xD;
+    &lt;span class=&quot;c1&quot;>This practice improves predictability by identifying and implementing the highest risk technical areas&#xD;
+    first.&lt;/span>&amp;nbsp; It improves your team’s responsiveness to change by shortening the architecture cycle and&#xD;
+    minimizing time wasted in architecture scrap and rework when changes arise.&#xD;
+&lt;/p>&#xD;
+&lt;h3>&#xD;
     The Essence of Evolutionary Architecture&#xD;
 &lt;/h3>&#xD;
 &lt;p>&#xD;
-    The following capture the key principles of the Evolutionary Architecture practice:&#xD;
+    In the Evolutionary Architecture practice, you analyze the major technical concerns that affect the solution and&#xD;
+    document architectural decisions to ensure that you have assessed and communicated those decisions.&#xD;
 &lt;/p>&#xD;
-&lt;ul>&#xD;
-    &lt;li>&#xD;
-        &lt;strong>Architecture work is prioritized with all other work (architect &quot;just in time&quot; and evolve the architecture&#xD;
-        over time).&lt;/strong> Architectural issues are explicitly identified, discussed by the team, and prioritized with&#xD;
-        any other work within the context of iteration planning. Prioritization is based on need for technical risk&#xD;
-        mitigation versus value creation.&amp;nbsp; Assigning architectural issues to an iteration drives 'just-in-time'&#xD;
-        architecture work and the architecture &lt;em>evolves over time&lt;/em>.&#xD;
-    &lt;/li>&#xD;
-    &lt;li>&#xD;
-        &lt;strong>Document key architectural decisions and outstanding issues&lt;/strong>.&amp;nbsp; The &lt;a class=&quot;elementLink&quot;&#xD;
-        href=&quot;./../../../practice.tech.evolutionary_arch.base/workproducts/architecture_notebook_9BB92433.html&quot;&#xD;
-        guid=&quot;_0XAf0MlgEdmt3adZL5Dmdw&quot;>Architecture Notebook&lt;/a>&amp;nbsp;provides a place to maintain a list of the&#xD;
-        architectural issues, along with any supporting materials documented at the appropriate level to make it easy to&#xD;
-        understand what architectural decisions have been made, and are still left to be made.&#xD;
-    &lt;/li>&#xD;
-    &lt;li>&#xD;
-        &lt;strong>Implement and test key capabilities as a means to address architectural issues&lt;/strong>.&amp;nbsp; Resolving an&#xD;
-        architectural issues typically requires not only architectural brainstorming, but also associated&#xD;
-        prototyping.&amp;nbsp; In other words, implement enough code (hopefully code that becomes production code, minus what&#xD;
-        had to be thrown away because proven invalid) to validate the assumptions behind the architecture.&#xD;
-    &lt;/li>&#xD;
-&lt;/ul>&#xD;
 &lt;h3>&#xD;
-    &lt;br />&#xD;
-    Why Adopt this Practice?&#xD;
+    The key principles of the Evolutionary Architecture practice are:&#xD;
 &lt;/h3>&#xD;
-&lt;p>&#xD;
-    [*** Include some content here that describes the business value of this practice -- what do you get when you adopt&#xD;
-    it?&amp;nbsp; This section is essentially the value proposition for the practice.&amp;nbsp; You may want to describe some&#xD;
-    common problems and how this practice solves those problems.&amp;nbsp; &amp;nbsp;***]&amp;nbsp;&amp;nbsp;&amp;nbsp;&#xD;
-&lt;/p></problem>
+&lt;ul type=&quot;disc&quot;>&#xD;
+    &lt;li class=&quot;MsoNormal c3&quot;>&#xD;
+        &lt;strong>&lt;span class=&quot;c1&quot;>Perform architecture work &quot;just in time&quot; with all other work.&lt;/span>&lt;/strong>&lt;span&#xD;
+        class=&quot;c1&quot;>&amp;nbsp;&amp;nbsp; When planning your project, identify and discuss architectural issues with your team, then&#xD;
+        prioritize architecture work with any other work.&lt;/span> &amp;nbsp;Base your priorities on mitigating technical risk&#xD;
+        rather than creating value.&amp;nbsp; Deferring architectural issues to handle “just in time” causes the architecture&#xD;
+        to &lt;em>&lt;span class=&quot;c2&quot;>evolve over time&lt;/span>&lt;/em>.&#xD;
+    &lt;/li>&#xD;
+    &lt;li class=&quot;MsoNormal c3&quot;>&#xD;
+        &lt;strong>&lt;span class=&quot;c1&quot;>Document key architectural decisions and outstanding issues&lt;/span>&lt;/strong>&lt;span&#xD;
+        class=&quot;c1&quot;>.&amp;nbsp; The &lt;a class=&quot;elementLink&quot;&#xD;
+        href=&quot;./../../../practice.tech.evolutionary_arch.base/workproducts/architecture_notebook_9BB92433.html&quot;&#xD;
+        guid=&quot;_0XAf0MlgEdmt3adZL5Dmdw&quot;>Architecture Notebook&lt;/a>&amp;nbsp;maintains a list of the architectural issues to make&#xD;
+        it easy to understand which architectural decisions you’ve made and which you’ve not yet addressed.&lt;/span>&#xD;
+    &lt;/li>&#xD;
+    &lt;li class=&quot;MsoNormal c3&quot;>&#xD;
+        &lt;strong>&lt;span class=&quot;c1&quot;>Implement and test key capabilities as a means to address architectural&#xD;
+        issues&lt;/span>&lt;/strong>&lt;span class=&quot;c1&quot;>.&amp;nbsp; Resolving architectural issues typically requires not only&#xD;
+        architectural brainstorming, but also associated prototyping.&amp;nbsp; In other words, implement enough code to&#xD;
+        validate the assumptions behind the architecture.&amp;nbsp;The code becomes production code, except for anything thrown&#xD;
+        away because it proves the architecture&amp;nbsp;invalid.&lt;/span>&#xD;
+    &lt;/li>&#xD;
+&lt;/ul></problem>
   <application>&lt;h3>&#xD;
     How to Read this Practice&#xD;
 &lt;/h3>&#xD;
@@ -72,22 +82,16 @@
     how it is organized.&amp;nbsp;&#xD;
 &lt;/p>&#xD;
 &lt;p>&#xD;
-    The best place to start is with the key concepts for the practice -- those concepts that are critical to understand in&#xD;
-    order to adopt the practice.&amp;nbsp; An especially important concept for the Evolutionary Architecture practice is &lt;a&#xD;
-    class=&quot;elementLinkWithType&quot;&#xD;
+    Next, review the key concepts for the practice.&amp;nbsp; An especially important concept is &lt;a class=&quot;elementLinkWithType&quot;&#xD;
     href=&quot;./../../../core.tech.common.base/guidances/concepts/software_architecture_59A08DE0.html&quot;&#xD;
-    guid=&quot;__O7tAMVvEduLYZUGfgZrkQ&quot;>Concept: Software Architecture&lt;/a>.&amp;nbsp; Once you understand what architecture is, you&#xD;
-    can turn your attention to the artifact produced by the practice, the &lt;a class=&quot;elementLinkWithType&quot;&#xD;
-    href=&quot;./../../../practice.tech.evolutionary_arch.base/workproducts/architecture_notebook_9BB92433.html&quot;&#xD;
-    guid=&quot;_0XAf0MlgEdmt3adZL5Dmdw&quot;>Artifact: Architecture Notebook&lt;/a>.&amp;nbsp;&amp;nbsp; Then you can&amp;nbsp;review&#xD;
-    the&amp;nbsp;practice's tasks.&amp;nbsp; From the work products and the tasks, you can access applicable guidance -- guidelines&#xD;
-    and tool mentors associated with each task provide details of how to perform the task.&amp;nbsp;Templates and checklists&#xD;
-    associated with the work products guide you in their completion and evaluation. You can also access the guidance&#xD;
-    provided by the practice directly, via the&amp;nbsp;guidance folder.&#xD;
+    guid=&quot;__O7tAMVvEduLYZUGfgZrkQ&quot;>Concept: Software Architecture&lt;/a>.&amp;nbsp; Once you understand what architecture is, turn&#xD;
+    your attention to the Architecture Notebook.&amp;nbsp;&amp;nbsp; Then review the&amp;nbsp;tasks, accessing guidelines and tool&#xD;
+    mentors associated with each task as needed.&amp;nbsp;You can also access the guidance provided by the practice directly,&#xD;
+    via the&amp;nbsp;guidance folder.&#xD;
 &lt;/p>&#xD;
 &lt;p>&#xD;
-    Once you have an understanding of these key elements of the practice, you can take a look at the provided list of&#xD;
-    enablement materials (see the&amp;nbsp;&quot;Additional Information&quot; section of this document.&#xD;
+    Be sure to take a look at the list of enablement materials for additional sources of information.&amp;nbsp; See&#xD;
+    the&amp;nbsp;&quot;Additional Information&quot; section of this page.&#xD;
 &lt;/p>&#xD;
 &lt;p>&#xD;
     For step-by-step instructions on how to adopt this practice, see &lt;a class=&quot;elementLinkWithType&quot;&#xD;