Correct link to 'implementation' to use the slot
diff --git a/praclib/temp/practice.tech.continuous_integration.base/guidances/guidelines/continuous_integration.xmi b/praclib/temp/practice.tech.continuous_integration.base/guidances/guidelines/continuous_integration.xmi
index 740903f..647b996 100644
--- a/praclib/temp/practice.tech.continuous_integration.base/guidances/guidelines/continuous_integration.xmi
+++ b/praclib/temp/practice.tech.continuous_integration.base/guidances/guidelines/continuous_integration.xmi
@@ -1,13 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <org.eclipse.epf.uma:ContentDescription xmi:version="2.0"
     xmlns:xmi="http://www.omg.org/XMI" xmlns:org.eclipse.epf.uma="http://www.eclipse.org/epf/uma/1.0.4/uma.ecore"
-    xmlns:epf="http://www.eclipse.org/epf"
+    xmlns:rmc="http://www.ibm.com/rmc" rmc:version="7.2.0" xmlns:epf="http://www.eclipse.org/epf"
     epf:version="1.2.0" xmi:id="-DlaqJu4sEqMPk84qhJ6IEA"
     name="continuous_integration,_i8bUEL6cEdqti4GwqTkbsQ" guid="-DlaqJu4sEqMPk84qhJ6IEA"
-    changeDate="2007-07-18T05:02:20.454-0700">
+    changeDate="2007-07-18T08:02:20.454-0400">
   <mainDescription>&lt;p>&#xD;
     Continuous integration is a software development practice that completely rebuilds and tests the application frequently&#xD;
-    -- ideally, every time a change is introduced. This approach provides many benefits as outlined in &lt;a class=&quot;elementLinkWithType&quot; href=&quot;./../../../openup/guidances/concepts/continuous_integration_87682D06.html&quot; guid=&quot;_B3xkEPD0EdqYgerqi84oCA&quot;>Concept: Continuous Integration&lt;/a> and in &lt;a class=&quot;elementLinkWithUserText&quot; href=&quot;./../../../openup/guidances/supportingmaterials/references_6CCF393.html#WIKP-CI&quot; guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[WIKP-CI]&lt;/a>.&#xD;
+    -- ideally, every time a change is introduced. This approach provides many benefits as outlined in &lt;a&#xD;
+    class=&quot;elementLinkWithType&quot;&#xD;
+    href=&quot;./../../../practice.tech.continuous_integration.base/guidances/concepts/continuous_integration_87682D06.html&quot;&#xD;
+    guid=&quot;_B3xkEPD0EdqYgerqi84oCA&quot;>Concept: Continuous Integration&lt;/a> and in &lt;a class=&quot;elementLinkWithUserText&quot;&#xD;
+    href=&quot;./../../../core.tech.common.base/guidances/supportingmaterials/tech_references_6CCF393.html#WIKP-CI&quot;&#xD;
+    guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[WIKP-CI]&lt;/a>.&#xD;
 &lt;/p>&#xD;
 &lt;h3>&#xD;
     Basic steps&#xD;
@@ -21,8 +26,11 @@
         A developer, let’s call her Jane, selects a&amp;nbsp;work item&amp;nbsp;to work on.&#xD;
     &lt;/li>&#xD;
     &lt;li>&#xD;
-        Jane updates her &lt;a class=&quot;elementLink&quot; href=&quot;./../../../openup/guidances/concepts/workspace_722BBA90.html&quot; guid=&quot;_0cEmAMlgEdmt3adZL5Dmdw&quot;>Workspace&lt;/a> to include the most recent &lt;a class=&quot;elementLink&quot; href=&quot;./../../../openup/workproducts/implementation_917CA61E.html&quot; guid=&quot;_0YoQcMlgEdmt3adZL5Dmdw&quot;>Implementation&lt;/a> from&#xD;
-        the integration workspace.&#xD;
+        Jane updates her &lt;a class=&quot;elementLink&quot;&#xD;
+        href=&quot;./../../../practice.tech.continuous_integration.base/guidances/concepts/workspace_722BBA90.html&quot;&#xD;
+        guid=&quot;_0cEmAMlgEdmt3adZL5Dmdw&quot;>Workspace&lt;/a> to include the most recent &lt;a class=&quot;elementLink&quot;&#xD;
+        href=&quot;./../../../core.tech.slot.base/workproducts/software_implementation_slot_E92F6A39.html&quot;&#xD;
+        guid=&quot;_Vux8UEfUEdyiPI8btkmvmw&quot;>[Software Implementation]&lt;/a> from the integration workspace.&#xD;
     &lt;/li>&#xD;
     &lt;li>&#xD;
         Jane makes her changes in her workspace to both her developer tests and to the implementation, and then she tests&#xD;
@@ -33,10 +41,14 @@
         conflicting changes) and reruns her developer tests.&#xD;
     &lt;/li>&#xD;
     &lt;li>&#xD;
-        If these tests are successful, the changes are promoted (see &lt;a class=&quot;elementLinkWithType&quot; href=&quot;./../../../openup/guidances/guidelines/promoting_changes_9087B764.html&quot; guid=&quot;_SM4YIL6dEdqti4GwqTkbsQ&quot;>Guideline: Promoting Changes&lt;/a>) to&amp;nbsp;the&amp;nbsp;integration workspace.&#xD;
+        If these tests are successful, the changes are promoted (see &lt;a class=&quot;elementLinkWithType&quot;&#xD;
+        href=&quot;./../../../practice.tech.continuous_integration.base/guidances/guidelines/promoting_changes_9087B764.html&quot;&#xD;
+        guid=&quot;_SM4YIL6dEdqti4GwqTkbsQ&quot;>Guideline: Promoting Builds&lt;/a>) to&amp;nbsp;the&amp;nbsp;integration workspace.&#xD;
     &lt;/li>&#xD;
     &lt;li>&#xD;
-        A complete &lt;a class=&quot;elementLink&quot; href=&quot;./../../../openup/workproducts/build_95D7D8FD.html&quot; guid=&quot;_0YuXEMlgEdmt3adZL5Dmdw&quot;>Build&lt;/a> of the application is performed by using the implementation from the&#xD;
+        A complete &lt;a class=&quot;elementLink&quot;&#xD;
+        href=&quot;./../../../practice.tech.continuous_integration.base/workproducts/build_95D7D8FD.html&quot;&#xD;
+        guid=&quot;_0YuXEMlgEdmt3adZL5Dmdw&quot;>Build&lt;/a> of the application is performed by using the implementation from the&#xD;
         integration workspace, and the entire suite of developer tests is run on this build.&#xD;
     &lt;/li>&#xD;
     &lt;li>&#xD;
@@ -50,8 +62,10 @@
     Constraints&#xD;
 &lt;/h3>&#xD;
 &lt;p>&#xD;
-    Conceptually, continuous integration can be performed manually (see &lt;a class=&quot;elementLinkWithUserText&quot; href=&quot;./../../../openup/guidances/supportingmaterials/references_6CCF393.html#SHO06&quot; guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[SHO06]&lt;/a>&#xD;
-    for example). However, in practice, there are several constraints that must be respected for it to be effective:&#xD;
+    Conceptually, continuous integration can be performed manually (see &lt;a class=&quot;elementLinkWithUserText&quot;&#xD;
+    href=&quot;./../../../core.tech.common.base/guidances/supportingmaterials/tech_references_6CCF393.html#SHO06&quot;&#xD;
+    guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[SHO06]&lt;/a> for example). However, in practice, there are several constraints that must&#xD;
+    be respected for it to be effective:&#xD;
 &lt;/p>&#xD;
 &lt;ol>&#xD;
     &lt;li>&#xD;
@@ -62,7 +76,9 @@
         results. Many published guidelines promote a 10-minute cycle.&#xD;
     &lt;/li>&#xD;
     &lt;li>&#xD;
-        Keep the &lt;a class=&quot;elementLink&quot; href=&quot;./../../../openup/guidances/concepts/change_set_430BF233.html&quot; guid=&quot;_1QU9MAIoEdyLh7vsrHZ4YA&quot;>Change Set&lt;/a>s&amp;nbsp;small enough so that the work can be completed and integration&#xD;
+        Keep the &lt;a class=&quot;elementLink&quot;&#xD;
+        href=&quot;./../../../practice.tech.continuous_integration.base/guidances/concepts/change_set_430BF233.html&quot;&#xD;
+        guid=&quot;_1QU9MAIoEdyLh7vsrHZ4YA&quot;>Change Set&lt;/a>s&amp;nbsp;small enough so that the work can be completed and integration&#xD;
         performed several times per day. Many published guidelines promote a 2- to 4-hour cycle between integrations.&#xD;
     &lt;/li>&#xD;
 &lt;/ol>&#xD;
@@ -73,7 +89,10 @@
     quickly (Item 3).&#xD;
 &lt;/p>&#xD;
 &lt;p>&#xD;
-    For a more detailed description of continuous integration, see &lt;a class=&quot;elementLinkWithUserText&quot; href=&quot;./../../../openup/guidances/supportingmaterials/references_6CCF393.html#FOW06&quot; guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[FOW06]&lt;/a>&#xD;
-    or &lt;a class=&quot;elementLinkWithUserText&quot; href=&quot;./../../../openup/guidances/supportingmaterials/references_6CCF393.html#WIKP-CI&quot; guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[WIKP-CI]&lt;/a>.&#xD;
+    For a more detailed description of continuous integration, see &lt;a class=&quot;elementLinkWithUserText&quot;&#xD;
+    href=&quot;./../../../core.tech.common.base/guidances/supportingmaterials/tech_references_6CCF393.html#FOW06&quot;&#xD;
+    guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[FOW06]&lt;/a> or &lt;a class=&quot;elementLinkWithUserText&quot;&#xD;
+    href=&quot;./../../../core.tech.common.base/guidances/supportingmaterials/tech_references_6CCF393.html#WIKP-CI&quot;&#xD;
+    guid=&quot;_9ToeIB83Edqsvps02rpOOg&quot;>[WIKP-CI]&lt;/a>.&#xD;
 &lt;/p></mainDescription>
 </org.eclipse.epf.uma:ContentDescription>