added model migration related features in target file + in the product configuration file
diff --git a/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product b/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
index 71ea648..e286c95 100644
--- a/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
+++ b/build/org.eclipse.app4mc.platform.product/org.eclipse.app4mc.platform.product
@@ -469,6 +469,10 @@
       <feature id="org.eclipse.jgit"/>
       <feature id="org.eclipse.app4mc.platform"/>
       <feature id="org.eclipse.app4mc.platform.sdk"/>
+	  <!--added model migration features-->
+	  <feature id="org.eclipse.app4mc.amalthea.converters"/>
+	  <feature id="org.eclipse.app4mc.amalthea.converters.sdk"/>
+	  	  
       <feature id="org.eclipse.app4mc.docu"/>
       <feature id="org.eclipse.app4mc.docu.sdk"/>
       <feature id="org.eclipse.app4mc.examples"/>
diff --git a/build/org.eclipse.app4mc.target/PHOTON/_gen/_photon_platform_others_latest.target b/build/org.eclipse.app4mc.target/PHOTON/_gen/_photon_platform_others_latest.target
index 452fa69..0a2e8c1 100644
--- a/build/org.eclipse.app4mc.target/PHOTON/_gen/_photon_platform_others_latest.target
+++ b/build/org.eclipse.app4mc.target/PHOTON/_gen/_photon_platform_others_latest.target
@@ -225,5 +225,13 @@
       <unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
       <repository location="http://download.eclipse.org/cbi/updates/license/"/>
     </location>
+	
+	    <location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
+      <unit id="org.eclipse.app4mc.amalthea.converters.feature.group" version="0.0.0"/>
+	  <unit id="org.eclipse.app4mc.amalthea.converters.sdk.feature.group" version="0.0.0"/>
+	  
+      <repository location="http://ci-staging.eclipse.org/app4mc/job/build-app4mc-modelmigration/lastSuccessfulBuild/artifact/build/org.eclipse.app4mc.converters.p2repo/target/repository/"/>
+    </location>
+	
   </locations>
 </target>