Bug 426444 - CBI Build: Cleanup and rename target files in Scout RT

https://bugs.eclipse.org/bugs/show_bug.cgi?id=426444

Rename placeholder.
diff --git a/org.eclipse.scout.rt.rap.target/org.eclipse.scout.rt.rap.target_template.target b/org.eclipse.scout.rt.rap.target/org.eclipse.scout.rt.rap.target_template.target
index ec5a918..824787d 100644
--- a/org.eclipse.scout.rt.rap.target/org.eclipse.scout.rt.rap.target_template.target
+++ b/org.eclipse.scout.rt.rap.target/org.eclipse.scout.rt.rap.target_template.target
@@ -7,7 +7,7 @@
     </location>
 
     <location includeAllPlatforms="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-      <repository location="$SCOUT_RT_REPO_TARGET_LOCATION$"/>
+      <repository location="$SCOUT_RT_RAP_REPO_TARGET_LOCATION$"/>
 
       <unit id="org.eclipse.scout.rt.rap.source.feature.group" version="0.0.0"/>
     </location>
diff --git a/org.eclipse.scout.rt.rap.target/pom.xml b/org.eclipse.scout.rt.rap.target/pom.xml
index 417c051..a2e2120 100644
--- a/org.eclipse.scout.rt.rap.target/pom.xml
+++ b/org.eclipse.scout.rt.rap.target/pom.xml
@@ -126,7 +126,7 @@
               <regex>false</regex>
               <replacements>
                 <replacement>
-                  <token>$SCOUT_RT_REPO_TARGET_LOCATION$</token>
+                  <token>$SCOUT_RT_RAP_REPO_TARGET_LOCATION$</token>
                   <value>${scout-rt-rap-repo-target-location}</value>
                 </replacement>
               </replacements>